Skip to content

Installation from ports on FreeBSD

Carsten Strotmann edited this page May 10, 2017 · 4 revisions

thanks to Mathieu Arnold, there is a port for Bundy in the FreeBSD port-tree. Installation from the ports tree is simple. The steps below have been tested on FreeBSD 10p6 (amd64) on 20140629:

See Issue #118

installing the ports tree, or update an already installed ports-tree

install the ports tree or

 % portsnap fetch extract

update the ports tree

 % portsnap fetch update

Install Bundy and all dependencies (boost, botan, log4c++, sqlite ...)

 % cd /usr/ports/dns/bundy
 % make install