[27268] trunk/dports/lang/gcc42
source_changes at macosforge.org
source_changes at macosforge.org
Thu Jul 26 05:50:12 PDT 2007
Revision: 27268
http://trac.macosforge.org/projects/macports/changeset/27268
Author: mww at macports.org
Date: 2007-07-26 05:50:12 -0700 (Thu, 26 Jul 2007)
Log Message:
-----------
add 'gcc_select' config file; don't increment revision as MacPorts gcc_select is BETA and this feature might change/vanquish/.. and we don't want people to recompile gcc for every change in gcc_select
Modified Paths:
--------------
trunk/dports/lang/gcc42/Portfile
Added Paths:
-----------
trunk/dports/lang/gcc42/files/
trunk/dports/lang/gcc42/files/mp-gcc42
Modified: trunk/dports/lang/gcc42/Portfile
===================================================================
--- trunk/dports/lang/gcc42/Portfile 2007-07-26 11:34:45 UTC (rev 27267)
+++ trunk/dports/lang/gcc42/Portfile 2007-07-26 12:50:12 UTC (rev 27268)
@@ -79,6 +79,8 @@
post-destroot {
system "cd ${destroot}${prefix}/include/${name} && \
cp ../../lib/${name}/gcc/*/${version}/include/ffitarget.h ."
+ xinstall -m 755 -d ${destroot}${prefix}/etc/select/gcc
+ xinstall -m 444 ${filespath}/mp-gcc42 ${destroot}${prefix}/etc/select/gcc/
}
# odcctools currently do not compile for x64 - move to variant for the time being
Added: trunk/dports/lang/gcc42/files/mp-gcc42
===================================================================
--- trunk/dports/lang/gcc42/files/mp-gcc42 (rev 0)
+++ trunk/dports/lang/gcc42/files/mp-gcc42 2007-07-26 12:50:12 UTC (rev 27268)
@@ -0,0 +1,7 @@
+bin/gcc-mp-4.2
+bin/cpp-mp-4.2
+bin/c++-mp-4.2
+bin/g++-mp-4.2
+bin/gcj-mp-4.2
+bin/gcov-mp-4.2
+bin/gfortan-mp-4.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070726/2c7d3881/attachment.html
More information about the macports-changes
mailing list