notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Sanity Test Failure
Monday, 26 Mar 2018
17:33 vd search for other commits by this committer
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)
Original commitRevision:465619 

Sanity Test Results

net-p2p/bitcoin-daemon:

This command (FreshPorts code 2):

/usr/local/bin/sudo /usr/sbin/chroot -u freshports
/var/db/freshports/ports-jail /make-showconfig.sh /var/db/repos/PORTS-head
net-p2p/bitcoin-daemon
2>/tmp/FreshPorts.net-p2p.bitcoin-daemon.showconfig.2018.3.26.17.34.0.61016

produced this error:

Make results are : ====> You must select one and only one option from the
BDBVER single
=====> No option was selected (and one must be)
*** Error code 1

Stop.
make: stopped in /var/db/repos/PORTS-head/net-p2p/bitcoin-daemon
net-p2p/bitcoin-utils:

This command (FreshPorts code 2):

/usr/local/bin/sudo /usr/sbin/chroot -u freshports
/var/db/freshports/ports-jail /make-showconfig.sh /var/db/repos/PORTS-head
net-p2p/bitcoin-utils
2>/tmp/FreshPorts.net-p2p.bitcoin-utils.showconfig.2018.3.26.17.34.0.61016

produced this error:

Make results are : ====> You must select one and only one option from the
BDBVER single
=====> No option was selected (and one must be)
*** Error code 1

Stop.
make: stopped in /var/db/repos/PORTS-head/net-p2p/bitcoin-utils