ports/181863: mail/exim cannot build with Berkeley DB support

Olexandr Davydenko odavydenko at gmail.com
Fri Sep 6 09:00:00 UTC 2013


>Number:         181863
>Category:       ports
>Synopsis:       mail/exim cannot build with Berkeley DB support
>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:   Fri Sep 06 09:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Olexandr Davydenko
>Release:        FreeBSD 9.1-RELEASE-p5
>Organization:
>Environment:
FreeBSD xxx 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0 r253755: Mon Jul 29 22:22:06 EEST 2013     root at xxx:/srv/obj/amd64.amd64/srv/src/RELENG_9_1/sys/APP  amd64
>Description:
After convert to new options framework port always builded without db-4x support.
WITH_BDB_VER in /etc/make.conf ignoring.
>How-To-Repeat:
Build ports/mail/exim.
"ldd `which exim` | grep libdb" are empty.
>Fix:
Add to ports/mail/exim/options BDB option.

Patch attached with submission follows:

diff -urN ports/mail/exim-orig/options ports/mail/exim/options
--- ports/mail/exim-orig/options	2013-06-07 04:11:43.000000000 +0300
+++ ports/mail/exim/options	2013-09-06 11:11:50.000000000 +0300
@@ -5,6 +5,7 @@
 			AUTH_RADIUS \
 			AUTH_SASL \
 			AUTH_SPA \
+			BDB \
 			CDB \
 			CONTENT_SCAN \
 			DAEMON \
@@ -79,6 +80,7 @@
 AUTH_RADIUS_DESC=	Enable radius (RFC 2865) authentication
 AUTH_SASL_DESC=		Enable use of Cyrus SASL auth library
 AUTH_SPA_DESC=		Enable Secure Password Authentication
+BDB_DESC=		Enable Berkeley DB support
 CDB_DESC=		Enable CDB-style lookups
 CONTENT_SCAN_DESC=	Enable exiscan email content scanner
 DAEMON_DESC=		Install scripts to run as a daemon


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list