e58b5b6540
XXX Set MAKE_JOBS_SAFE=no for now. Should investigate why it fails without it as it prolongs build time significantly. Upstream changes: Add-ons installed by third party programs are now disabled by default Added a one-time add-on selection dialog to manage previously installed add-ons Added Twitter to the search bar for select locales. Additional locale support will be added in the future Added a preference to load tabs on demand, improving start-up time when windows are restored Improved performance and memory handling when using <audio> and <video> elements Added CORS support for cross-domain textures in WebGL Added support for HTML5 context menus Added support for insertAdjacentHTML Improved CSS hyphen support for many languages Improved WebSocket support Fixed several stability issues Fixed several security issues
18 lines
552 B
Makefile
18 lines
552 B
Makefile
# $NetBSD: dist.mk,v 1.27 2011/11/12 12:45:04 tnn Exp $
|
|
#
|
|
# used by devel/nspr/Makefile
|
|
# used by devel/nss/Makefile
|
|
# used by devel/xulrunner/Makefile
|
|
# used by www/firefox/Makefile
|
|
|
|
DISTNAME= firefox-${FIREFOX_VER}.source
|
|
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
|
|
MOZ_BRANCH= 8.0
|
|
MOZ_BRANCH_MINOR= #
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../devel/xulrunner/patches
|
|
|
|
WRKSRC= ${WRKDIR}/mozilla-release
|