[137468] trunk/dports/devel/openssl/Portfile
larryv at macports.org
larryv at macports.org
Thu Jun 11 22:32:43 PDT 2015
Revision: 137468
https://trac.macports.org/changeset/137468
Author: larryv at macports.org
Date: 2015-06-11 22:32:42 -0700 (Thu, 11 Jun 2015)
Log Message:
-----------
openssl: Add and revise comments
Modified Paths:
--------------
trunk/dports/devel/openssl/Portfile
Modified: trunk/dports/devel/openssl/Portfile
===================================================================
--- trunk/dports/devel/openssl/Portfile 2015-06-12 05:32:39 UTC (rev 137467)
+++ trunk/dports/devel/openssl/Portfile 2015-06-12 05:32:42 UTC (rev 137468)
@@ -10,7 +10,7 @@
# Please revbump these ports when updating OpenSSL.
# - freeradius (#43461)
-# - tor (#44256)
+# - tor, tor-devel (#44256)
categories devel security
platforms darwin
@@ -62,11 +62,12 @@
x86_64 darwin64-x86_64-cc
}
platform darwin {
+ # Don't use i386 assembly on Tiger (#38015, #43303).
if {${os.major} <= 8} {
append merger_configure_args(i386) { no-asm}
}
}
-# Do not set --host.
+# Don't pass --host to configure.
array set merger_host {ppc {} i386 {} ppc64 {} x86_64 {}}
if {![variant_isset universal]
@@ -75,7 +76,7 @@
}
configure.universal_args-delete --disable-dependency-tracking
-# We've tried patching some, but we're not there yet, see #46719
+# Parallel builds don't quite work (#46719).
use_parallel_build no
test.run yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150611/f3f81155/attachment.html>
More information about the macports-changes
mailing list