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: 27-Sep-2005 10:19:22
Branch: HEAD Handle: 2005092709192200
Added files:
openpkg-src/perl-math perl-math.patch
Modified files:
openpkg-src/perl-math perl-math.spec
Log:
fix building under Solaris where the brain-dead sed(1) is unable to
pass-through a last input line which misses the newline (the line is
accidentally just dropped)
Summary:
Revision Changes Path
1.3 +10 -0 openpkg-src/perl-math/perl-math.patch
1.16 +3 -1 openpkg-src/perl-math/perl-math.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-math/perl-math.patch
============================================================================
$ cvs diff -u -r0 -r1.3 perl-math.patch
--- /dev/null 2005-09-27 10:18:48 +0200
+++ perl-math.patch 2005-09-27 10:19:22 +0200
@@ -0,0 +1,10 @@
+Index: Math-BaseCnv-1.2.59M7mRX/Makefile.PL
+--- Math-BaseCnv-1.2.59M7mRX/Makefile.PL.orig 2005-09-22 16:48:27
+0200
++++ Math-BaseCnv-1.2.59M7mRX/Makefile.PL 2005-09-27 10:17:01 +0200
+@@ -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.15 -r1.16 perl-math.spec
--- openpkg-src/perl-math/perl-math.spec 26 Sep 2005 07:33:58 -0000
1.15
+++ openpkg-src/perl-math/perl-math.spec 27 Sep 2005 08:19:22 -0000
1.16
@@ -47,7 +47,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20050926
+Release: 20050927
# package options
%option with_gmp no
@@ -65,6 +65,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}
@@ -167,6 +168,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 [email protected]