[116746] trunk/dports/gnome/grilo/Portfile

devans at macports.org devans at macports.org
Wed Feb 5 13:48:18 PST 2014


Revision: 116746
          https://trac.macports.org/changeset/116746
Author:   devans at macports.org
Date:     2014-02-05 13:48:18 -0800 (Wed, 05 Feb 2014)
Log Message:
-----------
grilo: per maintainer, remove +net variant and enable building of libgrlnet unconditionally.

Modified Paths:
--------------
    trunk/dports/gnome/grilo/Portfile

Modified: trunk/dports/gnome/grilo/Portfile
===================================================================
--- trunk/dports/gnome/grilo/Portfile	2014-02-05 21:46:29 UTC (rev 116745)
+++ trunk/dports/gnome/grilo/Portfile	2014-02-05 21:48:18 UTC (rev 116746)
@@ -29,6 +29,7 @@
 depends_lib         port:glib2 \
                     port:libxml2 \
                     port:liboauth \
+                    port:libsoup \
                     port:gobject-introspection \
                     port:vala
 
@@ -36,8 +37,8 @@
                     --disable-silent-rules \
                     --disable-debug \
                     --enable-compile-warnings=no \
+                    --enable-grl-net \
                     --disable-test-ui \
-                    --disable-grl-net \
                     --disable-tests \
                     --enable-vala
 
@@ -55,13 +56,4 @@
 
 destroot.keepdirs   ${destroot}${prefix}/lib/grilo-0.2
 
-variant net description {Enable Grilo Net library} {
-    depends_lib-append      port:libsoup
-
-    configure.args-delete   --disable-grl-net
-    configure.args-append   --enable-grl-net
-}
-
-default_variants    +net
-
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140205/f6a4ec6a/attachment.html>


More information about the macports-changes mailing list