Update to qdbm-1.8.74.

This commit is contained in:
bernd 2006-11-25 13:23:29 +00:00
parent c1a8fddfb8
commit a839511706
4 changed files with 26 additions and 13 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2006/09/23 13:44:35 bernd Exp $
# $OpenBSD: Makefile,v 1.11 2006/11/25 13:23:29 bernd Exp $
COMMENT= "high performance embedded database library"
DISTNAME= qdbm-1.8.70
DISTNAME= qdbm-1.8.74
CATEGORIES= databases
SHARED_LIBS= qdbm 14.6
SHARED_LIBS= qdbm 14.10
HOMEPAGE= http://qdbm.sourceforge.net/
@ -18,13 +18,14 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qdbm/}
WANTLIB= c z
WANTLIB= c pthread z
MODULES= converters/libiconv
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-zlib \
--enable-iconv
--enable-iconv \
--enable-pthread
MAKE_FLAGS= LIBVER=${LIBqdbm_VERSION:R} LIBREV=${LIBqdbm_VERSION:E}
FAKE_FLAGS= ${MAKE_FLAGS} DESTDIR=${WRKINST}

View File

@ -1,4 +1,4 @@
MD5 (qdbm-1.8.70.tar.gz) = f4e2ee516b223122565199ff4b032f9f
RMD160 (qdbm-1.8.70.tar.gz) = 350ed9b831f8ed63486bcc4742d06595b5345927
SHA1 (qdbm-1.8.70.tar.gz) = e647bc15b950dd0cb2443a66726576815078890b
SIZE (qdbm-1.8.70.tar.gz) = 914959
MD5 (qdbm-1.8.74.tar.gz) = 73f9d2fa4627a321062c4a4de7264946
RMD160 (qdbm-1.8.74.tar.gz) = eca01addc7e98b25f6c18b1fc62709f13dcb97ea
SHA1 (qdbm-1.8.74.tar.gz) = daf9e5f236400cd3a25a1ed3b6d6c83da5f8c80b
SIZE (qdbm-1.8.74.tar.gz) = 949015

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile_in,v 1.7 2006/09/23 13:44:35 bernd Exp $
--- Makefile.in.orig Sun Aug 20 17:17:27 2006
+++ Makefile.in Thu Sep 21 20:00:24 2006
$OpenBSD: patch-Makefile_in,v 1.8 2006/11/25 13:23:29 bernd Exp $
--- Makefile.in.orig Wed Nov 1 07:48:04 2006
+++ Makefile.in Sat Nov 4 11:14:47 2006
@@ -24,7 +24,7 @@ LIBREV = @LIBREV@
# Targets
MYHEADS = depot.h curia.h relic.h hovel.h cabin.h villa.h vista.h odeum.h
@ -80,7 +80,7 @@ $OpenBSD: patch-Makefile_in,v 1.7 2006/09/23 13:44:35 bernd Exp $
@printf '\n'
@printf '#================================================================\n'
@printf '# Thanks for using QDBM.\n'
@@ -466,12 +466,12 @@ libqdbm.a : $(MYLIBOBJS)
@@ -478,12 +478,12 @@ libqdbm.a : $(MYLIBOBJS)
$(AR) $(ARFLAGS) $@ $(MYLIBOBJS)

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure,v 1.1 2006/11/25 13:23:29 bernd Exp $
--- configure.orig Wed Nov 1 07:48:11 2006
+++ configure Sat Nov 18 18:44:53 2006
@@ -2392,7 +2392,7 @@ then
fi
if uname | egrep -i 'BSD' > /dev/null 2>&1
then
- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr"
+ MYOPTS="-fno-omit-frame-pointer -fno-force-addr"
fi
if gcc --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1
then