diff options
author | obache <obache> | 2007-06-10 08:24:13 +0000 |
---|---|---|
committer | obache <obache> | 2007-06-10 08:24:13 +0000 |
commit | 4967f976cc950952f5e768967ba19296db2306fc (patch) | |
tree | b924722191dd907327bebcbc7f7cbf138cd80998 /databases/p5-DB_File/patches | |
parent | 0e0fbaeb44a507235ac61efcd7da0d34e9e05572 (diff) | |
download | pkgsrc-4967f976cc950952f5e768967ba19296db2306fc.tar.gz |
Update p5-DB_File to 1.815.
Patch provided by Mark E. Perkins in PR 36465.
1.815 4 February 2007
* A few casting cleanups for building with C++ from Steve Peters.
* Fixed problem with recno which happened if you changed directory after
opening the database. Problem reported by Andrew Pam.
Diffstat (limited to 'databases/p5-DB_File/patches')
-rw-r--r-- | databases/p5-DB_File/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DB_File/patches/patch-aa b/databases/p5-DB_File/patches/patch-aa index 7c49f37174d..b2d569355b5 100644 --- a/databases/p5-DB_File/patches/patch-aa +++ b/databases/p5-DB_File/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.4 2005/11/11 20:14:51 heinz Exp $ +$NetBSD: patch-aa,v 1.5 2007/06/10 08:24:13 obache Exp $ ---- Makefile.PL.orig Wed Aug 31 23:29:18 2005 +--- Makefile.PL.orig 2007-02-02 17:54:20.000000000 -0500 +++ Makefile.PL @@ -7,7 +7,7 @@ use Config ; die "DB_File needs Perl 5.004_05 or better. This is $]\n" @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.4 2005/11/11 20:14:51 heinz Exp $ my $LIB_DIR ; my $INC_DIR ; my $DB_NAME ; -@@ -54,7 +54,7 @@ WriteMakefile( +@@ -66,7 +66,7 @@ WriteMakefile( 'depend' => { 'Makefile' => 'config.in', 'version$(OBJ_EXT)' => 'version.c'}, 'clean' => { FILES => 'constants.h constants.xs' }, @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.4 2005/11/11 20:14:51 heinz Exp $ 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', DIST_DEFAULT => 'MyDoubleCheck tardist'}, ); -@@ -238,9 +238,9 @@ sub ParseCONFIG +@@ -250,9 +250,9 @@ sub ParseCONFIG my $PREFIX = $Info{'PREFIX'} ; my $HASH = $Info{'HASH'} ; |