Ticket #67631: apple-gcc42.Portfile.patch
File apple-gcc42.Portfile.patch, 1.3 KB (added by edolnx (Carl Perry), 13 months ago) |
---|
-
Portfile
old new 5 5 name apple-gcc42 6 6 version 5666.3 7 7 set gcc_version 4.2.1 8 revision 1 68 revision 17 9 9 categories lang 10 10 platforms darwin 11 11 license {GPL-2+ Permissive} … … 43 43 rmd160 f33804c6f04e853a6248bf4941f4a0ace1e3f30f \ 44 44 sha256 0f22916b8b1c96bafaccbb17b4350530d4ae903475ae934efe76a26b9c35e03f \ 45 45 gcc-5666.3.tar.gz \ 46 rmd160 a01d000f89c0e89dd0079dcd202bba7629ba78dc\47 sha256 6c46f4376d11ada5be0cfc3894b9296edf574af3c616ab71803ea78edfd7015b46 rmd160 6a159f3cb80dc9ce2109edaaa5fea95a995b9fc2 \ 47 sha256 2e9889ce0136f5a33298cf7cce5247d31a5fb1856e6f301423bde4a81a5e7ea6 48 48 49 49 # gcc-fortran-4.2.1.tar.bz2 \ 50 50 # md5 2a91d467b50a404ca0cd3b10b413f9b2 \ … … 139 139 #} 140 140 141 141 post-extract { 142 file rename ${workpath}/gcc-gcc-5666.3 ${workpath}/gcc-5666.3 142 143 xinstall -W ${filespath} build_gcc ${worksrcpath} 143 144 }