[41445] trunk/dports/cross/arm-elf-binutils/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Mon Nov 3 04:17:19 PST 2008


Revision: 41445
          http://trac.macports.org/changeset/41445
Author:   pguyot at kallisys.net
Date:     2008-11-03 04:17:19 -0800 (Mon, 03 Nov 2008)
Log Message:
-----------
cross/arm-elf-binutils: Update to 2.18.50.0.9

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

Modified: trunk/dports/cross/arm-elf-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-elf-binutils/Portfile	2008-11-03 12:12:10 UTC (rev 41444)
+++ trunk/dports/cross/arm-elf-binutils/Portfile	2008-11-03 12:17:19 UTC (rev 41445)
@@ -2,7 +2,7 @@
 
 PortSystem			1.0
 name				arm-elf-binutils
-version				2.17
+version				2.18.50.0.9
 
 # Parameters for this port.
 set crossgcc-target arm-elf
@@ -12,15 +12,18 @@
 					arm-elf cross development.
 platforms			darwin
 categories			cross devel
-maintainers			pguyot at kallisys.net
+maintainers			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
 
+depends_lib			port:gettext
+
 # All cross ports violate the mtree layout.
 destroot.violate_mtree	yes
 
@@ -31,7 +34,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
@@ -41,7 +44,7 @@
 	system "rm -rf ${worksrcpath}/etc"
 }
 
-patch {
+post-patch {
 	namespace eval crossgcc {}
 
 	# Fix the info pages and related stuff.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081103/ff405a4b/attachment.html>


More information about the macports-changes mailing list