Hi,

next round of betas for gecko 24, those one are targeted for release in
mid-september.

Note that both should now build and actually run fine on sparc64. Finally.
That will allow to retire the EOL'ed www/firefox36 port.

thunderbird 24 will be a major release supported for 7 cycles of gecko
releases, so if you use TB, better test the beta in advance..
especially if you use lots of extensions. In my testing everything
worked (lightning, conversations, chat, sogo connector) you only needed
to update sieve extension from a nightly xpi.

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

You'll need the attached mozilla.port.mk diff to fix 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.58
diff -u -r1.58 mozilla.port.mk
--- mozilla.port.mk     8 Aug 2013 06:58:31 -0000       1.58
+++ mozilla.port.mk     24 Aug 2013 06:26:49 -0000
@@ -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 \

Reply via email to