[125285] trunk/dports/cross/arm-none-linux-gnueabi-binutils

mf2k at macports.org mf2k at macports.org
Fri Sep 12 12:22:35 PDT 2014


Revision: 125285
          https://trac.macports.org/changeset/125285
Author:   mf2k at macports.org
Date:     2014-09-12 12:22:34 -0700 (Fri, 12 Sep 2014)
Log Message:
-----------
arm-none-linux-gnueabi-binutils: Add maintainer. Fix lint issues. (#44961)

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

Added Paths:
-----------
    trunk/dports/cross/arm-none-linux-gnueabi-binutils/files/patch-configure.diff

Removed Paths:
-------------
    trunk/dports/cross/arm-none-linux-gnueabi-binutils/files/configure.patch

Modified: trunk/dports/cross/arm-none-linux-gnueabi-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-none-linux-gnueabi-binutils/Portfile	2014-09-12 19:19:27 UTC (rev 125284)
+++ trunk/dports/cross/arm-none-linux-gnueabi-binutils/Portfile	2014-09-12 19:22:34 UTC (rev 125285)
@@ -14,7 +14,7 @@
 platforms			darwin
 categories			cross devel
 license				GPL-2+
-maintainers			nomaintainer
+maintainers			gmail.com:stuartwesterman openmaintainer
 homepage			http://www.codesourcery.com/gnu_toolchains/arm
 master_sites			macports:pguyot
 distname			binutils-${version}
@@ -51,13 +51,13 @@
 	system "rm -rf ${worksrcpath}/etc"
 }
 
-patchfiles          configure.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)
@@ -90,7 +90,7 @@
 	}
 
 	# Fix the gettext files and related stuff.
-	#	
+	#
 	# module: name of the module (e.g. gas)
 	proc crossgcc::fixgettext { module } {
 		global crossgcc-target worksrcpath

Deleted: trunk/dports/cross/arm-none-linux-gnueabi-binutils/files/configure.patch
===================================================================
--- trunk/dports/cross/arm-none-linux-gnueabi-binutils/files/configure.patch	2014-09-12 19:19:27 UTC (rev 125284)
+++ trunk/dports/cross/arm-none-linux-gnueabi-binutils/files/configure.patch	2014-09-12 19:22:34 UTC (rev 125285)
@@ -1,11 +0,0 @@
---- configure.orig	2005-12-13 04:23:40.000000000 +1100
-+++ configure	2012-07-07 01:38:57.000000000 +1000
-@@ -3543,7 +3543,7 @@
-     # For an installed makeinfo, we require it to be from texinfo 4.2 or
-     # higher, else we use the "missing" dummy.
-     if ${MAKEINFO} --version \
--       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
-+       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|4\.[1-9][0-9]+|[5-9])' >/dev/null 2>&1; then
-       :
-     else
-       MAKEINFO="$MISSING makeinfo"

Copied: trunk/dports/cross/arm-none-linux-gnueabi-binutils/files/patch-configure.diff (from rev 125273, trunk/dports/cross/arm-none-linux-gnueabi-binutils/files/configure.patch)
===================================================================
--- trunk/dports/cross/arm-none-linux-gnueabi-binutils/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/cross/arm-none-linux-gnueabi-binutils/files/patch-configure.diff	2014-09-12 19:22:34 UTC (rev 125285)
@@ -0,0 +1,11 @@
+--- configure.orig	2005-12-13 04:23:40.000000000 +1100
++++ configure	2012-07-07 01:38:57.000000000 +1000
+@@ -3543,7 +3543,7 @@
+     # For an installed makeinfo, we require it to be from texinfo 4.2 or
+     # higher, else we use the "missing" dummy.
+     if ${MAKEINFO} --version \
+-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|4\.[1-9][0-9]+|[5-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140912/4af83bda/attachment-0001.html>


More information about the macports-changes mailing list