Hi,

The ports for latest firefox/thunderbird/seamonkey releases is available
in the release branch of the following 3 git repos:

git clone -b release http://rhaalovely.net/git/mozilla-firefox/
git clone -b release http://rhaalovely.net/git/mozilla-thunderbird/
git clone -b release http://rhaalovely.net/git/seamonkey/
(or git pull origin release if you already have a checkout)

Amd64 packages (not against systemwide sqlite) at
http://rhaalovely.net/stuff/amd64/

Enigmail was updated to 1.5pre and Lightning to 1.4b1. Tb & Ffx tested
here on ppc/i386.

Please test and report back to the list (nigel@ already tested
tb/enigmail). You'll also need the attached mozilla.port.mk diff.

Landry
? mozilla.port.mk-nss
Index: mozilla.port.mk
===================================================================
RCS file: /cvs/ports/www/mozilla/mozilla.port.mk,v
retrieving revision 1.41
diff -u -r1.41 mozilla.port.mk
--- mozilla.port.mk     23 Apr 2012 17:15:19 -0000      1.41
+++ mozilla.port.mk     26 Apr 2012 10:32:19 -0000
@@ -144,7 +144,13 @@
 
 post-extract:
 # XXX nsSound.cpp different between mozilla branch - need to use local one
+.if ${MOZILLA_PROJECT} == "firefox" || \
+        ${MOZILLA_PROJECT} == "thunderbird" || \
+       ${MOZILLA_PROJECT} == "seamonkey"
+       cp -f ${FILESDIR}/nsSound.cpp ${WRKSRC}/${_MOZDIR}/widget/gtk2/
+.else
        cp -f ${FILESDIR}/nsSound.cpp ${WRKSRC}/${_MOZDIR}/widget/src/gtk2/
+.endif
 # syndeyaudio sndio file comes from ffx FILESDIR
        cp -f ${PORTSDIR}/www/mozilla-firefox/files/sydney_audio_sndio.c \
                ${WRKSRC}/${_MOZDIR}/media/libsydneyaudio/src/

Reply via email to