Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2004 18:22:19 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65876: Update port: databases/qdbm to 1.8.9
Message-ID:  <86pta0l644.wl%fuyuki@hadaly.org>
Resent-Message-ID: <200404220930.i3M9UN6x019171@freefall.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86pta0l644.wl%fuyuki>