ports/65876: Update port: databases/qdbm to 1.8.9
Kimura Fuyuki
fuyuki at hadaly.org
Thu Apr 22 09:30:23 UTC 2004
>Number: 65876
>Category: ports
>Synopsis: Update port: databases/qdbm to 1.8.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 22 02:30:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Kimura Fuyuki
>Release: FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
FreeBSD ns.nigredo.org 5.2.1-RELEASE-p5 i386
>Description:
- Update to 1.8.9
- Mark broken on alpha
>How-To-Repeat:
>Fix:
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/databases/qdbm/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile 15 Apr 2004 12:30:42 -0000 1.21
+++ Makefile 22 Apr 2004 09:20:14 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= qdbm
-PORTVERSION= 1.8.8
+PORTVERSION= 1.8.9
CATEGORIES= databases
MASTER_SITES= http://qdbm.sourceforge.net/ \
${MASTER_SITE_SOURCEFORGE_EXTENDED}
@@ -32,6 +32,10 @@
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha"
+BROKEN= "Does not work with bogofilter"
+.endif
+
.if defined(WITH_PTHREAD)
USE_REINPLACE= yes
CONFIGURE_ARGS+= --enable-pthread
@@ -43,7 +47,7 @@
post-build:
cd ${WRKSRC}/lab; ${MAKE} CC="${CC}" CFLAGS="${CFLAGS}" fmtcnv031127
- cd ${WRKSRC}; ${MAKE} check
+ cd ${WRKSRC}; ${SETENV} QDBMDBGFD=1 ${MAKE} check
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/lab/fmtcnv031127 ${PREFIX}/bin
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/databases/qdbm/distinfo,v
retrieving revision 1.21
diff -u -r1.21 distinfo
--- distinfo 15 Apr 2004 12:30:42 -0000 1.21
+++ distinfo 22 Apr 2004 09:08:55 -0000
@@ -1,2 +1,2 @@
-MD5 (qdbm-1.8.8.tar.gz) = e0c02dfdb15965ce5c231273950ac030
-SIZE (qdbm-1.8.8.tar.gz) = 780215
+MD5 (qdbm-1.8.9.tar.gz) = a9032be79c9e056f541ca5fe881d3246
+SIZE (qdbm-1.8.9.tar.gz) = 782369
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list