[50108] trunk/dports/lang/gcc44/Portfile

mww at macports.org mww at macports.org
Sat Apr 25 07:14:24 PDT 2009


Revision: 50108
          http://trac.macports.org/changeset/50108
Author:   mww at macports.org
Date:     2009-04-25 07:14:24 -0700 (Sat, 25 Apr 2009)
Log Message:
-----------
version 4.4.0

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

Modified: trunk/dports/lang/gcc44/Portfile
===================================================================
--- trunk/dports/lang/gcc44/Portfile	2009-04-25 13:25:18 UTC (rev 50107)
+++ trunk/dports/lang/gcc44/Portfile	2009-04-25 14:14:24 UTC (rev 50108)
@@ -3,20 +3,20 @@
 PortSystem 1.0
 
 name			gcc44
-version			4.4-20090331
+version			4.4.0
 platforms		darwin
 categories		lang
 maintainers		mww
-description		The GNU compiler collection, prerelease BETA
+description		The GNU compiler collection
 long_description	The GNU compiler collection, including front ends for \
-			C, C++, Objective-C and Objective-C++. This is a \
-			prerelease BETA version and does not have all \
-			available language front ends enabled.
+			C, C++, Objective-C, Objective-C++, Java and Fortran95.
 
 homepage		http://gcc.gnu.org/
-master_sites    ftp://ftp.gwdg.de/pub/linux/gcc/snapshots/${version}/ \
-				ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/snapshots/${version}/ \
-				ftp://gcc.gnu.org/pub/gcc/snapshots/${version}/
+master_sites    ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-${version}/ \
+                ftp://ftp.gwdg.de/pub/linux/gcc/releases/gcc-${version}/ \
+                ftp://gcc.ftp.nluug.nl/mirror/languages/gcc/releases/gcc-${version}/ \
+                ftp://gcc.gnu.org/pub/gcc/releases/gcc-${version}/ \
+                gnu:/gcc/gcc-${version}
 
 set dcore		gcc-core-${version}.tar.bz2
 set dfort		gcc-fortran-${version}.tar.bz2
@@ -25,11 +25,11 @@
 set dobjc		gcc-objc-${version}.tar.bz2
 distfiles		${dcore} ${dfort} ${dcxx} ${djava} ${dobjc}
 
-checksums		${dcore} sha1 dfde5de72869f03b60dba3644f3b7f4e97bd7d05 \
-			${dfort} sha1 e10c9ebd9f269a3881e432fb564d60bc8dd6afc6 \
-			${dcxx} sha1 39ef961147f99c1bd9c5bff45f028f74356e8519 \
-			${djava} sha1 a3791afb176527ccf181b5c085fcd8e5ae238218 \
-			${dobjc} sha1 b359c0c53cd2b3d792a297d64b8f3cbcd830fa43
+checksums		${dcore} sha1 081c5a1e49157b9c48fe97497633b6ff39032eb5 \
+			${dfort} sha1 5f9e32d9061937e7706d35d2d5458675352b1368 \
+			${dcxx} sha1 063d5acca79ec00276cf6ebdba414804abf3fcb6 \
+			${djava} sha1 94c2b5f541db6961c60ae30e0ac8b822fae4f3d3 \
+			${dobjc} sha1 21cd70e01c211553c59123c62b4f33330ad212c4
 
 use_bzip2		yes
 
@@ -47,7 +47,7 @@
 }
 
 configure.cmd	../gcc-${version}/configure
-configure.args	--enable-languages=c,c++,objc,obj-c++ \
+configure.args	--enable-languages=c,c++,objc,obj-c++,java,fortran \
 		--libdir=${prefix}/lib/${name} \
 		--includedir=${prefix}/include/${name} \
 		--infodir=${prefix}/share/info \
@@ -108,21 +108,7 @@
 				--with-ar=${prefix}/bin/odar
 }
 
-# due to popular request - untested for the BETA; will be removed as soon as other languages than C compile successfuly
-variant gfortran conflicts java \
-	description "Enables Fortran/gfortran; this language will be enabled in the final version - this variant is completely untested!" {
-	configure.args-delete --enable-languages=c,c++,objc,obj-c++
-	configure.args-append --enable-languages=c,c++,objc,obj-c++,fortran
-}
-
-# due to popular request - untested for the BETA; will be removed as soon as other languages than C compile successfuly
-variant java conflicts gfortran \
-	description "Enables Java/gcj; this language will be enabled in the final version - this variant is completely untested!" {
-	configure.args-delete --enable-languages=c,c++,objc,obj-c++
-	configure.args-append --enable-languages=c,c++,objc,obj-c++,java
-}
-
 livecheck.check	regex
-livecheck.url	ftp://gcc.gnu.org/pub/gcc/snapshots/
-livecheck.regex	LATEST-4.4 -> (4.4-\[0-9\]+)
+livecheck.url	http://gcc.gnu.org/gcc-4.3/
+livecheck.regex	GCC (4\\.4\\.\[0-9\])
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090425/2ae6274f/attachment.html>


More information about the macports-changes mailing list