[124572] trunk/dports/cross/arm-none-linux-gnueabi-gcc/Portfile

jmr at macports.org jmr at macports.org
Mon Aug 25 16:05:11 PDT 2014


Revision: 124572
          https://trac.macports.org/changeset/124572
Author:   jmr at macports.org
Date:     2014-08-25 16:05:11 -0700 (Mon, 25 Aug 2014)
Log Message:
-----------
arm-none-linux-gnueabi-gcc: license

Modified Paths:
--------------
    trunk/dports/cross/arm-none-linux-gnueabi-gcc/Portfile

Modified: trunk/dports/cross/arm-none-linux-gnueabi-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-none-linux-gnueabi-gcc/Portfile	2014-08-25 22:57:55 UTC (rev 124571)
+++ trunk/dports/cross/arm-none-linux-gnueabi-gcc/Portfile	2014-08-25 23:05:11 UTC (rev 124572)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem			1.0
+
 name            	arm-none-linux-gnueabi-gcc
 version         	2005q3-2
 
@@ -16,14 +17,15 @@
 homepage			http://www.codesourcery.com/gnu_toolchains/arm
 platforms       	darwin
 categories      	cross devel
+license         	GPL-2+
 maintainers     	nomaintainer
 master_sites		macports:pguyot
-distfiles			gcc-${version}.tar.bz2 
+distfiles			gcc-${version}.tar.bz2
 worksrcdir			gcc-${gccversion}
 checksums			gcc-${version}.tar.bz2 \
 						md5 8fb231e1d8573b9e14e4d518a1c781a2 \
 						sha1 99334733b0e0b2befd7f5eb9c6fac407a71f563e \
-						rmd160 8d08aa976a84e9058ae95616c25e2c5a00ac9b4c 
+						rmd160 8d08aa976a84e9058ae95616c25e2c5a00ac9b4c
 
 # All cross ports violate the mtree layout.
 destroot.violate_mtree	yes
@@ -107,7 +109,7 @@
 	namespace eval crossgcc {}
 
 	# Fix the info pages and related stuff.
-	#	
+	#
 	# path: path to the doc directory (e.g. gas/doc/)
 	# makefile: path to Makefile.in (e.g. gas/doc/Makefile.in)
 	# name: name of the info page (e.g. as)
@@ -116,7 +118,7 @@
 		global crossgcc-target worksrcpath
 
 		# Fix the source
-		if { [ file exists ${worksrcpath}/${path}/${name}.${suffix} ] } { 
+		if { [ file exists ${worksrcpath}/${path}/${name}.${suffix} ] } {
 			reinplace "s|setfilename ${name}.info|setfilename ${crossgcc-target}-${name}.info|g" \
 				${worksrcpath}/${path}/${name}.${suffix}
 			reinplace "s|(${name})|(${crossgcc-target}-${name})|g" \
@@ -157,7 +159,7 @@
 	}
 
 	# Fix the gettext files and related stuff.
-	#	
+	#
 	# module: name of the module (e.g. gas)
 	proc crossgcc::fixgettext { module } {
 		global crossgcc-target worksrcpath
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140825/a11eb667/attachment.html>


More information about the macports-changes mailing list