summaryrefslogtreecommitdiff
path: root/databases/tcl-gdbm
diff options
context:
space:
mode:
authorjwise <jwise>2000-08-29 21:09:54 +0000
committerjwise <jwise>2000-08-29 21:09:54 +0000
commitf45689b06d78b85497131b2641d78f34c106c263 (patch)
tree2f3f4e5e4a3f16317eb7b319905f93bd7a1f9366 /databases/tcl-gdbm
parentd8af0010b1b6ad66f1bd45e5c13cb125ec6b7844 (diff)
downloadpkgsrc-f45689b06d78b85497131b2641d78f34c106c263.tar.gz
Add NetBSD RCS Id accidentally ommitted. Also: the changes from tclGdbm-0.6
were: 0.7 - Tcl_Obj's support (first trial); now NUL-Bytes are allowed; strings need not be terminated in the database (the 0.6-version would store the terminating NUL's in keys as well as in data and RELIED on it!). Now DB'S generated by other Programs (cross-checked with php3!) can be read! (JG) 0.8 - Move to libtool/automake/autoconf and generate rpms for RedHat 6.2 (JE) Tested with tcl8.3
Diffstat (limited to 'databases/tcl-gdbm')
-rw-r--r--databases/tcl-gdbm/patches/patch-aa1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/tcl-gdbm/patches/patch-aa b/databases/tcl-gdbm/patches/patch-aa
index de2ef064e35..9d9d2391324 100644
--- a/databases/tcl-gdbm/patches/patch-aa
+++ b/databases/tcl-gdbm/patches/patch-aa
@@ -1,3 +1,4 @@
+$NetBSD: patch-aa,v 1.3 2000/08/29 21:09:54 jwise Exp $
--- Makefile.in.orig Thu Jun 8 15:35:14 2000
+++ Makefile.in Tue Aug 29 16:32:25 2000
@@ -35,7 +35,7 @@