From baptiste.daroussin@gmail.com  Thu Sep  4 15:16:16 2008
Return-Path: <baptiste.daroussin@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 400CE1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Sep 2008 15:16:16 +0000 (UTC)
	(envelope-from baptiste.daroussin@gmail.com)
Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26])
	by mx1.freebsd.org (Postfix) with ESMTP id E89D08FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Sep 2008 15:16:15 +0000 (UTC)
	(envelope-from baptiste.daroussin@gmail.com)
Received: by qw-out-2122.google.com with SMTP id 9so275475qwb.7
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 04 Sep 2008 08:16:15 -0700 (PDT)
Received: by 10.215.39.16 with SMTP id r16mr9289253qaj.57.1220541374991;
        Thu, 04 Sep 2008 08:16:14 -0700 (PDT)
Received: from wicklow.lan ( [82.245.249.89])
        by mx.google.com with ESMTPS id 7sm11334362qwf.0.2008.09.04.08.16.13
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 04 Sep 2008 08:16:14 -0700 (PDT)
Received: by wicklow.lan (Postfix, from userid 0)
	id 2C4FAF1885; Thu,  4 Sep 2008 17:16:11 +0200 (CEST)
Message-Id: <20080904151611.2C4FAF1885@wicklow.lan>
Date: Thu,  4 Sep 2008 17:16:11 +0200 (CEST)
From: bapt <baptiste.daroussin@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: yds@coolrat.org
Subject: [PATCH] mail/dovecot: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify: yds@coolrat.org

>Number:         127091
>Category:       ports
>Synopsis:       [PATCH] mail/dovecot: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 04 15:20:01 UTC 2008
>Closed-Date:    Mon Sep 08 06:07:18 UTC 2008
>Last-Modified:  Mon Sep 08 06:07:18 UTC 2008
>Originator:     bapt
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD wicklow.lan 7.0-STABLE FreeBSD 7.0-STABLE #6: Fri Aug  1 15:41:21 CEST
>Description:
[DESCRIBE CHANGES]

update dovecot ports to add support for berkleydb  database I use it for expire plugin for example
I added USE_BDB= 44+ because I only have tested with bdb44 and bdb46 not with oldest one

-L${BDB_LIB_DIR} is to prevent configure script to fail because it can't find libdb (doesn't work if I add this in LDFLAGS)

Port maintainer (yds@coolrat.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- dovecot-1.1.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.91
diff -u -r1.91 Makefile
--- Makefile	21 Aug 2008 06:17:33 -0000	1.91
+++ Makefile	4 Sep 2008 15:13:05 -0000
@@ -48,6 +48,7 @@
 		VPOPMAIL	"VPopMail support"	off \
 		LDAP		"OpenLDAP support"	off \
 		PGSQL		"PostgreSQL support"	off \
+		BDB		"BerkleyDB support"	off \
 		MYSQL		"MySQL support"		off \
 		SQLITE		"SQLite support"	off
 
@@ -141,6 +142,15 @@
 CONFIGURE_ARGS+=	--without-pgsql
 .endif
 
+## BDB Support
+#
+.if defined(WITH_BDB)
+USE_BDB=		44+
+CONFIGURE_ARGS+=	--with-db
+CFLAGS+=		-I${BDB_INCLUDE_DIR} -L${BDB_LIB_DIR}
+_REQUIRE+=		bdb
+.endif
+
 ## MySQL Support
 #
 .if defined(WITH_MYSQL)
--- dovecot-1.1.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Sep 4 15:20:22 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: yds@coolrat.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/127091: [PATCH] mail/dovecot: [SUMMARIZE CHANGES]
Date: Thu, 4 Sep 2008 15:20:20 UT

 Maintainer of mail/dovecot,
 
 Please note that PR ports/127091 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127091
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Thu Sep 4 19:13:40 UTC 2008 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127091 
State-Changed-From-To: feedback->open 
State-Changed-By: beech 
State-Changed-When: Fri Sep 5 04:03:46 UTC 2008 
State-Changed-Why:  
Feedback received 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127091 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Mon Sep 8 06:06:58 UTC 2008 
State-Changed-Why:  
Superseeded by ports/127200 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127091 
>Unformatted:
