From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 15 21:00:42 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8242916A474 for ; Thu, 15 Jun 2006 21:00:42 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E6943D45 for ; Thu, 15 Jun 2006 21:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5FL0fZG032696 for ; Thu, 15 Jun 2006 21:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5FL0fJg032695; Thu, 15 Jun 2006 21:00:41 GMT (envelope-from gnats) Resent-Date: Thu, 15 Jun 2006 21:00:41 GMT Resent-Message-Id: <200606152100.k5FL0fJg032695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6820516A474 for ; Thu, 15 Jun 2006 20:57:56 +0000 (UTC) (envelope-from rebum@mail.vx.sk) Received: from mail.vx.sk (neo.vx.sk [88.198.35.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C4AE43D48 for ; Thu, 15 Jun 2006 20:57:55 +0000 (GMT) (envelope-from rebum@mail.vx.sk) Received: from localhost (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id 6DEBE3F4B6 for ; Thu, 15 Jun 2006 22:58:05 +0200 (CEST) Received: from mail.vx.sk ([127.0.0.1]) by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id P7aXQOY5MOEu for ; Thu, 15 Jun 2006 22:58:02 +0200 (CEST) Received: by mail.vx.sk (Postfix, from userid 1001) id 23EB43F4B3; Thu, 15 Jun 2006 22:58:02 +0200 (CEST) Message-Id: <20060615205802.23EB43F4B3@mail.vx.sk> Date: Thu, 15 Jun 2006 22:58:02 +0200 (CEST) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98991: [MAINTAINER] fastresolve (update) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Matuska List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 21:00:42 -0000 >Number: 98991 >Category: ports >Synopsis: [MAINTAINER] fastresolve (update) >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 Jun 15 21:00:40 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 6.1-RELEASE-p1 i386 amd64 >Organization: >Environment: System: FreeBSD 6.1-RELEASE-p1 >Description: Update of BDB knobs, supports BDB ver. 4.4 >How-To-Repeat: >Fix: --- dns/fastresolve/Makefile.orig Thu Jun 15 22:48:35 2006 +++ dns/fastresolve/Makefile Thu Jun 15 22:53:39 2006 @@ -7,7 +7,7 @@ PORTNAME= fastresolve PORTVERSION= 2.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= http://www.djmnet.org/sw/dist/ @@ -25,27 +25,8 @@ PERL=${PERL} USE_AUTOTOOLS= automake:14 autoconf:213 -# Default to db3 -WITH_BDB_VER?= 3 - -.if ${WITH_BDB_VER} == 3 -LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 -CONFIGURE_ARGS= --with-bdb-lib=-ldb3_cxx --with-bdb-incdir=${LOCALBASE}/include/db3 -.elif ${WITH_BDB_VER} == 4 -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 -CONFIGURE_ARGS= --with-bdb-lib=-ldb4_cxx --with-bdb-incdir=${LOCALBASE}/include/db4 -.elif ${WITH_BDB_VER} == 41 -LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 -CONFIGURE_ARGS= --with-bdb-lib=-ldb41_cxx --with-bdb-incdir=${LOCALBASE}/include/db41 -.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 -IGNORE= cannot install: WITH_BDB_VER must be one of 3, 4, 41, 42 or 43 -.endif +USE_BDB= yes +CONFIGURE_ARGS= --with-bdb-lib=-l${BDB_LIB_CXX_NAME} --with-bdb-incdir=${BDB_INCLUDE_DIR} MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ expire-ip-db.1 getdominfo.1 rebuild-dom-db.1 rebuild-ip-db.1 \ >Release-Note: >Audit-Trail: >Unformatted: