OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 25-Dec-2008 19:04:40 Branch: HEAD Handle: 2008122518044000 Modified files: openpkg-src/perl perl.patch perl.spec Log: detect NetBSD 5.0 as well Summary: Revision Changes Path 1.27 +17 -0 openpkg-src/perl/perl.patch 1.130 +1 -1 openpkg-src/perl/perl.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl/perl.patch ============================================================================ $ cvs diff -u -r1.26 -r1.27 perl.patch --- openpkg-src/perl/perl.patch 28 Mar 2008 14:28:21 -0000 1.26 +++ openpkg-src/perl/perl.patch 25 Dec 2008 18:04:40 -0000 1.27 @@ -290,3 +290,20 @@ goto gotwidth; } +----------------------------------------------------------------------------- + +Detect NetBSD 5.x as well + +Index: hints/netbsd.sh +--- hints/netbsd.sh.orig 2007-12-18 11:47:07.000000000 +0100 ++++ hints/netbsd.sh 2008-12-24 10:51:08.000000000 +0100 +@@ -79,7 +79,7 @@ + ;; + esac + case "$osvers" in +-0.9*|1.*|2.*|3.*|4.*) ++0.9*|1.*|2.*|3.*|4.*|5.*) + d_getprotoent_r="$undef" + d_getprotobyname_r="$undef" + d_getprotobynumber_r="$undef" + @@ . patch -p0 <<'@@ .' Index: openpkg-src/perl/perl.spec ============================================================================ $ cvs diff -u -r1.129 -r1.130 perl.spec --- openpkg-src/perl/perl.spec 11 Jul 2008 22:13:05 -0000 1.129 +++ openpkg-src/perl/perl.spec 25 Dec 2008 18:04:40 -0000 1.130 @@ -32,7 +32,7 @@ Group: Perl License: GPL/Artistic Version: 5.10.0 -Release: 20080712 +Release: 20081225 # list of sources Source0: ftp://ftp.cpan.org/pub/CPAN/src/perl-%{version}.tar.gz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org