head 1.17; access; symbols pkgsrc-2013Q2:1.17.0.2 pkgsrc-2013Q2-base:1.17 pkgsrc-2012Q4:1.16.0.4 pkgsrc-2012Q4-base:1.16 pkgsrc-2012Q3:1.16.0.2 pkgsrc-2012Q3-base:1.16 pkgsrc-2012Q2:1.13.0.2 pkgsrc-2012Q2-base:1.13 pkgsrc-2012Q1:1.10.0.2 pkgsrc-2012Q1-base:1.10 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q3:1.6.0.2 pkgsrc-2011Q3-base:1.6 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.4.0.2 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.3.0.4 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.2 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.2.0.6 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.4 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.1.1.0.2 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.17 date 2013.01.10.15.01.31; author ryoon; state dead; branches; next 1.16; 1.16 date 2012.08.28.23.27.10; author ryoon; state Exp; branches; next 1.15; 1.15 date 2012.08.28.12.42.01; author ryoon; state Exp; branches; next 1.14; 1.14 date 2012.07.18.16.10.06; author ryoon; state Exp; branches; next 1.13; 1.13 date 2012.06.05.18.09.21; author ryoon; state Exp; branches; next 1.12; 1.12 date 2012.05.20.02.02.36; author sbd; state Exp; branches; next 1.11; 1.11 date 2012.04.26.13.30.30; author ryoon; state Exp; branches; next 1.10; 1.10 date 2012.04.01.15.18.45; author ryoon; state Exp; branches; next 1.9; 1.9 date 2012.03.21.10.40.25; author drochner; state Exp; branches; next 1.8; 1.8 date 2012.03.11.12.03.51; author marino; state Exp; branches; next 1.7; 1.7 date 2012.03.06.12.34.09; author ryoon; state Exp; branches; next 1.6; 1.6 date 2011.07.11.12.46.14; author tnn; state Exp; branches; next 1.5; 1.5 date 2011.04.26.14.16.37; author tnn; state Exp; branches; next 1.4; 1.4 date 2011.03.05.11.57.16; author tnn; state Exp; branches; next 1.3; 1.3 date 2010.09.09.09.41.22; author tnn; state Exp; branches 1.3.4.1; next 1.2; 1.2 date 2009.12.16.08.18.33; author tnn; state Exp; branches 1.2.6.1; next 1.1; 1.1 date 2009.08.05.02.59.48; author tnn; state Exp; branches 1.1.1.1; next ; 1.3.4.1 date 2011.03.06.16.39.38; author schnoebe; state Exp; branches; next ; 1.2.6.1 date 2010.09.11.14.59.16; author spz; state Exp; branches; next ; 1.1.1.1 date 2009.08.05.02.59.48; author tnn; state Exp; branches; next ; desc @@ 1.17 log @Update to 18.0 * Many patches are included into upstream distribution. I have tested on NetBSD/amd64 6.99.16, I will test on other platforms later. Changelog: from http://www.mozilla.org/en-US/firefox/18.0/releasenotes/ NEW Faster JavaScript performance via IonMonkey compiler NEW Support for Retina Display on OS X 10.7 and up NEW Preliminary support for WebRTC CHANGED Experience better image quality with our new HTML scaling algorithm CHANGED Performance improvements around tab switching DEVELOPER Support for new DOM property window.devicePixelRatio DEVELOPER Improvement in startup time through smart handling of signed extension certificates HTML5 Support for W3C touch events implemented, taking the place of MozTouch events FIXED Disable insecure content loading on HTTPS pages (62178) FIXED Improved responsiveness for users on proxies (769764) @ text @$NetBSD: patch-mm,v 1.16 2012/08/28 23:27:10 ryoon Exp $ --- toolkit/library/Makefile.in.orig 2012-08-24 22:56:06.000000000 +0000 +++ toolkit/library/Makefile.in @@@@ -535,6 +535,25 @@@@ EXTRA_DSO_LDOPTS += -lelf -ldemangle endif endif +ifneq (,$(filter DragonFly FreeBSD NetBSD OpenBSD,$(OS_ARCH))) +OS_LIBS += $(call EXPAND_LIBNAME,kvm) +# keep `environ' unresolved, see bug 14426 for binutils +EXTRA_DSO_LDOPTS += -Wl,--warn-unresolved-symbols +endif + +ifneq (,$(filter DragonFly FreeBSD,$(OS_ARCH))) +EXTRA_DSO_LDOPTS += -lplc4 -lplds4 -lnspr4 -lnssutil3 +endif + +ifneq (,$(MOZ_CUBEB)$(MOZ_SYDNEYAUDIO)) +ifeq ($(OS_ARCH),NetBSD) +EXTRA_DSO_LDOPTS += -lossaudio +endif +ifdef PKGSRC_PULSEAUDIO +EXTRA_DSO_LDOPTS += -lpulse +endif +endif + ifeq ($(OS_ARCH),WINNT) OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 version winspool comdlg32 imm32 msimg32 shlwapi psapi ws2_32 dbghelp rasapi32 rasdlg iphlpapi uxtheme setupapi secur32 sensorsapi portabledeviceguids windowscodecs) ifdef MOZ_CRASHREPORTER @ 1.16 log @Bump PKGREVISION * Switch to newer patches, trillian.chruetertee.ch/freebsd-gecko/browser/branches/experimental/www/firefox/files/patch-bug753046 * Regen patches @ text @d1 1 a1 1 $NetBSD: patch-mm,v 1.15 2012/08/28 12:42:01 ryoon Exp $ @ 1.15 log @Update to 15.0 * Use patches from https://bugzilla.mozilla.org/show_bug.cgi?id=753046 * Fix firefox.sh Changelog: NEW Preliminary native PDF support (Aurora/Beta only) NEW Support for SPDY networking protocol v3 NEW WebGL enhancements, including compressed textures for better performance CHANGED Optimized memory usage for add-ons DEVELOPER JavaScript debugger integrated into developer tools DEVELOPER New layout view added to Inspector DEVELOPER The CSS word-break property has been implemented. DEVELOPER High precision event timer implemented DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites HTML5 Native support for the Opus audio codec added HTML5 The element now supports the media attribute HTML5 The