[38947] trunk/dports/lang/gcc44/Portfile
mww at macports.org
mww at macports.org
Sun Aug 3 04:54:11 PDT 2008
Revision: 38947
http://trac.macosforge.org/projects/macports/changeset/38947
Author: mww at macports.org
Date: 2008-08-03 04:54:09 -0700 (Sun, 03 Aug 2008)
Log Message:
-----------
version 4.4-20080801, add 'java' variant
Modified Paths:
--------------
trunk/dports/lang/gcc44/Portfile
Modified: trunk/dports/lang/gcc44/Portfile
===================================================================
--- trunk/dports/lang/gcc44/Portfile 2008-08-03 10:42:50 UTC (rev 38946)
+++ trunk/dports/lang/gcc44/Portfile 2008-08-03 11:54:09 UTC (rev 38947)
@@ -3,7 +3,7 @@
PortSystem 1.0
name gcc44
-version 4.4-20080725
+version 4.4-20080801
platforms darwin
categories lang
maintainers mww
@@ -25,11 +25,11 @@
set dobjc gcc-objc-${version}.tar.bz2
distfiles ${dcore} ${dfort} ${dcxx} ${djava} ${dobjc}
-checksums ${dcore} sha1 563666727d35c8dbd2095f1b978c3092cfc3c21e \
- ${dfort} sha1 4cd88ec559c2880e300b036ab4b9a9bafe2c0315 \
- ${dcxx} sha1 35fb2026903eddb31cb9dd67941ffb904c8008c8 \
- ${djava} sha1 59148a1a7de07f7bf826c1f7cc269a1b89d623f6 \
- ${dobjc} sha1 7dbbfb8bedc8606c66106e55b108e8bdb513b9e2
+checksums ${dcore} sha1 d9bd44a78fddb54da0fa920f158e541588840292 \
+ ${dfort} sha1 4cdb57bf5371985504346aa02f3284692df765ea \
+ ${dcxx} sha1 0b0402544686634d2a540602291a4636035fe818 \
+ ${djava} sha1 98384f01f5564206b44435e6439bcf3dab651466 \
+ ${dobjc} sha1 817a3c5eae3395b26634621c12bbd6a8210eaa33
use_bzip2 yes
@@ -106,12 +106,19 @@
}
# due to popular request - untested for the BETA; will be removed as soon as other languages than C compile successfuly
-variant gfortran \
- description "Enables fortran; this language will be enabled in the final version - this variant is completely untested!" {
+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\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080803/24d284b1/attachment.html
More information about the macports-changes
mailing list