Revision: 118529 https://trac.macports.org/changeset/118529 Author: devans@macports.org Date: 2014-04-03 16:28:11 -0700 (Thu, 03 Apr 2014) Log Message: ----------- libproxy: use default build which targets GNOME3 (gsettings) instead of GNOME2 (gconf) and drop no_gnome variant, add vala bindings, drop perl bindings for now due to unpredicatable configuration issues. Modified Paths: -------------- trunk/dports/net/libproxy/Portfile Modified: trunk/dports/net/libproxy/Portfile =================================================================== --- trunk/dports/net/libproxy/Portfile 2014-04-03 22:30:32 UTC (rev 118528) +++ trunk/dports/net/libproxy/Portfile 2014-04-03 23:28:11 UTC (rev 118529) @@ -7,7 +7,7 @@ name libproxy version 0.4.11 epoch 1 -revision 3 +revision 4 categories net maintainers devans openmaintainer platforms darwin @@ -32,8 +32,8 @@ depends_build-append \ port:pkgconfig -depends_lib port:gconf \ - port:perl5 +depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ + port:vala # default to python27 bindings if {![variant_isset python27] && ![variant_isset python26]} { @@ -72,23 +72,18 @@ use_parallel_build no +# use default build which targets GNOME3 (gsettings) instead of GNOME2 (gconf) +# perl bindings disabled due to unpredictable configuration + configure.args-append \ -DMP_MACOSX=NO \ - -DWITH_GNOME2=YES \ - -DWITH_GNOME3=NO \ -DWITH_KDE4=NO \ -DWITH_WEBKIT=NO \ -DWITH_WEBKIT3=NO \ - -DWITH_VALA=NO \ - -DWITH_PERL=YES \ + -DWITH_VALA=YES \ + -DWITH_PERL=NO \ -DWITH_PYTHON=YES -variant no_gnome description {Disable GNOME2 plugin} { - configure.args-delete -DWITH_GNOME2=YES - configure.args-append -DWITH_GNOME2=NO - depends_lib-delete port:gconf -} - variant kde description {Enable KDE4 plugin} { configure.args-delete -DWITH_KDE4=NO configure.args-append -DWITH_KDE4=YES \
participants (1)
-
devans@macports.org