aboutsummaryrefslogtreecommitdiff
path: root/databases/gdbm/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-02-15 17:01:07 +0000
committerSteve Price <steve@FreeBSD.org>1998-02-15 17:01:07 +0000
commitfcc102b66968d5670b5fe67b8d06c9e461751b3f (patch)
tree15c837d8a948a9d4897718ba1bae3d5636e32e43 /databases/gdbm/files
parent14737a7a862e70f0feedf11f29902d4e1d74b718 (diff)
downloadports-fcc102b66968d5670b5fe67b8d06c9e461751b3f.tar.gz
ports-fcc102b66968d5670b5fe67b8d06c9e461751b3f.zip
Notes
Diffstat (limited to 'databases/gdbm/files')
-rw-r--r--databases/gdbm/files/patch-aa13
-rw-r--r--databases/gdbm/files/patch-ab20
2 files changed, 33 insertions, 0 deletions
diff --git a/databases/gdbm/files/patch-aa b/databases/gdbm/files/patch-aa
new file mode 100644
index 000000000000..7669707f19e1
--- /dev/null
+++ b/databases/gdbm/files/patch-aa
@@ -0,0 +1,13 @@
+--- gdbm.texinfo.orig Sat Feb 14 16:25:48 1998
++++ gdbm.texinfo Sat Feb 14 16:28:33 1998
+@@ -2,6 +2,10 @@
+ @comment %**start of header (This is for running Texinfo on a region.)
+ @setfilename gdbm.info
+ @settitle gdbm
++@dircategory Programming & development tools
++@direntry
++* GDBM: (gdbm). The GNU database manager.
++@end direntry
+ @c @setchapternewpage odd
+ @comment %**end of header (This is for running Texinfo on a region.)
+
diff --git a/databases/gdbm/files/patch-ab b/databases/gdbm/files/patch-ab
new file mode 100644
index 000000000000..1753a3c3931f
--- /dev/null
+++ b/databases/gdbm/files/patch-ab
@@ -0,0 +1,20 @@
+--- Makefile.in.orig Sun May 15 13:28:49 1994
++++ Makefile.in Sat Feb 14 16:37:46 1998
+@@ -88,7 +88,7 @@
+
+ DISTFILES = $(SRCS) $(HDRS) $(MSCFILES)
+
+-all: libgdbm.a
++all: libgdbm.a info
+
+ progs: $(PROGS)
+
+@@ -149,7 +149,7 @@
+
+ info: gdbm.info
+
+-gdbm.info:
++gdbm.info: gdbm.texinfo
+ $(MAKEINFO) $(srcdir)/gdbm.texinfo
+
+ dvi: gdbm.dvi