[109077] trunk/dports/security/pwman/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Wed Aug 7 14:16:20 PDT 2013
Revision: 109077
https://trac.macports.org/changeset/109077
Author: jeremyhu at macports.org
Date: 2013-08-07 14:16:20 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
pwman: Use compiler.blacklist
Modified Paths:
--------------
trunk/dports/security/pwman/Portfile
Modified: trunk/dports/security/pwman/Portfile
===================================================================
--- trunk/dports/security/pwman/Portfile 2013-08-07 21:14:01 UTC (rev 109076)
+++ trunk/dports/security/pwman/Portfile 2013-08-07 21:16:20 UTC (rev 109077)
@@ -28,14 +28,10 @@
configure.args --mandir=${prefix}/share/man
-if {${configure.compiler} == "llvm-gcc-4.2"} {
- configure.compiler gcc-4.2
-} elseif {${configure.compiler} == "clang"} {
- depends_build-append port:apple-gcc42
- configure.compiler apple-gcc-4.2
- # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
- configure.cxx ${prefix}/bin/g++-apple-4.2
-}
+# This project is buggy, and clang correctly errors out. If you care about using
+# this code, you should fix this rather than just accepting the fallback...
+# https://trac.macports.org/ticket/31994
+compiler.blacklist llvm-gcc-4.2 macports-llvm-gcc-4.2 clang
livecheck.url ${homepage}
livecheck.regex {/pwman-(.+?)/ChangeLog}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/ad502ed2/attachment-0001.html>
More information about the macports-changes
mailing list