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:55:38 Branch: HEAD Handle: 2007052008553701 Modified files: openpkg-src/openpkg HISTORY openpkg.spec perl.patch Log: fix building Perl under GCC 4.2 world order Summary: Revision Changes Path 1.453 +1 -0 openpkg-src/openpkg/HISTORY 1.588 +1 -1 openpkg-src/openpkg/openpkg.spec 1.2 +17 -0 openpkg-src/openpkg/perl.patch ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg/HISTORY ============================================================================ $ cvs diff -u -r1.452 -r1.453 HISTORY --- openpkg-src/openpkg/HISTORY 19 May 2007 20:09:57 -0000 1.452 +++ openpkg-src/openpkg/HISTORY 20 May 2007 07:55:37 -0000 1.453 @@ -2,6 +2,7 @@ 2007 ==== +20070520 fix building Perl under GCC 4.2 world order 20070519 upgrade to OSSP uuid 1.6.0 20070519 upgrade to official GNU shtool 2.0.7 20070514 upgrade to newer GNU shtool snapshot which fixes "shtool mkln" and "shtool install" commands @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.spec ============================================================================ $ cvs diff -u -r1.587 -r1.588 openpkg.spec --- openpkg-src/openpkg/openpkg.spec 19 May 2007 20:09:58 -0000 1.587 +++ openpkg-src/openpkg/openpkg.spec 20 May 2007 07:55:38 -0000 1.588 @@ -39,7 +39,7 @@ # o any cc(1) # the package version/release -%define V_openpkg 20070519 +%define V_openpkg 20070520 # the used software versions %define V_rpm 4.2.1 @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/perl.patch ============================================================================ $ cvs diff -u -r1.1 -r1.2 perl.patch --- openpkg-src/openpkg/perl.patch 13 May 2006 17:21:28 -0000 1.1 +++ openpkg-src/openpkg/perl.patch 20 May 2007 07:55:38 -0000 1.2 @@ -240,3 +240,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#" \ + @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org