aboutsummaryrefslogtreecommitdiff
path: root/databases/gdbm
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-06 16:49:05 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-06 16:49:05 +0000
commit2e3ee07db29a37b616c3735b2b6ef92f4cc5aff3 (patch)
tree2905cad70c713fc873eba3c0bb9a5e5312c6c5af /databases/gdbm
parent4d5c74e893df904b81159ed91e380eee7ce52f1e (diff)
downloadports-2e3ee07db29a37b616c3735b2b6ef92f4cc5aff3.tar.gz
ports-2e3ee07db29a37b616c3735b2b6ef92f4cc5aff3.zip
Update to version 1.8.0 and set USE_LIBTOOL=yes.
PR: 11811 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=19248
Diffstat (limited to 'databases/gdbm')
-rw-r--r--databases/gdbm/Makefile17
-rw-r--r--databases/gdbm/distinfo2
-rw-r--r--databases/gdbm/files/patch-ab21
-rw-r--r--databases/gdbm/pkg-plist4
4 files changed, 28 insertions, 16 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index 6fd66f12b6b4..cb0bb282cd10 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -1,21 +1,20 @@
# New ports collection makefile for: gdbm
-# Version required: 1.7.3
+# Version required: 1.8.0
# Date created: 8 Apr 1996
# Whom: Brent J. Nordquist <bjn@visi.com>
#
-# $Id: Makefile,v 1.6 1999/01/17 04:01:49 fenner Exp $
+# $Id: Makefile,v 1.7 1999/06/05 22:28:14 mharo Exp $
#
-DISTNAME= gdbm-1.7.3
-CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_GNU}
+DISTNAME= gdbm-1.8.0
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gdbm
-MAINTAINER= bjn@visi.com
+MAINTAINER= bjn@visi.com
-GNU_CONFIGURE= yes
-MAKE_FLAGS= CFLAGS="${CFLAGS}" LDFLAGS=-s -f
-MAN3= gdbm.3
+USE_LIBTOOL= yes
+MAN3= gdbm.3
post-install:
@install-info ${PREFIX}/info/gdbm.info ${PREFIX}/info/dir
diff --git a/databases/gdbm/distinfo b/databases/gdbm/distinfo
index ad9e33199ffc..2f2edd94d483 100644
--- a/databases/gdbm/distinfo
+++ b/databases/gdbm/distinfo
@@ -1 +1 @@
-MD5 (gdbm-1.7.3.tar.gz) = d7fe897b181e2d2295a8d47afa0ac150
+MD5 (gdbm-1.8.0.tar.gz) = cd543862287f55ad66e62cc9d82cc906
diff --git a/databases/gdbm/files/patch-ab b/databases/gdbm/files/patch-ab
index 1753a3c3931f..c95fe59f2534 100644
--- a/databases/gdbm/files/patch-ab
+++ b/databases/gdbm/files/patch-ab
@@ -1,15 +1,24 @@
---- Makefile.in.orig Sun May 15 13:28:49 1994
-+++ Makefile.in Sat Feb 14 16:37:46 1998
-@@ -88,7 +88,7 @@
+--- Makefile.in.orig Tue May 18 20:16:06 1999
++++ Makefile.in Thu May 20 16:01:22 1999
+@@ -31,7 +31,7 @@
+ LDFLAGS =
+
+ # Common prefix for installation directories
+-prefix = /usr/local
++prefix = @prefix@
+ exec_prefix = $(prefix)
+ binprefix = $(exec_prefix)
+ manprefix = $(prefix)
+@@ -115,7 +115,7 @@
DISTFILES = $(SRCS) $(HDRS) $(MSCFILES)
--all: libgdbm.a
-+all: libgdbm.a info
+-all: libgdbm.la
++all: libgdbm.la info
progs: $(PROGS)
-@@ -149,7 +149,7 @@
+@@ -187,7 +187,7 @@
info: gdbm.info
diff --git a/databases/gdbm/pkg-plist b/databases/gdbm/pkg-plist
index 8380765019e0..abd399a94055 100644
--- a/databases/gdbm/pkg-plist
+++ b/databases/gdbm/pkg-plist
@@ -3,3 +3,7 @@ include/gdbm.h
info/gdbm.info
@exec install-info %D/info/gdbm.info %D/info/dir
lib/libgdbm.a
+lib/libgdbm.so
+lib/libgdbm.so.2
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B