[93105] trunk/dports/lang/gcc48/Portfile
mww at macports.org
mww at macports.org
Tue May 15 02:42:54 PDT 2012
Revision: 93105
https://trac.macports.org/changeset/93105
Author: mww at macports.org
Date: 2012-05-15 02:42:54 -0700 (Tue, 15 May 2012)
Log Message:
-----------
gcc48: enable java & fortran by default; inc. revision
Modified Paths:
--------------
trunk/dports/lang/gcc48/Portfile
Modified: trunk/dports/lang/gcc48/Portfile
===================================================================
--- trunk/dports/lang/gcc48/Portfile 2012-05-15 09:22:45 UTC (rev 93104)
+++ trunk/dports/lang/gcc48/Portfile 2012-05-15 09:42:54 UTC (rev 93105)
@@ -5,6 +5,7 @@
name gcc48
version 4.8-20120513
+revision 1
platforms darwin
categories lang
maintainers mww openmaintainer
@@ -50,7 +51,7 @@
}
configure.cmd ../gcc-${version}/configure
-configure.args --enable-languages=c,c++,objc,obj-c++ \
+configure.args --enable-languages=c,c++,objc,obj-c++,fortran,java \
--libdir=${prefix}/lib/${name} \
--includedir=${prefix}/include/${name} \
--infodir=${prefix}/share/info \
@@ -111,26 +112,6 @@
select.group gcc
select.file ${filespath}/mp-${name}
-# 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
- post-destroot {
- file rename ${destroot}${prefix}/share/python/aotcompile.py \
- ${destroot}${prefix}/share/python/aotcompile-46.py
- file rename ${destroot}${prefix}/share/python/classfile.py \
- ${destroot}${prefix}/share/python/classfile-46.py
- }
-}
-
platform powerpc {
configure.universal_archs ppc ppc64
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120515/d707e25f/attachment.html>
More information about the macports-changes
mailing list