On Mon, 5 Mar 2007 13:55:50 +0100 "Stephane Thomas" <[EMAIL PROTECTED]> wrote:
> Hello, > > I just installed portaudit and now I cannot build mozilla anymore because of > three vulnerabilities. Is there a way to force building of a port even if > there are knows vulnerabilities ? I guess I can add some portaudit_fixed= > lines in /usr/local/etc/portaudit.conf but as the vulnerabilities aren't > really fixed I'm not sure this is the right thing to do. > > I read portaudit's man and freebsd handbook but I can't figure out the good > method. Thx in advance. If you're sure you want to override portaudit you can use make DISABLE_VULNERABILITIES=yes followed by any other arguments for building a port (see man 7 ports). If you want to disable portaudit for portupgrade, use something like: portupgrade -m "DISABLE_VULNERABILITIES=yes" followed by any other arguments needed. HTH, Randy -- _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"