[146817] trunk/dports/devel/git/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Fri Mar 18 06:57:43 PDT 2016


Revision: 146817
          https://trac.macports.org/changeset/146817
Author:   ciserlohn at macports.org
Date:     2016-03-18 06:57:43 -0700 (Fri, 18 Mar 2016)
Log Message:
-----------
git: blacklist gcc-4.2 (should fix #50869)

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

Modified: trunk/dports/devel/git/Portfile
===================================================================
--- trunk/dports/devel/git/Portfile	2016-03-18 13:48:10 UTC (rev 146816)
+++ trunk/dports/devel/git/Portfile	2016-03-18 13:57:43 UTC (rev 146817)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           perl5 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                git
 version             2.7.4
@@ -56,6 +57,8 @@
 
 variant universal   {}
 
+compiler.blacklist *gcc-4.2
+
 set CFLAGS          "-I. -Wall -O2 -I${prefix}/include [get_canonical_archflags cc]"
 set LDFLAGS         "-L${prefix}/lib [get_canonical_archflags ld]"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160318/6e95c078/attachment-0001.html>


More information about the macports-changes mailing list