Ticket #52318: libproxy.diff

File libproxy.diff, 1.6 KB (added by RJVB (René Bertin), 8 years ago)
  • /opt/local/var/macports/sources/

    old new  
    1010github.setup        libproxy libproxy 0.4.13
    1111name                libproxy
    1212epoch               1
    13 revision            2
     13revision            3
    1414categories          net
    1515maintainers         devans openmaintainer
    1616platforms           darwin
     
    6161                    -DWITH_WEBKIT3=NO \
    6262                    -DWITH_VALA=YES \
    6363                    -DWITH_PERL=NO \
    64                     -DWITH_PYTHON=NO
     64                    -DWITH_PYTHON=NO \
     65                    -DWITH_KDE=NO
    6566
    66 variant kde description {Enable KDE4 plugin} {
    67         configure.args-append -DQT_QT_INCLUDE_DIR=${prefix}/include/QtCore
    68         depends_lib-append port:kdelibs4
     67variant kde description {Enable the KDE plugin. Purely optional for normal KDE4 and/or KF5 operation.} {
     68        # this module doesn't introduce any dependencies, but checks for either kreadconfig5 or kreadconfig
     69        # KDE/KF5 ports may decide to depend on libproxy (none do currently) and it's not even sure
     70        # if any KDE software actually uses it on OS X
     71        configure.args-replace \
     72                    -DWITH_KDE=NO -DWITH_KDE=YES
     73        # at least gives us a fighting chance and use the OS X backend so that the system proxy
     74        # settings are detected correctly:
     75        configure.args-replace \
     76                    -DMP_MACOSX=NO -DMP_MACOSX=YES
    6977}
    7078
    7179variant python27 description {Build Bindings for Python 2.7} {