summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2003-03-22 19:13:01 +0000
committerheinz <heinz@pkgsrc.org>2003-03-22 19:13:01 +0000
commit5c7a3a9166e54faa60bdbcf27973cd38ba084616 (patch)
treeb65b46ac8386f276b7cc19c36ef24bff2709473b
parent63fb1938ee283cdf4c5f5817f55bf5c4c4de1e29 (diff)
downloadpkgsrc-5c7a3a9166e54faa60bdbcf27973cd38ba084616.tar.gz
Initialize variable to avoid warning during 'make configure'
-rw-r--r--databases/p5-DB_File/distinfo4
-rw-r--r--databases/p5-DB_File/patches/patch-aa14
2 files changed, 13 insertions, 5 deletions
diff --git a/databases/p5-DB_File/distinfo b/databases/p5-DB_File/distinfo
index d3fab8e76e9..7a61d157203 100644
--- a/databases/p5-DB_File/distinfo
+++ b/databases/p5-DB_File/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/03/19 15:45:27 seb Exp $
+$NetBSD: distinfo,v 1.2 2003/03/22 19:13:02 heinz Exp $
SHA1 (DB_File-1.806.tar.gz) = 83cd50f25699f8661e03671cea210e0996ce05f8
Size (DB_File-1.806.tar.gz) = 80078 bytes
-SHA1 (patch-aa) = 497699386a532f97962a67592fd5e09088994662
+SHA1 (patch-aa) = 6f72a793009f39b8ff8c5ab5d367be20370958c7
diff --git a/databases/p5-DB_File/patches/patch-aa b/databases/p5-DB_File/patches/patch-aa
index 5016068e801..6df46327c69 100644
--- a/databases/p5-DB_File/patches/patch-aa
+++ b/databases/p5-DB_File/patches/patch-aa
@@ -1,8 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/03/19 15:45:27 seb Exp $
+$NetBSD: patch-aa,v 1.2 2003/03/22 19:13:01 heinz Exp $
---- Makefile.PL.orig 2002-06-22 11:35:48.000000000 +0200
+--- Makefile.PL.orig Sat Jun 22 11:35:48 2002
+++ Makefile.PL
-@@ -14,7 +14,8 @@ my $DB_NAME ;
+@@ -7,14 +7,15 @@ use Config ;
+ die "DB_File needs Perl 5.004_05 or better. This is $]\n"
+ if $] <= 5.00404;
+
+-my $VER_INFO ;
++my $VER_INFO = "";
+ my $LIB_DIR ;
+ my $INC_DIR ;
+ my $DB_NAME ;
my $LIBS ;
my $COMPAT185 = "" ;