From nobody@FreeBSD.org  Fri Sep  6 08:56:39 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id DF33B16F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  6 Sep 2013 08:56:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id CC5A12AF0
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  6 Sep 2013 08:56:39 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r868udnS078405
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 6 Sep 2013 08:56:39 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r868ud2g078401;
	Fri, 6 Sep 2013 08:56:39 GMT
	(envelope-from nobody)
Message-Id: <201309060856.r868ud2g078401@oldred.freebsd.org>
Date: Fri, 6 Sep 2013 08:56:39 GMT
From: Olexandr Davydenko <odavydenko@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mail/exim cannot build with Berkeley DB support
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181863
>Category:       ports
>Synopsis:       mail/exim cannot build with Berkeley DB support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rea
>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:  Wed Apr  9 07:50:01 UTC 2014
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->rea 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 6 09:00:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181863 

From: Olexandr Davydenko <o.davydenko@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181863: mail/exim cannot build with Berkeley DB support
Date: Wed, 9 Apr 2014 10:47:43 +0300

 --047d7bf10a1cdc605f04f69750e8
 Content-Type: text/plain; charset=ISO-8859-1
 
 Hi.
 
 Everyone forgot about this problem?
 
 --047d7bf10a1cdc605f04f69750e8
 Content-Type: text/html; charset=ISO-8859-1
 
 <div dir="ltr">Hi.<br><br>Everyone forgot about this problem?<br></div>
 
 --047d7bf10a1cdc605f04f69750e8--
>Unformatted:
