[102737] trunk/dports/security/tor-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Feb 7 13:00:50 PST 2013


Revision: 102737
          https://trac.macports.org/changeset/102737
Author:   ryandesign at macports.org
Date:     2013-02-07 13:00:50 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
tor-devel: update to 0.2.4.9-alpha (#37692); blacklist all clangs when building universal because of clang crash; disable silent rules

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

Modified: trunk/dports/security/tor-devel/Portfile
===================================================================
--- trunk/dports/security/tor-devel/Portfile	2013-02-07 21:00:23 UTC (rev 102736)
+++ trunk/dports/security/tor-devel/Portfile	2013-02-07 21:00:50 UTC (rev 102737)
@@ -5,7 +5,7 @@
 
 name                tor-devel
 conflicts           tor
-version             0.2.4.3-alpha
+version             0.2.4.9-alpha
 categories          security
 platforms           darwin
 maintainers         nomaintainer
@@ -25,17 +25,23 @@
 dist_subdir         tor
 distname            tor-${version}
 
-checksums           rmd160  a9104a9e90093be9f6a7f6696a32cc9e0a1bf054 \
-                    sha256  ce5a8e610cb6c2acaa396cc83072e3ae8e0321066bcd1bc5b3b0ae735e149ec4
+checksums           rmd160  a75c6b47c52a283ae42c8c93a47415003a362284 \
+                    sha256  6a0a0069faea0c58187381b7f603bb31a44bb8d4e0341385e225d03b6a32c463
 
 depends_lib         port:libevent \
                     port:openssl \
                     port:zlib
 
-configure.args      --with-libevent-dir=${prefix} \
+# http://llvm.org/bugs/show_bug.cgi?id=15201
+if {[variant_isset universal]} {
+    compiler.blacklist-append clang macports-clang-2.9 macports-clang-3.0 macports-clang-3.1 macports-clang-3.2 macports-clang-3.3
+}
+
+configure.args      --disable-asciidoc \
+                    --disable-silent-rules \
+                    --with-libevent-dir=${prefix} \
                     --with-openssl-dir=${prefix} \
-                    --with-zlib-dir=${prefix} \
-                    --disable-asciidoc
+                    --with-zlib-dir=${prefix}
 
 test.run            yes
 test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/63aebfba/attachment-0001.html>


More information about the macports-changes mailing list