summaryrefslogtreecommitdiff
path: root/databases/sdbm
diff options
context:
space:
mode:
authoragc <agc>2008-08-12 13:13:34 +0000
committeragc <agc>2008-08-12 13:13:34 +0000
commitd693b6a2272f21045f85041ccf2986cbcfb63e08 (patch)
tree0c7320f1f9af082b74e1853ceb2f1f7e29c8e958 /databases/sdbm
parentc4c746b38cb098fb57996ebb327456d242cd6a5c (diff)
downloadpkgsrc-d693b6a2272f21045f85041ccf2986cbcfb63e08.tar.gz
Install the programs with this package as well as the library
Move from BSD Makefile to libtool Use DESTDIR Use PKG_MANDIR Install the programs with this package as well as the library Make this build on Mac OS X - there was a problem with case sensitivity Use modern regexp calls Get rid of lint Bump PKGREVISION
Diffstat (limited to 'databases/sdbm')
-rw-r--r--databases/sdbm/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/sdbm/patches/patch-ah b/databases/sdbm/patches/patch-ah
new file mode 100644
index 00000000000..f0bfb4eb10a
--- /dev/null
+++ b/databases/sdbm/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2008/08/12 13:13:34 agc Exp $
+
+--- dba.c 2008/08/12 11:32:24 1.1
++++ dba.c 2008/08/12 11:32:58
+@@ -2,7 +2,10 @@
+ * dba dbm analysis/recovery
+ */
+
++#include <fcntl.h>
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ #include <sys/file.h>
+ #include "sdbm.h"
+