[111021] trunk/dports/lang/librep/Portfile

larryv at macports.org larryv at macports.org
Fri Sep 13 12:24:54 PDT 2013


Revision: 111021
          https://trac.macports.org/changeset/111021
Author:   larryv at macports.org
Date:     2013-09-13 12:24:54 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
librep: Remove compiler variants (timeout, #40295).

Modified Paths:
--------------
    trunk/dports/lang/librep/Portfile

Modified: trunk/dports/lang/librep/Portfile
===================================================================
--- trunk/dports/lang/librep/Portfile	2013-09-13 19:10:58 UTC (rev 111020)
+++ trunk/dports/lang/librep/Portfile	2013-09-13 19:24:54 UTC (rev 111021)
@@ -38,18 +38,6 @@
 
 configure.cflags-append -std=gnu89
 
-variant gcc45 conflicts gcc46 gcc47 description {build with gcc45} {
-    configure.compiler      macports-gcc-4.5
-}
-
-variant gcc46 conflicts gcc45 gcc47 description {build with gcc46} {
-    configure.compiler      macports-gcc-4.6
-}
-
-variant gcc47 conflicts gcc45 gcc46 description {build with gcc47} {
-    configure.compiler      macports-gcc-4.7
-}
-
 variant readline description {build with readline support} {
     depends_lib-append      port:readline
     configure.args-delete   --without-readline
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/5ff01ac5/attachment.html>


More information about the macports-changes mailing list