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: 03-Jun-2005 17:11:43
Branch: HEAD Handle: 2005060316114200
Added files:
openpkg-src/perl-time perl-time.patch
Modified files:
openpkg-src/perl-time perl-time.spec
Log:
workaround build problems (Statistics::PointEstimation is actually
provided by perl-time, but Benchmark::Timer doesn't find it)
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/perl-time/perl-time.patch
1.80 +2 -0 openpkg-src/perl-time/perl-time.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-time/perl-time.patch
============================================================================
$ cvs diff -u -r0 -r1.1 perl-time.patch
--- /dev/null 2005-06-03 17:11:40 +0200
+++ perl-time.patch 2005-06-03 17:11:43 +0200
@@ -0,0 +1,12 @@
+Index: Benchmark-Timer-0.7100/Makefile.PL
+--- Benchmark-Timer-0.7100/Makefile.PL.orig 2004-12-20 23:49:50 +0100
++++ Benchmark-Timer-0.7100/Makefile.PL 2005-06-03 17:10:04 +0200
+@@ -20,7 +20,7 @@
+ # Optional features and their modules
+ features (
+ 'Statistical sampling support' => [
+- -default => 1,
++ -default => 0,
+ recommends( 'Statistics::PointEstimation' => 0 ),
+ ],
+ );
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-time/perl-time.spec
============================================================================
$ cvs diff -u -r1.79 -r1.80 perl-time.spec
--- openpkg-src/perl-time/perl-time.spec 3 Jun 2005 07:05:22 -0000
1.79
+++ openpkg-src/perl-time/perl-time.spec 3 Jun 2005 15:11:42 -0000
1.80
@@ -57,6 +57,7 @@
Source6:
http://www.cpan.org/modules/by-module/Benchmark/Benchmark-Timer-%{V_benchmark_timer}.tar.gz
Source7:
http://www.cpan.org/modules/by-module/Time/Time-modules-%{V_time_modules}.tar.gz
Source8:
http://www.cpan.org/modules/by-module/Time/Time-TAI64-%{V_time_tai64}.tar.gz
+Patch0: perl-time.patch
# build information
Prefix: %{l_prefix}
@@ -137,6 +138,7 @@
%setup -q -T -D -a 6
%setup -q -T -D -a 7
%setup -q -T -D -a 8
+ %patch -p0
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]