mutt vs db44 // Bug in /usr/ports/Mk/bsd.database.mk ?
Herbert J. Skuhra
hskuhra at eumx.net
Sat Feb 9 12:51:18 UTC 2013
On Fri, 8 Feb 2013 23:01:08 +0100
Raphael Eiselstein <rabe at uugrn.org> wrote:
> Hi again,
>
> quick-fix / works for me (line breaks!)
> ----------------------------------------------------------
> [root at fbsd9 ~]# diff -u /usr/ports/mail/mutt/Makefile.orig
> /usr/ports/mail/mutt/Makefile
> --- /usr/ports/mail/mutt/Makefile.orig 2013-02-08 22:33:28.650075250
> +0100
> +++ /usr/ports/mail/mutt/Makefile 2013-02-08 22:33:39.249797810
> +0100
> @@ -527,7 +527,7 @@
> CONFIGURE_ARGS+= --enable-hcache --without-gdbm --without-bdb
> --with-tokyocabinet
> LIB_DEPENDS+=
> tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet
> .else
> -USE_BDB= 42+
> +USE_BDB= 44
> CONFIGURE_ARGS+= --enable-hcache --without-gdbm --with-bdb
> .endif
> .else
Have you tried to set
# WITH_BDB_VER
# - User defined global variable to set Berkeley DB version.
# <UNIQUENAME>_WITH_BDB_VER
# - User defined port specific variable to set Berkeley DB
# version.
in /etc/make.conf?
--
Herbert
More information about the freebsd-ports
mailing list