pkgsrc/www/firefox/Makefile
jlam 59a8f7da56 Update www/firefox and www/firefox-gtk1 to version 1.0.7. Changes from
version 1.0.6 include:

     * Fix for a potential buffer overflow vulnerability when loading a
       hostname with all soft-hyphens
     * Fix to prevent URLs passed from external programs from being
       parsed by the shell (Linux only)
     * Fix to prevent a crash when loading a Proxy Auto-Config (PAC)
       script that uses an "eval" statement
     * Fix to restore InstallTrigger.getVersion() for Extension authors
     * Other stability and security fixes

Approved by taya.
2005-09-22 14:14:04 +00:00

17 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.21 2005/09/22 14:14:04 jlam Exp $
MOZILLA= firefox
EXTRACT_SUFX= .tar.bz2
COMMENT= Lightweight gecko-based web browser
_MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
# Some .pc files are filled in by the build process, so we can't fix the
# rpaths until this has happened.
#
PKGCONFIG_OVERRIDE_STAGE= post-build
PKGCONFIG_OVERRIDE+= build/unix/*.pc
.include "../../www/firefox/Makefile-firefox.common"
.include "../../mk/bsd.pkg.mk"