Hi,
44 is now at rc1, i dont know yet if this will make 5.9.
If you want to build it, you'll need the attached mozilla.port.mk diff.
https://cgit.rhaalovely.net/mozilla-firefox/?h=release
git clone -b release https://rhaalovely.net/git/mozilla-firefox
doas env PKG_PATH=https://rhaalovely.net/stuff/amd64/ pkg_add -u firefox
(no i386 pkg yet)
Landry
? 43gtk3.diff
Index: mozilla.port.mk
===================================================================
RCS file: /cvs/ports/www/mozilla/mozilla.port.mk,v
retrieving revision 1.82
diff -u -r1.82 mozilla.port.mk
--- mozilla.port.mk 9 Nov 2015 13:55:22 -0000 1.82
+++ mozilla.port.mk 19 Jan 2016 20:13:33 -0000
@@ -42,8 +42,18 @@
archivers/zip>=2.3
MODMOZ_LIB_DEPENDS = textproc/hunspell \
- devel/nspr>=4.10.10 \
- security/nss>=3.20.1
+ devel/nspr>=4.10.10
+
+.if !defined(MOZILLA_USE_BUNDLED_NSS)
+MODMOZ_LIB_DEPENDS += security/nss>=3.20.1
+MODMOZ_WANTLIB += nss3 nssutil3 smime3 ssl3
+CONFIGURE_ARGS += --with-system-nss
+.endif
+
+.if !defined(MOZILLA_USE_BUNDLED_LIBEVENT)
+MODMOZ_WANTLIB += event
+CONFIGURE_ARGS += --with-system-libevent=/usr/
+.endif
# bug #736961
SEPARATE_BUILD = Yes
@@ -56,9 +66,9 @@
MODMOZ_WANTLIB += X11 Xext Xrender Xt atk-1.0 c cairo \
fontconfig freetype gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
gobject-2.0 gthread-2.0 m \
- nspr4 nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0 \
- plc4 plds4 pthread event kvm sqlite3>=31 \
- smime3 sndio nssutil3 ssl3 stdc++ z hunspell-1.3
+ nspr4 pango-1.0 pangocairo-1.0 pangoft2-1.0 \
+ plc4 plds4 pthread sqlite3>=32 \
+ sndio stdc++ z hunspell-1.3
# hack to build against systemwide sqlite3 (# 546162)
CONFIGURE_ENV += ac_cv_sqlite_secure_delete=yes
@@ -85,10 +95,8 @@
AUTOCONF_VERSION = 2.13
CONFIGURE_ARGS += --with-system-zlib=/usr \
- --with-system-libevent=/usr/ \
--with-system-bz2=${LOCALBASE} \
--with-system-nspr \
- --with-system-nss \
--enable-system-hunspell \
--enable-system-sqlite \
--enable-official-branding \