[33301] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Wed Jan 23 02:58:10 PST 2008


Revision: 33301
          http://trac.macosforge.org/projects/macports/changeset/33301
Author:   ryandesign at macports.org
Date:     2008-01-23 02:58:09 -0800 (Wed, 23 Jan 2008)

Log Message:
-----------
For all nomaintainer and openmaintainer ports, remove `configure.compiler gcc-4.0`
from all `platform darwin 8` sections. MacPorts 1.6 already ensures that GCC 4.0
is used by default on Tiger. See #14046.

Modified Paths:
--------------
    trunk/dports/databases/FreeTDS/Portfile
    trunk/dports/databases/mysql5-devel/Portfile
    trunk/dports/devel/gnutls/Portfile
    trunk/dports/lang/python24/Portfile
    trunk/dports/security/xmlsec/Portfile
    trunk/dports/shells/fish/Portfile
    trunk/dports/shells/zsh/Portfile

Modified: trunk/dports/databases/FreeTDS/Portfile
===================================================================
--- trunk/dports/databases/FreeTDS/Portfile	2008-01-23 10:17:31 UTC (rev 33300)
+++ trunk/dports/databases/FreeTDS/Portfile	2008-01-23 10:58:09 UTC (rev 33301)
@@ -41,7 +41,6 @@
 	patchfiles      patch-src-tds-Makefile.in patch-src-server-Makefile.in \
 		patch-src-ctlib-Makefile.in patch-src-odbc-Makefile.in \
 		patch-src-dblib-Makefile.in patch-src-apps-Makefile.in
-	configure.compiler	gcc-4.0
 }
 
 platform darwin 9 {

Modified: trunk/dports/databases/mysql5-devel/Portfile
===================================================================
--- trunk/dports/databases/mysql5-devel/Portfile	2008-01-23 10:17:31 UTC (rev 33300)
+++ trunk/dports/databases/mysql5-devel/Portfile	2008-01-23 10:58:09 UTC (rev 33301)
@@ -74,7 +74,6 @@
 }
 
 platform darwin 8 {
-    configure.compiler	gcc-4.0
     configure.cppflags-append	-I${worksrcpath}/include
 }
 

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2008-01-23 10:17:31 UTC (rev 33300)
+++ trunk/dports/devel/gnutls/Portfile	2008-01-23 10:58:09 UTC (rev 33301)
@@ -44,7 +44,6 @@
 platform darwin 8 {
     build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
     configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
-    configure.compiler  gcc-4.0
 }
 
 livecheck.check regex

Modified: trunk/dports/lang/python24/Portfile
===================================================================
--- trunk/dports/lang/python24/Portfile	2008-01-23 10:17:31 UTC (rev 33300)
+++ trunk/dports/lang/python24/Portfile	2008-01-23 10:58:09 UTC (rev 33301)
@@ -112,7 +112,6 @@
 }
 
 platform darwin 8 {
-    configure.compiler	gcc-4.0
     configure.args-append --with-cxx=/usr/bin/g++-4.0
 }
 

Modified: trunk/dports/security/xmlsec/Portfile
===================================================================
--- trunk/dports/security/xmlsec/Portfile	2008-01-23 10:17:31 UTC (rev 33300)
+++ trunk/dports/security/xmlsec/Portfile	2008-01-23 10:58:09 UTC (rev 33301)
@@ -40,6 +40,5 @@
 
 platform darwin 8 {
 	build.env		MACOSX_DEPLOYMENT_TARGET=10.4
-	configure.compiler	gcc-4.0
 }
 

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2008-01-23 10:17:31 UTC (rev 33300)
+++ trunk/dports/shells/fish/Portfile	2008-01-23 10:58:09 UTC (rev 33301)
@@ -37,7 +37,6 @@
     post-configure {
         reinplace "s|LDFLAGS= |LDFLAGS= -liconv |g" "${worksrcpath}/Makefile"
     }
-    configure.compiler	gcc-4.0
 }
 
 variant xsel description "enable xsel support, only appropriate for use within X11" {

Modified: trunk/dports/shells/zsh/Portfile
===================================================================
--- trunk/dports/shells/zsh/Portfile	2008-01-23 10:17:31 UTC (rev 33300)
+++ trunk/dports/shells/zsh/Portfile	2008-01-23 10:58:09 UTC (rev 33301)
@@ -31,7 +31,6 @@
                 --enable-libs="-liconv -lncurses"
 
 platform darwin 8 {
-    configure.compiler	gcc-4.0
     post-configure {
         reinplace "s|#define HAVE_POLL 1|#undef HAVE_POLL|" ${worksrcpath}/config.h
     }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080123/18379d65/attachment-0001.html


More information about the macports-changes mailing list