[41430] trunk/dports/cross/i386-elf-binutils/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Sun Nov 2 04:40:13 PST 2008


Revision: 41430
          http://trac.macports.org/changeset/41430
Author:   pguyot at kallisys.net
Date:     2008-11-02 04:40:12 -0800 (Sun, 02 Nov 2008)
Log Message:
-----------
cross/i386-elf-binutils: update to 2.18.50.0.9 (submitted by stepan at coresystems.de, fixes #16515)

Modified Paths:
--------------
    trunk/dports/cross/i386-elf-binutils/Portfile

Modified: trunk/dports/cross/i386-elf-binutils/Portfile
===================================================================
--- trunk/dports/cross/i386-elf-binutils/Portfile	2008-11-02 12:33:28 UTC (rev 41429)
+++ trunk/dports/cross/i386-elf-binutils/Portfile	2008-11-02 12:40:12 UTC (rev 41430)
@@ -2,7 +2,7 @@
 
 PortSystem			1.0
 name				i386-elf-binutils
-version				2.17
+version				2.18.50.0.9
 
 # Parameters for this port.
 set crossgcc-target i386-elf
@@ -12,14 +12,15 @@
 					i386-elf cross development.
 platforms			darwin
 categories			cross devel
-maintainers			pguyot at kallisys.net
+maintainers			stepan at coresystems.de pguyot at kallisys.net openmaintainer
 homepage			http://www.gnu.org/software/binutils/binutils.html
-master_sites		gnu:binutils
+master_sites		ftp://ftp.kernel.org/pub/linux/devel/binutils/ \
+					http://ftp.kernel.org/pub/linux/devel/binutils/
 distname			binutils-${version}
 use_bzip2			yes
-checksums			md5 e26e2e06b6e4bf3acf1dc8688a94c0d1 \
-					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
-					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
+checksums			md5     68e3510d9c790b134450c0a243c251cd \
+					sha1    369b21b07e06ec44005603acaa046b2ea69831bd \
+					rmd160  edbb31cfd6e0c1756618532064a46d03779bfadb
 
 # All cross ports violate the mtree layout.
 destroot.violate_mtree	yes
@@ -31,7 +32,7 @@
 pre-configure   	{ system "cd ${workpath} && mkdir -p build"}
 configure.dir   	${workpath}/build
 configure.cmd   	${worksrcpath}/configure
-configure.cc	   	"cc -no-cpp-precomp"
+configure.cc	   	"cc -no-cpp-precomp -I${prefix}/include"
 configure.args  	--infodir='${prefix}/share/info' --target=${crossgcc-target} \
 					--program-prefix=${crossgcc-target}- --mandir='${prefix}/share/man'
 build.dir       	${workpath}/build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081102/1c74385d/attachment.html>


More information about the macports-changes mailing list