Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 14:20:50 +0200
From:      Michael Gmelin <grembo@freebsd.org>
To:        olli hauer <ohauer@gmx.de>
Cc:        Kurt Jaeger <lists@opsec.eu>, ports-list freebsd <freebsd-ports@freebsd.org>
Subject:   Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation
Message-ID:  <20140824142050.5e336477@bsd64.grem.de>
In-Reply-To: <53F9CEDA.4070309@gmx.de>
References:  <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <EB2B24ED-1D62-467B-8870-EEACA8A72281@freebsd.org> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de>

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


On Sun, 24 Aug 2014 13:39:06 +0200
olli hauer <ohauer@gmx.de> wrote:

> On 2014-08-24 13:11, Kurt Jaeger wrote:
> > Hi!
> > 
> >>> For devel/ice:
> > [...]
> >> Is this exclusive to portupgrade (does "make install" work)? Ice
> >> only supports bdb 5, so the Makefile should be correct.
> > 
> > No, it's not exclusive. Same behaviour with
> > 
> > # make
> > ===>  Ice-3.5.1_1 cannot install: no eligible BerkeleyDB version.
> > Requested: 6, incompatible: 40 41 42 43 44 46 47 48 6. Try: make
> > debug-bdb. *** Error code 1
> > 
> > Stop.
> > make: stopped in /usr/ports/devel/ice
> > 
> 
> 
> Hm, using USE_BDB=$numble looks wrong to me in devel/ice.
> 
> Can you test the following patch.
> 
> Index: Makefile
> ===================================================================
> --- devel/ice/Makefile    (revision 365910)
> +++ devel/ice/Makefile    (working copy)
> @@ -27,7 +27,8 @@
>  .endif
> 
>  USES=                  iconv gmake
> -USE_BDB=               5
> +USE_BDB=               yes
> +WANT_BDB_VER=          5
>  INVALID_BDB_VER=       40 41 42 43 44 46 47 48 6
>  USE_LDCONFIG=          yes
>  BUILD_WRKSRC?=         ${WRKSRC}/cpp
> 
> 


@Kurt: Could you test and confirm? If this works, I'll commit the patch.

@Olli: Checking Mk/bsd.databasemk it seems like you're right. It's
quite amusing how this went unnoticed for so long, it has been in
there for eight years :)

r169835 | itetcu | 2006-08-06 18:53:56 +0200 (Sun, 06 Aug 2006) | 5
lines

convert to USE_BDB

PR:             ports/101409
Submitted by:   Stefan Ehmann (maintainer)


-- 
Michael Gmelin



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