diff options
-rw-r--r-- | databases/dbh/DESCR | 2 | ||||
-rw-r--r-- | databases/dbh/Makefile | 17 | ||||
-rw-r--r-- | databases/dbh/distinfo | 9 | ||||
-rw-r--r-- | databases/dbh/patches/patch-aa | 9 |
4 files changed, 13 insertions, 24 deletions
diff --git a/databases/dbh/DESCR b/databases/dbh/DESCR index 1d46c0a8e94..ff30a8e63ae 100644 --- a/databases/dbh/DESCR +++ b/databases/dbh/DESCR @@ -4,4 +4,4 @@ electronic data, such as graphic information. With the multidimensional binary tree it is possible to mathematically prove that access time to any particular record is minimized (using the concept of critical points from calculus), which provides the means to construct optimized databases for -particular applications. +particular applications. diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index cb87af7d60a..7b22d8f8d1b 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.11 2005/03/16 13:29:46 martti Exp $ +# $NetBSD: Makefile,v 1.12 2005/04/06 15:02:05 adam Exp $ -DISTNAME= dbh-1.0.22 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbh/} +DISTNAME= dbh-1.0.24 +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbh/} -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://dbh.sourceforge.net/ -COMMENT= Library to create disk based Hashtables +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://dbh.sourceforge.net/ +COMMENT= Library to create disk based Hashtables -GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE= src/dbh-1.0.pc.in +GNU_CONFIGURE= yes # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE} diff --git a/databases/dbh/distinfo b/databases/dbh/distinfo index c075f4da97a..a5dfc9ada11 100644 --- a/databases/dbh/distinfo +++ b/databases/dbh/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/03/16 13:29:46 martti Exp $ +$NetBSD: distinfo,v 1.7 2005/04/06 15:02:05 adam Exp $ -SHA1 (dbh-1.0.22.tar.gz) = af7d3bebda215254dd21f20975207dbbb7a34d5c -RMD160 (dbh-1.0.22.tar.gz) = bd54dbc40ce0c57bd8101030bd4e1c5829d00177 -Size (dbh-1.0.22.tar.gz) = 369221 bytes -SHA1 (patch-aa) = e9fbf50cc7a5c12cce9b8c02e5b90e52895eaa4c +SHA1 (dbh-1.0.24.tar.gz) = 235e33979da23727c40070c8c9c215590e3e6898 +RMD160 (dbh-1.0.24.tar.gz) = e7ac0eeff608a73b9fc1c3a2b3185b07c3769ada +Size (dbh-1.0.24.tar.gz) = 371463 bytes diff --git a/databases/dbh/patches/patch-aa b/databases/dbh/patches/patch-aa deleted file mode 100644 index 6f07df3e68f..00000000000 --- a/databases/dbh/patches/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2005/03/16 13:29:46 martti Exp $ - ---- src/dbh-1.0.pc.in.orig 2005-01-28 22:26:35.000000000 +0200 -+++ src/dbh-1.0.pc.in 2005-03-16 15:20:44.000000000 +0200 -@@ -9,3 +9,3 @@ - Version: @DBH_VERSION@ --Libs: -Wl,-R${libdir} -L${libdir} -ldbh -lm -+Libs: -L${libdir} -ldbh -lm - Cflags: -I${includedir} |