Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 00:13:51 +0100 (CET)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        bjn@visi.com
Subject:   ports/24563: Updated port: databases/gdbm - 1.8.0
Message-ID:  <200101222313.f0MNDpr32064@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         24563
>Category:       ports
>Synopsis:       Updated port: databases/gdbm - 1.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 15:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.2-STABLE FreeBSD 4.2-STABLE #5: Thu Jan 18 00:14:29 CET 2001     root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM  i386

>Description:

	Makefile
		post-install is almost the same.

	pkg-descr
		updated.
		WWW added.

>How-To-Repeat:

	n/a

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/gdbm/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	2000/06/16 21:50:32	1.12
+++ Makefile	2001/01/22 23:05:41
@@ -18,7 +18,9 @@
 
 MAN3=		gdbm.3
 
+INSTALL_INFO?=	install-info
+
 post-install:
-	@install-info ${PREFIX}/info/gdbm.info ${PREFIX}/info/dir
+	@${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/databases/gdbm/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	1997/01/28 08:11:19	1.2
+++ pkg-descr	2000/10/12 22:32:45
@@ -1,6 +1,9 @@
-GNU `dbm' is a library of functions implementing a hashed database
-on a disk file.  The software was written by Philip A. Nelson.
+The GNU `dbm' is a library of database functions that use extendible
+hashing and works similar to the standard UNIX `dbm' functions.
+These routines are provided to a programmer needing to create and
+manipulate a hashed database.
 
-Port to FreeBSD 2.1 by
-Brent J. Nordquist <bjn@visi.com>
-Mon Apr  8 06:27:31  1996
+This library exist in the FreeBSD base collection, but the GNU
+versions have added functionality that is sometimes useful.
+
+WWW: http://www.gnu.org/software/gdbm/gdbm.html

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101222313.f0MNDpr32064>