Monthly Archives February 2012

Force install port on FreeBSD

If you have portaudit installed it will block you from installing ports with vulnerabilities. To force the install of a port use the following command: # cd /usr/ports/nameofport # make install clean -DDISABLE_VULNERABILITIES