Hi, next round of betas for gecko 23, those one are targeted for release on the beginning of august so will likely miss 5.4, but they should still be tested! thunderbird 24 will be a major release, so if you use TB, better test the betas in advance..
Grab'em from here: http://rhaalovely.net/cgit/mozilla-firefox/?h=beta git clone -b beta http://rhaalovely.net/git/mozilla-firefox http://rhaalovely.net/cgit/mozilla-thunderbird/?h=beta git clone -b beta http://rhaalovely.net/git/mozilla-thunderbird http://rhaalovely.net/cgit/seamonkey/?h=beta git clone -b beta http://rhaalovely.net/git/seamonkey Or you can try the packages provided for convenience (might install on your system, or not, depending on installed libs..) http://rhaalovely.net//stuff/i386/seamonkey-2.20beta1.tgz http://rhaalovely.net//stuff/i386/thunderbird-23.0beta1.tgz http://rhaalovely.net//stuff/amd64/firefox-23.0beta5.tgz http://rhaalovely.net//stuff/powerpc/firefox-23.0beta1.tgz You'll need the attached mozilla.port.mk diff to fix deps & sydneyaudio file for building tb. Test reports of course welcome... Landry Index: mozilla.port.mk =================================================================== RCS file: /cvs/ports/www/mozilla/mozilla.port.mk,v retrieving revision 1.57 diff -u -r1.57 mozilla.port.mk --- mozilla.port.mk 11 Jul 2013 16:24:10 -0000 1.57 +++ mozilla.port.mk 13 Jul 2013 08:09:34 -0000 @@ -36,8 +36,8 @@ .if ${MOZILLA_PROJECT} == "firefox" || \ ${MOZILLA_PROJECT} == "thunderbird" || \ ${MOZILLA_PROJECT} == "seamonkey" -MODMOZ_LIB_DEPENDS += devel/nspr>=4.9.6 \ - security/nss>=3.14.3 +MODMOZ_LIB_DEPENDS += devel/nspr>=4.10 \ + security/nss>=3.15.1 # needed during install MODMOZ_BUILD_DEPENDS += archivers/unzip @@ -185,7 +185,7 @@ ${WRKSRC}/${_MOZDIR}/js/src/build/autoconf # sydneyaudio was removed in gecko 22 -.if ${MOZILLA_PROJECT} != "firefox" && ${MOZILLA_PROJECT} != "seamonkey" +.if ${MOZILLA_PROJECT} != "firefox" && ${MOZILLA_PROJECT} != "seamonkey" && ${MOZILLA_PROJECT} != "thunderbird" post-extract: # syndeyaudio sndio file comes from ffx FILESDIR cp -f ${PORTSDIR}/www/mozilla-firefox/files/sydney_audio_sndio.c \