ports/70127: sysutils/fastresolve => index build fails WITH_BDB_VER=42

Michael Edenfield kutulu at kutulu.org
Sat Aug 7 15:40:18 UTC 2004


>Number:         70127
>Category:       ports
>Synopsis:       sysutils/fastresolve => index build fails WITH_BDB_VER=42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 07 15:40:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Edenfield
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD wombat.localnet 5.1-CURRENT FreeBSD 5.1-CURRENT #7: Sun Aug 24 21:35:57 EDT 2003 root at wombat.localnet:/usr/obj/usr/src/sys/ATHLON i386

>Description:

Most ports which respect WITH_BDB_VER support version 3, 4, 4.1, and 4.2.  sysutils/fastresolve does not yet support 4.2, so if WITH_BDB_VER is set globally it will generate errors (for example, during a make index).


>How-To-Repeat:
>Fix:


diff -urN fastresolve/Makefile fastresolve.orig/Makefile
--- fastresolve.orig/Makefile	Sat Jun 26 18:58:15 2004
+++ fastresolve/Makefile	Sat Aug  7 11:31:22 2004
@@ -38,11 +38,8 @@
 .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+=	db42.1:${PORTSDIR}/databases/db41
+CONFIGURE_ARGS= --with-bdb-lib=-ldb42_cxx --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 of 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