ports/70179: [MAINTAINER-UPDATE] sysutils/fastresolve

Martin Matuska martin at tradex.sk
Sun Aug 8 18:40:18 UTC 2004


>Number:         70179
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] sysutils/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:   Sun Aug 08 18:40:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
FreeBSD 4.10-RELEASE-p2

>Description:
	Update of sysutils/fastresolve to support BDB ver. 4.2
	Request for moving to the dns category

	This update makes ports/70127 obsolete

>How-To-Repeat:

>Fix:

# Please move this port to the dns category, everything it does is fast dns resolving,
# it has actually nothing to do with sysutils !!!

--- Makefile.orig	Fri Jun  4 19:29:32 2004
+++ Makefile	Sun Aug  8 20:22:06 2004
@@ -7,8 +7,8 @@
 
 PORTNAME=	fastresolve
 PORTVERSION=	2.10
-PORTREVISION=	1
-CATEGORIES=	sysutils
+PORTREVISION=	2
+CATEGORIES=	dns
 MASTER_SITES=	http://www.djmnet.org/sw/dist/
 
 MAINTAINER=	martin at tradex.sk
@@ -38,8 +38,11 @@
 .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
 .else
-.error WITH_BDB_VER must be one between 3, 4 and 41
+.error WITH_BDB_VER must be one between 3, 4, 41 or 42
 .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