Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2005 02:32:38 +0200 (CEST)
From:      Martin Matuska <martin@matuska.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83534: [MAINTAINER UPDATE] dns/fastresolve
Message-ID:  <20050716003238.9BE3B22966@mail.vx.sk>
Resent-Message-ID: <200507160040.j6G0e8tA011765@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050716003238.9BE3B22966>