[34701] trunk/dports/lang/gcc41

mww at macports.org mww at macports.org
Mon Mar 3 05:08:44 PST 2008


Revision: 34701
          http://trac.macosforge.org/projects/macports/changeset/34701
Author:   mww at macports.org
Date:     2008-03-03 05:08:40 -0800 (Mon, 03 Mar 2008)

Log Message:
-----------
make lint happy++

Modified Paths:
--------------
    trunk/dports/lang/gcc41/Portfile

Added Paths:
-----------
    trunk/dports/lang/gcc41/files/patch-configure-texinfo.diff
    trunk/dports/lang/gcc41/files/patch-darwin.h.diff
    trunk/dports/lang/gcc41/files/patch-make-exports.pl-leopard.diff

Removed Paths:
-------------
    trunk/dports/lang/gcc41/files/patch-configure-texinfo
    trunk/dports/lang/gcc41/files/patch-darwin.h
    trunk/dports/lang/gcc41/files/patch-make-exports.pl-leopard

Modified: trunk/dports/lang/gcc41/Portfile
===================================================================
--- trunk/dports/lang/gcc41/Portfile	2008-03-03 08:47:25 UTC (rev 34700)
+++ trunk/dports/lang/gcc41/Portfile	2008-03-03 13:08:40 UTC (rev 34701)
@@ -33,7 +33,7 @@
 				${dobjc} sha1 ea97dab0f7096d267eba17d53a861d15b519868a
 
 # Handle Texinfo 4.1x.
-patchfiles		patch-configure-texinfo
+patchfiles		patch-configure-texinfo.diff
 
 use_bzip2		yes
 
@@ -82,14 +82,14 @@
 }
 
 platform darwin 9 {
-	patchfiles-append	patch-make-exports.pl-leopard 
+	patchfiles-append	patch-make-exports.pl-leopard.diff
 	# Workaround for libiconv on Mac OS X 10.5 Leopard: force configure
 	# to look for the system's library, not the MacPort's one.
-	configure.args-append	--with-libiconv-prefix=/usr 
+	configure.args-append	--with-libiconv-prefix=/usr
 }
 
 platform darwin i386 {
-	patchfiles-append	patch-darwin.h
+	patchfiles-append	patch-darwin.h.diff
 }
 
 variant odcctools {

Deleted: trunk/dports/lang/gcc41/files/patch-configure-texinfo
===================================================================
--- trunk/dports/lang/gcc41/files/patch-configure-texinfo	2008-03-03 08:47:25 UTC (rev 34700)
+++ trunk/dports/lang/gcc41/files/patch-configure-texinfo	2008-03-03 13:08:40 UTC (rev 34701)
@@ -1,11 +0,0 @@
---- configure.orig	2006-11-21 18:48:36.000000000 +0100
-+++ configure	2007-12-09 18:49:24.000000000 +0100
-@@ -3549,7 +3549,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[0-9]|[5-9])' >/dev/null 2>&1; then
-       :
-     else
-       MAKEINFO="$MISSING makeinfo"

