[130871] trunk/dports/devel/libunwind/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 3 00:59:26 PST 2015


Revision: 130871
          https://trac.macports.org/changeset/130871
Author:   jeremyhu at macports.org
Date:     2015-01-03 00:59:26 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
libunwind: Blacklist some compilers and set supported archs

Almost builds on Leopard.  We just need to get an implementation of
getsectiondata() from a newer libmacho (cctools).

Modified Paths:
--------------
    trunk/dports/devel/libunwind/Portfile

Modified: trunk/dports/devel/libunwind/Portfile
===================================================================
--- trunk/dports/devel/libunwind/Portfile	2015-01-03 08:50:38 UTC (rev 130870)
+++ trunk/dports/devel/libunwind/Portfile	2015-01-03 08:59:26 UTC (rev 130871)
@@ -30,6 +30,11 @@
 
 use_configure           no
 
+# 3.5 and 3.6 are blacklisted to prevent dependency cycles
+compiler.blacklist *gcc* {clang < 100} macports-clang-3.5 macports-clang-3.6
+
+supported_archs i386 x86_64
+
 post-extract {
     file copy ${filespath}/Makefile ${build.dir}/Makefile
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/46971438/attachment.html>


More information about the macports-changes mailing list