NetBSD に Firefox を入れる Linux バイナリとやらを入れます。 % cd /usr/pkgsrc/www/firefox-bin % sudo make install clean-depends Flash 入れます。 % cd /usr/pkgsrc/www/firefox-bin-flash % sudo make install clean-depends => Bootstrap dependency digest>=20010302: found digest-20070803 ERROR: This package has set PKG_FAIL_REASON: ERROR: firefox-bin-flash-9.0.115 has an unacceptable license: flash-license. ERROR: To view the license, enter "/usr/bin/make show-license". ERROR: To indicate acceptance, add this line to /etc/mk.conf: ERROR: ACCEPTABLE_LICENSES+=flash-license *** Error code 1 Stop. make: stopped in /usr/pkgsrc/www/firefox-bin-flash 怒られるので /etc/mk.conf に書いておく。再度 make % sudo make install clean-depends Acrobat Reader を入れる。 % cd /usr/pkgsrc/www/firefox-bin-acroread7 % sudo make install clean-depends ===> Checking for vulnerabilities in firefox-bin-acroread7-1.0nb1 ===> Installing dependencies for firefox-bin-acroread7-1.0nb1 => Full dependency acroread7>=7.0: NOT found => Verifying reinstall for ../../print/acroread7 => Bootstrap dependency digest>=20010302: found digest-20070803 ERROR: This package has set PKG_FAIL_REASON: ERROR: acroread7-7.0.9nb1 has an unacceptable license: adobe-acrobat-license. ERROR: To view the license, enter "/usr/bin/make show-license". ERROR: To indicate acceptance, add this line to /etc/mk.conf: ERROR: ACCEPTABLE_LICENSES+=adobe-acrobat-license *** Error code 1 Stop. make: stopped in /usr/pkgsrc/print/acroread7 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/www/firefox-bin-acroread7 怒られるので /etc/mk.conf に書いておく。再度 make % sudo make install clean-depends ===> Checking for vulnerabilities in firefox-bin-acroread7-1.0nb1 ===> Installing dependencies for firefox-bin-acroread7-1.0nb1 => Full dependency acroread7>=7.0: NOT found => Verifying reinstall for ../../print/acroread7 => Bootstrap dependency digest>=20010302: found digest-20070803 ===> Checking for vulnerabilities in acroread7-7.0.9nb1 Package acroread7-7.0.9nb1 has a remote-user-shell vulnerability, see: http://www.securityfocus.com/bid/22753 Package acroread7-7.0.9nb1 has a remote-stack-smash vulnerability, see: http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=657 Package acroread7-7.0.9nb1 has a remote-user-shell vulnerability, see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5663 Package acroread7-7.0.9nb1 has a remote-user-shell vulnerability, see: http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=655 Package acroread7-7.0.9nb1 has a multiple-unspecified vulnerability, see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0655 Package acroread7-7.0.9nb1 has a remote-printing vulnerability, see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0667 Package acroread7-7.0.9nb1 has a remote-user-shell vulnerability, see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0726 Package acroread7-7.0.9nb1 has a temporary-files-race vulnerability, see: http://support.novell.com/techcenter/psdb/d8c48c63359fc807624182696d3d149c.html ERROR: Define ALLOW_VULNERABLE_PACKAGES in mk.conf or IGNORE_URLS in audit-packages.conf(5) if this package is absolutely essential. *** Error code 1 Stop. make: stopped in /usr/pkgsrc/print/acroread7 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/www/firefox-bin-acroread7 あー。うーん。やめとこう。 ref. [[転けつまろびつ NetBSD|http://www.mew.org/~kazu/toy/netbsd-pkgsrc.html]]