ports/83534: [MAINTAINER UPDATE] dns/fastresolve

Martin Matuska martin at matuska.org
Sat Jul 16 00:40:09 UTC 2005


>Number:         83534
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] dns/fastresolve
>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:   Sat Jul 16 00:40:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD 5.4-RELEASE i386 i386
>Description:
Add BDB 4.3 support to Makefile
>How-To-Repeat:
>Fix:
--- dns/fastresolve/Makefile.orig	Sat Jul 16 02:24:51 2005
+++ dns/fastresolve/Makefile	Sat Jul 16 02:28:15 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	fastresolve
 PORTVERSION=	2.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns
 MASTER_SITES=	http://www.djmnet.org/sw/dist/
 
@@ -41,8 +41,11 @@
 .elif ${WITH_BDB_VER} == 42
 LIB_DEPENDS+=	db-4.2:${PORTSDIR}/databases/db42
 CONFIGURE_ARGS=	--with-bdb-lib=-ldb_cxx-4.2 --with-bdb-incdir=${LOCALBASE}/include/db42
+.elif ${WITH_BDB_VER} == 43
+LIB_DEPENDS+=	db-4.3:${PORTSDIR}/databases/db43
+CONFIGURE_ARGS=	--with-bdb-lib=-ldb_cxx-4.3 --with-bdb-incdir=${LOCALBASE}/include/db43
 .else
-.error WITH_BDB_VER must be one between 3, 4, 41 or 42
+.error WITH_BDB_VER must be one between 3, 4, 41, 42 or 43
 .endif
 
 MAN1=	dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list