[33298] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Wed Jan 23 01:39:16 PST 2008


Revision: 33298
          http://trac.macosforge.org/projects/macports/changeset/33298
Author:   ryandesign at macports.org
Date:     2008-01-23 01:39:15 -0800 (Wed, 23 Jan 2008)

Log Message:
-----------
For all my ports, remove occurrences of

{{{
platform darwin 8 {
    configure.compiler gcc-4.0
}
}}}

MacPorts 1.6 already ensures that GCC 4.0 is used by default on Tiger. See:

http://lists.macosforge.org/pipermail/macports-dev/2007-December/003979.html

Modified Paths:
--------------
    trunk/dports/databases/mysql5/Portfile
    trunk/dports/graphics/ImageMagick/Portfile
    trunk/dports/graphics/libpng/Portfile
    trunk/dports/net/curl/Portfile
    trunk/dports/net/wget/Portfile
    trunk/dports/www/php4/Portfile
    trunk/dports/www/php5/Portfile
    trunk/dports/www/php5-devel/Portfile
    trunk/dports/www/tidy/Portfile

Modified: trunk/dports/databases/mysql5/Portfile
===================================================================
--- trunk/dports/databases/mysql5/Portfile	2008-01-23 09:32:47 UTC (rev 33297)
+++ trunk/dports/databases/mysql5/Portfile	2008-01-23 09:39:15 UTC (rev 33298)
@@ -59,10 +59,6 @@
 	--without-bench \
 	--enable-thread-safe-client
 
-platform darwin 8 {
-	configure.compiler	gcc-4.0
-}
-
 variant server {
 	# Create a startupitem to start/stop the server
 	startupitem.create	yes

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2008-01-23 09:32:47 UTC (rev 33297)
+++ trunk/dports/graphics/ImageMagick/Portfile	2008-01-23 09:39:15 UTC (rev 33298)
@@ -188,10 +188,6 @@
 		lib:libltdl:libtool
 }
 
-platform darwin 8 {
-	configure.compiler	gcc-4.0
-}
-
 livecheck.check     regex
 livecheck.url       http://ftp.surfnet.nl/pub/ImageMagick/?C=M&O=D
 livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*(?:-\\d+)?)

Modified: trunk/dports/graphics/libpng/Portfile
===================================================================
--- trunk/dports/graphics/libpng/Portfile	2008-01-23 09:32:47 UTC (rev 33297)
+++ trunk/dports/graphics/libpng/Portfile	2008-01-23 09:39:15 UTC (rev 33298)
@@ -36,7 +36,3 @@
 		TODO ${destroot}${docdir}
 	xinstall -m 0644 ${worksrcpath}/example.c ${destroot}${docdir}/examples
 }
-
-platform darwin 8 {
-	configure.compiler	gcc-4.0
-}

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2008-01-23 09:32:47 UTC (rev 33297)
+++ trunk/dports/net/curl/Portfile	2008-01-23 09:39:15 UTC (rev 33298)
@@ -53,10 +53,6 @@
     depends_lib-append      lib:libdl:dlcompat
 }
 
-platform darwin 8 {
-    configure.compiler	gcc-4.0
-}
-
 variant ssl {
     depends_lib-append      port:openssl
     configure.args-delete   --without-ssl

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2008-01-23 09:32:47 UTC (rev 33297)
+++ trunk/dports/net/wget/Portfile	2008-01-23 09:39:15 UTC (rev 33298)
@@ -25,7 +25,3 @@
     configure.args-append   --without-ssl
     configure.args-delete   --with-libssl-prefix=${prefix}
 }
-
-platform darwin 8 {
-    configure.compiler	gcc-4.0
-}

Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile	2008-01-23 09:32:47 UTC (rev 33297)
+++ trunk/dports/www/php4/Portfile	2008-01-23 09:39:15 UTC (rev 33298)
@@ -70,10 +70,6 @@
     configure.env-append	LIBS=-ldl
 }
 
-platform darwin 8 {
-    configure.compiler	gcc-4.0
-}
-
 platform macosx {
     configure.args-append	--with-ldap=/usr --with-kerberos=/usr --with-iodbc=/usr
 }

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2008-01-23 09:32:47 UTC (rev 33297)
+++ trunk/dports/www/php5/Portfile	2008-01-23 09:39:15 UTC (rev 33298)
@@ -111,10 +111,6 @@
 		"-no-cpp-precomp"
 }
 
-platform darwin 8 {
-	configure.compiler	gcc-4.0
-}
-
 platform macosx {
 	configure.args-append \
 		--with-ldap=/usr \

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2008-01-23 09:32:47 UTC (rev 33297)
+++ trunk/dports/www/php5-devel/Portfile	2008-01-23 09:39:15 UTC (rev 33298)
@@ -102,10 +102,6 @@
 	"-no-cpp-precomp"
 }
 
-platform darwin 8 {
-    configure.compiler	gcc-4.0
-}
-
 platform macosx {
     configure.args-append \
 	--with-ldap=/usr \

Modified: trunk/dports/www/tidy/Portfile
===================================================================
--- trunk/dports/www/tidy/Portfile	2008-01-23 09:32:47 UTC (rev 33297)
+++ trunk/dports/www/tidy/Portfile	2008-01-23 09:39:15 UTC (rev 33298)
@@ -41,10 +41,6 @@
 	system "ln -fs libtidy-0.99.0.0.0.dylib ${destroot}${prefix}/lib/libtidy.0.dylib"
 }
 
-platform darwin 8 {
-	configure.compiler	gcc-4.0
-}
-
 livecheck.check		regex
 livecheck.url		[lindex ${master_sites} 1]?M=D
 livecheck.regex		tidy_src_(\\d+)

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


More information about the macports-changes mailing list