diff options
author | mef <mef@pkgsrc.org> | 2014-12-12 04:39:23 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-12 04:39:23 +0000 |
commit | cef1fecf6b9f88938e7fde7ac990bfb073f6101b (patch) | |
tree | 9522bea17fc7fdf04d2260cfe00c590f74755c81 /databases/p5-DBM-Deep/patches | |
parent | 5c9253be249f91feabf4d72b4b54b6431ffd935c (diff) | |
download | pkgsrc-cef1fecf6b9f88938e7fde7ac990bfb073f6101b.tar.gz |
(pkgsrc) remove patch-lib_DBM_Deep.pod, upstream corrected.
(upstream) Update 2.009 to 2.0011
2.0011 Jan 12 16:00:00 2013 PDT
- POD fixes by H. Merijn Brandt (The X<> tag - Thanks!)
Diffstat (limited to 'databases/p5-DBM-Deep/patches')
-rw-r--r-- | databases/p5-DBM-Deep/patches/patch-aa | 16 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod | 13 |
2 files changed, 7 insertions, 22 deletions
diff --git a/databases/p5-DBM-Deep/patches/patch-aa b/databases/p5-DBM-Deep/patches/patch-aa index 57a75f9a576..9ef7e3d3739 100644 --- a/databases/p5-DBM-Deep/patches/patch-aa +++ b/databases/p5-DBM-Deep/patches/patch-aa @@ -1,19 +1,17 @@ -$NetBSD: patch-aa,v 1.2 2010/06/12 16:00:44 seb Exp $ +$NetBSD: patch-aa,v 1.3 2014/12/12 04:39:23 mef Exp $ Configure must not be interactive. ---- Build.PL.orig 2010-06-06 19:45:47.000000000 +0000 -+++ Build.PL -@@ -64,9 +64,9 @@ my $build = Module::Build->subclass( - meta_add => { no_index => { directory => [ 'utils' ] } }, +--- Build.PL.orig 2014-12-12 13:28:34.000000000 +0900 ++++ Build.PL 2014-12-12 13:31:03.000000000 +0900 +@@ -79,10 +79,6 @@ my $build = Module::Build->subclass( + }, ); -if ( $build->y_n( "Run the long-running tests", 'n' ) ) { - $build->notes( 'LONG_TESTS' => 1 ); -} -+#if ( $build->y_n( "Run the long-running tests", 'n' ) ) { -+# $build->notes( 'LONG_TESTS' => 1 ); -+#} - +- if ( $build->features( 'sqlite_engine' ) ) { if ( $build->y_n( "Run the tests against the DBI engine via SQLite?", 'n' ) ) { + $build->notes( 'TEST_SQLITE' => 1 ); diff --git a/databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod b/databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod deleted file mode 100644 index d8294ff5e67..00000000000 --- a/databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-lib_DBM_Deep.pod,v 1.1 2013/09/03 14:46:32 wen Exp $ -Fix pod tests. ---- lib/DBM/Deep.pod.orig 2013-09-03 22:12:13.000000000 +0000 -+++ lib/DBM/Deep.pod -@@ -51,7 +51,7 @@ Windows. - - B<NOTE>: 2.0000 introduces Unicode support in the File back end. This - necessitates a change in the file format. The version 1.0003 format is --still supported, though, so we have added a L</db_version|db_version()> -+still supported, though, so we have added a L<db_version()|/db_version> - method. If you are using a database in the old format, you will have to - upgrade it to get Unicode support. - |