Date: Sun, 24 Aug 2014 15:08:07 +0200 From: olli hauer <ohauer@gmx.de> To: Michael Gmelin <grembo@freebsd.org>, Kurt Jaeger <lists@opsec.eu> Cc: 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: <53F9E3B7.10009@gmx.de> In-Reply-To: <20140824143728.0d5c435b@bsd64.grem.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> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-08-24 14:37, Michael Gmelin wrote: > > > On Sun, 24 Aug 2014 14:30:06 +0200 > Kurt Jaeger <lists@opsec.eu> wrote: > >> Hi! >> >>>> 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. >> >> Yes, it builds. >> > > I created a commit request > > https://reviews.freebsd.org/D679 > Kurt, or you can commit this even w.o. PR. The patch does not break anything but allows the port to build as required. I assume there are even more easter eggs in the tree, specially for USE_BDB. -- olli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F9E3B7.10009>