[154159] trunk/dports/security

jeremyhu at macports.org jeremyhu at macports.org
Sun Oct 23 05:36:13 CEST 2016


Revision: 154159
          https://trac.macports.org/changeset/154159
Author:   jeremyhu at macports.org
Date:     2016-10-23 05:36:13 +0200 (Sun, 23 Oct 2016)
Log Message:
-----------
libressl: Buildfix for Leopard

Modified Paths:
--------------
    trunk/dports/security/libressl/Portfile
    trunk/dports/security/libressl-devel/Portfile

Modified: trunk/dports/security/libressl/Portfile
===================================================================
--- trunk/dports/security/libressl/Portfile	2016-10-23 01:37:59 UTC (rev 154158)
+++ trunk/dports/security/libressl/Portfile	2016-10-23 03:36:13 UTC (rev 154159)
@@ -44,6 +44,12 @@
 # HOST_ASM_MACOSX_X86_64 gets set when building i386 on x86_64
 set merger_configure_args(i386)     --disable-asm
 
+platform darwin {
+    if {${os.major} < 10} {
+        configure.cppflags-append -DIPV6_TCLASS=36
+    }
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     "latest stable release is (\\d+\\.\\d+(?:\\.\\d+)*)"

Modified: trunk/dports/security/libressl-devel/Portfile
===================================================================
--- trunk/dports/security/libressl-devel/Portfile	2016-10-23 01:37:59 UTC (rev 154158)
+++ trunk/dports/security/libressl-devel/Portfile	2016-10-23 03:36:13 UTC (rev 154159)
@@ -45,6 +45,12 @@
 # HOST_ASM_MACOSX_X86_64 gets set when building i386 on x86_64
 set merger_configure_args(i386)     --disable-asm
 
+platform darwin {
+    if {${os.major} < 10} {
+        configure.cppflags-append -DIPV6_TCLASS=36
+    }
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     "latest unstable release is (\\d+\\.\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161023/f17e148f/attachment-0002.html>


More information about the macports-changes mailing list