pkgsrc/www/firefox2/Makefile-firefox.common
ghen 6da4cecc54 Update firefox2 and firefox2-gtk1 to 2.0.0.1. Fixed in this version:
MFSA 2006-76 XSS using outer window's Function object
MFSA 2006-75 RSS Feed-preview referrer leak
MFSA 2006-73 Mozilla SVG Processing Remote Code Execution
MFSA 2006-72 XSS by setting img.src to javascript: URI
MFSA 2006-71 LiveConnect crash finalizing JS objects
MFSA 2006-70 Privilege escallation using watch point
MFSA 2006-68 Crashes with evidence of memory corruption (rv:1.8.0.9/1.8.1.1)

For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.1/releasenotes/
2006-12-21 08:13:17 +00:00

43 lines
1.3 KiB
Text

# $NetBSD: Makefile-firefox.common,v 1.4 2006/12/21 08:13:17 ghen Exp $
MOZILLA_BIN= firefox-bin
MOZ_VER= 2.0.0.1
EXTRACT_SUFX= .tar.bz2
DISTNAME= firefox-${MOZ_VER}-source
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/source/
MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/source/
MASTER_SITES+= http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/source/
MASTER_SITES+= ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/source/
HOMEPAGE= http://www.mozilla.com/en-US/firefox/
PKG_DESTDIR_SUPPORT= user-destdir
DISTINFO_FILE= ${.CURDIR}/../../www/firefox2/distinfo
PATCHDIR= ${.CURDIR}/../../www/firefox2/patches
CONFIGURE_ARGS+= --enable-application=browser
CONFIGURE_ARGS+= --enable-single-profile
CONFIGURE_ARGS+= --without-gssapi
CONFIGURE_ARGS+= --enable-canvas
MOZILLA_EXTENSIONS= default
CONFIGURE_ARGS+= --enable-extensions=${MOZILLA_EXTENSIONS:Q}
CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
CPPFLAGS+= -DSQLITE_THREAD_OVERRIDE_LOCK=0
.endif
USE_LANGUAGES+= c++
BUILD_SVG= # yes
BUILD_MATHML= # yes
.include "../../www/firefox/Makefile.common"
INSTALL_TEMPLATES+= ${.CURDIR}/../../www/firefox/INSTALL