[114483] trunk/dports/net/obby/Portfile

devans at macports.org devans at macports.org
Mon Dec 9 09:23:12 PST 2013


Revision: 114483
          https://trac.macports.org/changeset/114483
Author:   devans at macports.org
Date:     2013-12-09 09:23:12 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
obby: disable zeroconf (avahi support) to avoid clang build error, fixes Mavericks build.

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

Modified: trunk/dports/net/obby/Portfile
===================================================================
--- trunk/dports/net/obby/Portfile	2013-12-09 17:23:04 UTC (rev 114482)
+++ trunk/dports/net/obby/Portfile	2013-12-09 17:23:12 UTC (rev 114483)
@@ -5,6 +5,7 @@
 
 name                    obby
 version                 0.4.8
+revision                1
 categories              net
 license                 GPL-2+
 maintainers             nomaintainer
@@ -25,26 +26,15 @@
 depends_build           port:pkgconfig
 
 depends_lib             port:libsigcxx2 \
-                        port:avahi \
                         port:net6
 
-configure.args          --with-zeroconf \
+configure.args          --without-zeroconf \
                         --enable-ipv6
 
+# disable zeroconf (avahi support)
 # error: assigning to 'AvahiWatchEvent' from incompatible type 'int'
-compiler.blacklist      *clang*
+# compiler.blacklist      *clang*
 
-platform darwin {
-    if {${os.major} >= 13} {
-        depends_lib
-        depends_run
-        pre-fetch {
-            ui_error "$name does not build on Mavericks or later."
-            error "unsupported platform"
-        }
-    }
-}
-
 livecheck.type          regex
 livecheck.url           [lindex ${master_sites} 0]
 livecheck.regex         ${name}-(\\d+(?:\\.\\d+)*\\.(?:\\d|\[0-8\]\\d))\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/3c150f6d/attachment-0001.html>


More information about the macports-changes mailing list