Install vulnerable ports on FreeBSD
While installing ports portaudit may stop installation becasue of vulnerabilities of ports. In order to ignore vulnerability reports use -DDISABLE_VULNERABILITIES parameter in your make command.
make -DDISABLE_VULNERABILITIES install clean
Categories: FreeBSD
FreeBSD, port install, portaudit