OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-May-2007 09:39:33
Branch: HEAD Handle: 2007052008393200
Modified files:
openpkg-src/perl perl.patch perl.spec
Log:
fix building under GCC 4.2 world order
Summary:
Revision Changes Path
1.20 +17 -0 openpkg-src/perl/perl.patch
1.114 +1 -1 openpkg-src/perl/perl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl/perl.patch
============================================================================
$ cvs diff -u -r1.19 -r1.20 perl.patch
--- openpkg-src/perl/perl.patch 1 Feb 2006 20:38:52 -0000 1.19
+++ openpkg-src/perl/perl.patch 20 May 2007 07:39:32 -0000 1.20
@@ -289,3 +289,20 @@
} else {
goto gotwidth;
}
+
+-----------------------------------------------------------------------------
+
+Support GCC 4.2
+
+Index: makedepend.SH
+--- makedepend.SH.orig 2003-06-05 20:11:10 +0200
++++ makedepend.SH 2007-05-20 09:32:10 +0200
+@@ -167,6 +167,7 @@
+ -e '/^#.*<builtin>/d' \
+ -e '/^#.*<built-in>/d' \
+ -e '/^#.*<command line>/d' \
++ -e '/^#.*<command-line>/d' \
+ -e '/^#.*"-"/d' \
+ -e '/: file path prefix .* never used$/d' \
+ -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl/perl.spec
============================================================================
$ cvs diff -u -r1.113 -r1.114 perl.spec
--- openpkg-src/perl/perl.spec 19 Apr 2007 15:03:41 -0000 1.113
+++ openpkg-src/perl/perl.spec 20 May 2007 07:39:32 -0000 1.114
@@ -33,7 +33,7 @@
Group: Perl
License: GPL/Artistic
Version: 5.8.8
-Release: 20070419
+Release: 20070520
# list of sources
Source0: ftp://ftp.cpan.org/pub/CPAN/src/perl-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]