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: 17-Feb-2005 16:11:31 Branch: HEAD Handle: 2005021715113100 Added files: openpkg-src/perl-math perl-math.patch Modified files: openpkg-src/perl-math perl-math.spec Log: fix building under Solaris (where sed(1) just ignores last lines if not ending with a newline) Summary: Revision Changes Path 1.1 +10 -0 openpkg-src/perl-math/perl-math.patch 1.2 +3 -1 openpkg-src/perl-math/perl-math.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-math/perl-math.patch ============================================================================ $ cvs diff -u -r0 -r1.1 perl-math.patch --- /dev/null 2005-02-17 16:11:01 +0100 +++ perl-math.patch 2005-02-17 16:11:31 +0100 @@ -0,0 +1,10 @@ +Index: Math-BaseCnv-1.2.4CCJFl7/Makefile.PL +--- Math-BaseCnv-1.2.4CCJFl7/Makefile.PL.orig 2004-12-13 04:15:47.000000000 +0100 ++++ Math-BaseCnv-1.2.4CCJFl7/Makefile.PL 2005-02-17 16:09:40.570174349 +0100 +@@ -13,4 +13,4 @@ + 'Memoize' => 0, + }, # Module::Name => 1.1, + 'dist' => { 'COMPRESS' => 'gzip', 'SUFFIX' => 'tgz' }, +-); +\ No newline at end of file ++); @@ . patch -p0 <<'@@ .' Index: openpkg-src/perl-math/perl-math.spec ============================================================================ $ cvs diff -u -r1.1 -r1.2 perl-math.spec --- openpkg-src/perl-math/perl-math.spec 10 Feb 2005 11:15:24 -0000 1.1 +++ openpkg-src/perl-math/perl-math.spec 17 Feb 2005 15:11:31 -0000 1.2 @@ -48,7 +48,7 @@ Group: Language License: GPL/Artistic Version: %{V_perl} -Release: 20050210 +Release: 20050217 # package options %option with_gmp no @@ -66,6 +66,7 @@ Source8: http://www.cpan.org/modules/by-module/Math/Math-Combinatorics-%{V_math_combinatorics}.tar.gz Source9: http://www.cpan.org/modules/by-module/Math/Math-Calc-Units-%{V_math_calc_units}.tar.gz Source10: http://www.cpan.org/modules/by-module/Math/Math-BaseCnv-%{V_math_basecnv}.tgz +Patch0: perl-math.patch # build information Prefix: %{l_prefix} @@ -168,6 +169,7 @@ %setup -q -T -D -a 8 %setup -q -T -D -a 9 %setup -q -T -D -a 10 + %patch -p0 %build @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org