From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 15:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C0CA106567D for ; Thu, 4 Sep 2008 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E74DA8FC21 for ; Thu, 4 Sep 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84FK1mQ020953 for ; Thu, 4 Sep 2008 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84FK15n020952; Thu, 4 Sep 2008 15:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 15:20:01 GMT Resent-Message-Id: <200809041520.m84FK15n020952@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bapt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 400CE1065670 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: yds@coolrat.org Subject: ports/127091: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 15:20:02 -0000 >Number: 127091 >Category: ports >Synopsis: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 04 15:20:01 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted: