Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2006 14:01:19 GMT
From:      skv@FreeBSD.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92369: mail/exim: add support for databases/db44
Message-ID:  <200601261401.k0QE1JHS009903@freefall.freebsd.org>
Resent-Message-ID: <200601261410.k0QEA3ds010913@freefall.freebsd.org>

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

>Number:         92369
>Category:       ports
>Synopsis:       mail/exim: add support for databases/db44
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 26 14:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

>Description:

Correctly process WITH_BDB_VER=44

>How-To-Repeat:

cd /usr/ports/mail/exim
make WITH_BDB_VER=44

>Fix:

diff -u -r1.213 Makefile
--- Makefile	7 Jan 2006 22:48:20 -0000	1.213
+++ Makefile	26 Jan 2006 13:23:43 -0000
@@ -343,8 +343,12 @@
 DB_LIBS=	-L${LOCALBASE}/lib -ldb-4.3
 DB_INCLUDES=	-I${LOCALBASE}/include/db43
 LIB_DEPENDS+=	db-4.3.0:${PORTSDIR}/databases/db43
+.elif (${WITH_BDB_VER} == 44)
+DB_LIBS=	-L${LOCALBASE}/lib -ldb-4.4
+DB_INCLUDES=	-I${LOCALBASE}/include/db44
+LIB_DEPENDS+=	db-4.4.0:${PORTSDIR}/databases/db44
 .else
-BROKEN=		"WITH_BDB_VER must be either 1, 4, 41, 42 or 43"
+BROKEN=		"WITH_BDB_VER must be either 1, 4, 41, 42, 43 or 44"
 .endif
 SEDLIST+=	-e 's,XX_DB_LIBS_XX,${DB_LIBS},' \
 		-e 's,XX_DB_INCLUDES_XX,${DB_INCLUDES},'
>Release-Note:
>Audit-Trail:
>Unformatted:



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