ports/185004: [PATCH] mail/mutt: add support for db6
Dmitry Marakasov
amdmi3 at amdmi3.ru
Thu Dec 19 16:50:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list