[107819] trunk/dports/net/whois/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jul 6 01:10:55 PDT 2013


Revision: 107819
          https://trac.macports.org/changeset/107819
Author:   ryandesign at macports.org
Date:     2013-07-06 01:10:54 -0700 (Sat, 06 Jul 2013)
Log Message:
-----------
whois: only blacklist old clang from Xcode 4.2 (#31972)

Modified Paths:
--------------
    trunk/dports/net/whois/Portfile

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2013-07-06 07:49:51 UTC (rev 107818)
+++ trunk/dports/net/whois/Portfile	2013-07-06 08:10:54 UTC (rev 107819)
@@ -11,6 +11,7 @@
 
 PortSystem                  1.0
 PortGroup                   archcheck 1.0
+PortGroup                   compiler_blacklist_versions 1.0
 
 name                        whois
 conflicts                   bahamut expect ripe-whois
@@ -56,9 +57,7 @@
 
 use_configure               no
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist          {clang < 318}
 
 configure.cflags-append     -DENABLE_NLS
 configure.ldflags-append    -lintl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130706/430d216f/attachment.html>


More information about the macports-changes mailing list