[106277] trunk/dports/devel/zmq/Portfile
cal at macports.org
cal at macports.org
Mon May 20 19:01:39 PDT 2013
Revision: 106277
https://trac.macports.org/changeset/106277
Author: cal at macports.org
Date: 2013-05-20 19:01:39 -0700 (Mon, 20 May 2013)
Log Message:
-----------
zmq: fix version condition for conditional patch
see https://lists.macosforge.org/pipermail/macports-dev/2013-May/022843.html
Modified Paths:
--------------
trunk/dports/devel/zmq/Portfile
Modified: trunk/dports/devel/zmq/Portfile
===================================================================
--- trunk/dports/devel/zmq/Portfile 2013-05-21 00:56:56 UTC (rev 106276)
+++ trunk/dports/devel/zmq/Portfile 2013-05-21 02:01:39 UTC (rev 106277)
@@ -38,7 +38,7 @@
build.args LIBTOOL=${prefix}/bin/glibtool
# Work-around from upstream, delete debug prints in tests
-if {[vercmp ${os.version} 10.9.0] < 0} {
+if {${os.platform} == "darwin" && ${os.major} < 11} {
patchfiles patch-tests-test_disconnect_inproc.cpp.diff
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130520/c7e1af29/attachment-0001.html>
More information about the macports-changes
mailing list