Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 2010 19:55:52 +0100 (CET)
From:      Arnaud Guignard <aguignard@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152269: [PATCH] mail/mutt-devel: enable BDB 5.1 support
Message-ID:  <20101115185552.CDE03B844@qbic.linusque.com>
Resent-Message-ID: <201011151930.oAFJU6jk009949@freefall.freebsd.org>

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

>Number:         152269
>Category:       ports
>Synopsis:       [PATCH] mail/mutt-devel: enable BDB 5.1 support
>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:   Mon Nov 15 19:30:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Arnaud Guignard
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD qbic.linusque.com 8.1-RELEASE FreeBSD 8.1-RELEASE #21: Mon Aug 30 19:42:49 CEST 2010 root@qbic.linusque.com:/usr/obj/usr/src/sys/QBIC i386


>Description:
	Enable support for Berkeley DB version 5.1 if the Maildir and/or the IMAP header cache is defined (WITH_MUTT_IMAP_HEADER_CACHE or WITH_MUTT_MAILDIR_HEADER_CACHE).
>How-To-Repeat:
	
>Fix:

	

--- mutt-devel-bdb5.1.patch begins here ---
--- mail/mutt-devel/files/patch-bdb.orig	2010-11-15 19:22:51.000000000 +0100
+++ mail/mutt-devel/files/patch-bdb	2010-11-15 19:18:00.000000000 +0100
@@ -5,7 +5,7 @@
              done
          done
 -        BDB_VERSIONS="db-4 db4 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
-+        BDB_VERSIONS="db-4 db4 db-5.0 db5.0 db50 db-4.8 db4.8 db48 db-4.7 db4.7 db47 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
++        BDB_VERSIONS="db-4 db4 db-5.1 db5.1 db51 db-5.0 db5.0 db50 db-4.8 db4.8 db48 db-4.7 db4.7 db47 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
          AC_MSG_CHECKING([for BerkeleyDB > 4.0])
          for d in $bdbpfx; do
              BDB_INCLUDE_DIR=""
--- mutt-devel-bdb5.1.patch ends here ---


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



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