Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Feb 2013 13:51:09 +0100
From:      "Herbert J. Skuhra" <hskuhra@eumx.net>
To:        Raphael Eiselstein <rabe@uugrn.org>
Cc:        ports@freebsd.org
Subject:   Re: mutt vs db44 // Bug in /usr/ports/Mk/bsd.database.mk ?
Message-ID:  <86ehgpabwi.wl%hskuhra@eumx.net>
In-Reply-To: <20130208220108.GC4018@ma.sigsys.de>
References:  <20130208201503.GB4018@ma.sigsys.de> <20130208220108.GC4018@ma.sigsys.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 8 Feb 2013 23:01:08 +0100
Raphael Eiselstein <rabe@uugrn.org> wrote:

> Hi again,
> 
> quick-fix / works for me (line breaks!)
> ----------------------------------------------------------
> [root@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ehgpabwi.wl%hskuhra>