[91656] trunk/dports/cross/arm-aout-binutils

jmr at macports.org jmr at macports.org
Sat Apr 7 01:21:30 PDT 2012


Revision: 91656
          https://trac.macports.org/changeset/91656
Author:   jmr at macports.org
Date:     2012-04-07 01:21:30 -0700 (Sat, 07 Apr 2012)
Log Message:
-----------
arm-aout-binutils: fix texinfo version check, set license

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

Added Paths:
-----------
    trunk/dports/cross/arm-aout-binutils/files/

Modified: trunk/dports/cross/arm-aout-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-aout-binutils/Portfile	2012-04-07 07:46:17 UTC (rev 91655)
+++ trunk/dports/cross/arm-aout-binutils/Portfile	2012-04-07 08:21:30 UTC (rev 91656)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem			1.0
+
 name				arm-aout-binutils
 version				2.17
 
@@ -12,6 +13,7 @@
 					arm-aout cross development.
 platforms			darwin
 categories			cross devel
+license				GPL-2+
 maintainers			nomaintainer
 homepage			http://www.gnu.org/software/binutils/binutils.html
 master_sites		gnu:binutils
@@ -41,11 +43,13 @@
 	system "rm -rf ${worksrcpath}/etc"
 }
 
-patch {
+patchfiles          patch-configure.diff
+
+post-patch {
 	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)
@@ -78,7 +82,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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120407/94bfa85e/attachment.html>


More information about the macports-changes mailing list