Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2013 18:23:42 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        udo.schweigert@siemens.com
Subject:   ports/185004: [PATCH] mail/mutt: add support for db6
Message-ID:  <20131219142342.D7C82422@hades.panopticon>
Resent-Message-ID: <201312191650.rBJGo0gn037533@freefall.freebsd.org>

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

>Number:         185004
>Category:       ports
>Synopsis:       [PATCH] mail/mutt: add support for db6
>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 Dec 19 16:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-BETA3 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258666: Wed Nov 27 03:06:10 MSK
>Description:
mutt won't configure if installed version of Berkeley DB is 6.
The patch adds support for it.

Port maintainer (udo.schweigert@siemens.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- mutt-1.5.22.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 336915)
+++ Makefile	(working copy)
@@ -362,6 +362,8 @@
 .endif
 
 post-patch::
+	@${REINPLACE_CMD} -e '/BDB_VERSIONS=/ s|"|"db-6 db6 |' \
+		${WRKSRC}/configure.ac
 	@${REINPLACE_CMD} -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \
 		${WRKSRC}/contrib/gpg.rc
 	@${REINPLACE_CMD} -e 's,pgp6,pgp,g' \
--- mutt-1.5.22.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?20131219142342.D7C82422>