svn commit: r465619 - head/net-p2p/bitcoin

Antoine Brodin antoine at freebsd.org
Mon Mar 26 20:41:36 UTC 2018


On Mon, Mar 26, 2018 at 7:33 PM, Vasil Dimov <vd at freebsd.org> wrote:
> Author: vd
> Date: Mon Mar 26 17:33:29 2018
> New Revision: 465619
> URL: https://svnweb.freebsd.org/changeset/ports/465619
>
> Log:
>   net-p2p/bitcoin: Add an option to use newer BDB
>
>   Make the new option the default, so that when the port is recompiled it
>   will link against BDB 5.x or 6.x (whichever is the default in the system).
>   This will keep old wallet files readable and will not automatically
>   convert them in an incompatible with BDB 4.8 way. Newly created wallet
>   files will not be readable by Bitcoin Core versions linked with BDB 4.8.
>
>   Next thing to consider is to remove the option to link against BDB 4.8 as
>   this will remove the net-p2p/bitcoin -> databases/db48 dependency and will
>   make it possible to ditch the latter, which is scheduled for removal from
>   the ports collection on Apr 30 2018.
>
>   PR:           226527
>   Approved by:  kbowling (maintainer)

Hi,

This (and slave ports) fails to configure.

Antoine


More information about the svn-ports-all mailing list