HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation
olli hauer
ohauer at gmx.de
Sun Aug 24 11:39:10 UTC 2014
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
--
olli
More information about the freebsd-ports
mailing list