[64925] trunk/dports/gnome/libsoup/Portfile

nox at macports.org nox at macports.org
Wed Mar 17 14:38:54 PDT 2010


Revision: 64925
          http://trac.macports.org/changeset/64925
Author:   nox at macports.org
Date:     2010-03-17 14:38:54 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
Create new variant no_gnome in libsoup

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

Modified: trunk/dports/gnome/libsoup/Portfile
===================================================================
--- trunk/dports/gnome/libsoup/Portfile	2010-03-17 20:54:27 UTC (rev 64924)
+++ trunk/dports/gnome/libsoup/Portfile	2010-03-17 21:38:54 UTC (rev 64925)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       archcheck 1.0
 
 name            libsoup
 version         2.28.2
@@ -27,10 +28,8 @@
                     sha1    91031a351ba260906a86e9f7155234dec524bff0 \
                     rmd160  8648fe507511f7c1c83b164ac0f5c86b995650f9
 
-depends_build   port:pkgconfig \
-                port:gtk-doc \
-                port:curl
-  
+depends_build   port:pkgconfig
+
 depends_lib     port:libxml2 \
                 port:gnutls \
                 port:sqlite3 \
@@ -38,11 +37,24 @@
                 port:libproxy \
                 port:gnome-keyring
 
-use_parallel_build  yes
+archcheck.files \
+    lib/libgcrypt.dylib \
+    lib/libproxy.dylib \
+    lib/libsqlite3.dylib \
+    lib/libxml2.dylib
 
 test.run        yes
 test.target     check
 
+variant no_gnome description "Disable GNOME support" {
+    depends_lib-delete \
+        port:gconf \
+        port:gnome-keyring
+
+    configure.args-append \
+        --without-gnome
+}
+
 livecheck.type  regex
 livecheck.url   ftp://ftp.gnome.org/pub/gnome/sources/$name/$branch/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100317/ac0367fa/attachment.html>


More information about the macports-changes mailing list