pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sdbm/patches Install the programs with this ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/965bab222138
branches:  trunk
changeset: 545766:965bab222138
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Aug 12 13:13:34 2008 +0000

description:
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:

 databases/sdbm/patches/patch-ah |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 4f11ad8801c1 -r 965bab222138 databases/sdbm/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sdbm/patches/patch-ah   Tue Aug 12 13:13:34 2008 +0000
@@ -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"
+ 



Home | Main Index | Thread Index | Old Index