[92318] trunk/dports/net/avahi/Portfile

pixilla at macports.org pixilla at macports.org
Tue Apr 24 16:04:21 PDT 2012


Revision: 92318
          https://trac.macports.org/changeset/92318
Author:   pixilla at macports.org
Date:     2012-04-24 16:04:21 -0700 (Tue, 24 Apr 2012)
Log Message:
-----------
net/avahi:
- Fix test variant.

Modified Paths:
--------------
    trunk/dports/net/avahi/Portfile

Modified: trunk/dports/net/avahi/Portfile
===================================================================
--- trunk/dports/net/avahi/Portfile	2012-04-24 23:00:38 UTC (rev 92317)
+++ trunk/dports/net/avahi/Portfile	2012-04-24 23:04:21 UTC (rev 92318)
@@ -5,6 +5,7 @@
 
 name                avahi
 version             0.6.31
+revision            1
 categories          net devel
 maintainers         pixilla openmaintainer
 license             LGPL-2.1+
@@ -60,8 +61,10 @@
                     --disable-xmltoman \
                     --enable-introspection=no \
                     --disable-gtk \
-                    --disable-pygtk
+                    --disable-pygtk \
+                    --disable-tests
 
+
 # __APPLE_USE_RFC_2292 should be removed once avhi is updated to support RFC 3542
 configure.cppflags-append   -L${prefix}/lib -D__APPLE_USE_RFC_2292
 
@@ -98,8 +101,8 @@
 }
 
 variant test description {Build tests} {
+    configure.args-delete   --disable-tests
     configure.args-append   --enable-tests
-    configure.args-append   --enable-tests
     test.run            yes
     test.target         check
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120424/f3c93766/attachment.html>


More information about the macports-changes mailing list