Copied: trunk/dports/lang/gcc41/files/patch-configure-texinfo.diff (from rev 34700, trunk/dports/lang/gcc41/files/patch-configure-texinfo)
===================================================================
--- trunk/dports/lang/gcc41/files/patch-configure-texinfo.diff	                        (rev 0)
+++ trunk/dports/lang/gcc41/files/patch-configure-texinfo.diff	2008-03-03 13:08:40 UTC (rev 34701)
@@ -0,0 +1,11 @@
+--- configure.orig	2006-11-21 18:48:36.000000000 +0100
++++ configure	2007-12-09 18:49:24.000000000 +0100
+@@ -3549,7 +3549,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[0-9]|[5-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"

Deleted: trunk/dports/lang/gcc41/files/patch-darwin.h
===================================================================
--- trunk/dports/lang/gcc41/files/patch-darwin.h	2008-03-03 08:47:25 UTC (rev 34700)
+++ trunk/dports/lang/gcc41/files/patch-darwin.h	2008-03-03 13:08:40 UTC (rev 34701)
@@ -1,11 +0,0 @@
---- gcc/config/i386/darwin.h.orig	2007-02-21 09:08:33.000000000 -0800
-+++ gcc/config/i386/darwin.h	2007-02-21 09:10:03.000000000 -0800
-@@ -106,6 +106,8 @@
- #define ASM_LONG "\t.long\t"
- /* Darwin as doesn't do ".quad".  */
- 
-+#define SUBTARGET_ENCODE_SECTION_INFO  darwin_encode_section_info
-+
- #undef ASM_OUTPUT_ALIGN
- #define ASM_OUTPUT_ALIGN(FILE,LOG)	\
-  do { if ((LOG) != 0)			\

Copied: trunk/dports/lang/gcc41/files/patch-darwin.h.diff (from rev 34700, trunk/dports/lang/gcc41/files/patch-darwin.h)
===================================================================
--- trunk/dports/lang/gcc41/files/patch-darwin.h.diff	                        (rev 0)
+++ trunk/dports/lang/gcc41/files/patch-darwin.h.diff	2008-03-03 13:08:40 UTC (rev 34701)
@@ -0,0 +1,11 @@
+--- gcc/config/i386/darwin.h.orig	2007-02-21 09:08:33.000000000 -0800
++++ gcc/config/i386/darwin.h	2007-02-21 09:10:03.000000000 -0800
+@@ -106,6 +106,8 @@
+ #define ASM_LONG "\t.long\t"
+ /* Darwin as doesn't do ".quad".  */
+ 
++#define SUBTARGET_ENCODE_SECTION_INFO  darwin_encode_section_info
++
+ #undef ASM_OUTPUT_ALIGN
+ #define ASM_OUTPUT_ALIGN(FILE,LOG)	\
+  do { if ((LOG) != 0)			\

Deleted: trunk/dports/lang/gcc41/files/patch-make-exports.pl-leopard
===================================================================
--- trunk/dports/lang/gcc41/files/patch-make-exports.pl-leopard	2008-03-03 08:47:25 UTC (rev 34700)
+++ trunk/dports/lang/gcc41/files/patch-make-exports.pl-leopard	2008-03-03 13:08:40 UTC (rev 34701)
@@ -1,11 +0,0 @@
---- libstdc++-v3/scripts/make_exports.pl.orig	2007-12-09 18:01:40.000000000 +0100
-+++ libstdc++-v3/scripts/make_exports.pl	2007-12-09 18:02:17.000000000 +0100
-@@ -92,7 +92,7 @@
- print STDERR $nm.' -P '.(join ' ', at ARGV).'|';
- open NM,$nm.' -P '.(join ' ', at ARGV).'|' or die $!;
- # Talk to c++filt through a pair of file descriptors.
--open2(*FILTIN, *FILTOUT, "c++filt --strip-underscores") or die $!;
-+open2(*FILTIN, *FILTOUT, "c++filt --strip-underscore") or die $!;
- NAME: while (<NM>) {
-     my $i;
-     chomp;

Copied: trunk/dports/lang/gcc41/files/patch-make-exports.pl-leopard.diff (from rev 34700, trunk/dports/lang/gcc41/files/patch-make-exports.pl-leopard)
===================================================================
--- trunk/dports/lang/gcc41/files/patch-make-exports.pl-leopard.diff	                        (rev 0)
+++ trunk/dports/lang/gcc41/files/patch-make-exports.pl-leopard.diff	2008-03-03 13:08:40 UTC (rev 34701)
@@ -0,0 +1,11 @@
+--- libstdc++-v3/scripts/make_exports.pl.orig	2007-12-09 18:01:40.000000000 +0100
++++ libstdc++-v3/scripts/make_exports.pl	2007-12-09 18:02:17.000000000 +0100
+@@ -92,7 +92,7 @@
+ print STDERR $nm.' -P '.(join ' ', at ARGV).'|';
+ open NM,$nm.' -P '.(join ' ', at ARGV).'|' or die $!;
+ # Talk to c++filt through a pair of file descriptors.
+-open2(*FILTIN, *FILTOUT, "c++filt --strip-underscores") or die $!;
++open2(*FILTIN, *FILTOUT, "c++filt --strip-underscore") or die $!;
+ NAME: while (<NM>) {
+     my $i;
+     chomp;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080303/89e5c297/attachment.html 


More information about the macports-changes mailing list