[110633] trunk/dports/perl/p5-locale-gettext/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Sep 2 17:17:59 PDT 2013
Revision: 110633
https://trac.macports.org/changeset/110633
Author: ryandesign at macports.org
Date: 2013-09-02 17:17:59 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
p5-locale-gettext: blacklist old clangs that don't understand CPATH / LIBRARY_PATH (#36716)
Modified Paths:
--------------
trunk/dports/perl/p5-locale-gettext/Portfile
Modified: trunk/dports/perl/p5-locale-gettext/Portfile
===================================================================
--- trunk/dports/perl/p5-locale-gettext/Portfile 2013-09-03 00:16:44 UTC (rev 110632)
+++ trunk/dports/perl/p5-locale-gettext/Portfile 2013-09-03 00:17:59 UTC (rev 110633)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
PortGroup perl5 1.0
perl5.branches 5.8 5.10 5.12 5.14 5.16
@@ -32,6 +33,9 @@
patchfiles patch-Makefile.PL \
patch-cpan-rt-35680-1.diff \
patch-cpan-rt-35680-2.diff
+
+# These clangs don't understand CPATH / LIBRARY_PATH and configure failures result.
+compiler.blacklist-append {clang < 319} macports-clang-2.9 macports-clang-3.0
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/b8a20d28/attachment.html>
More information about the macports-changes
mailing list