Hi, after some months of inactivity due to an accident (still in recovery mode), i've been slowly able to get back hacking on mozilla.. so here's latest firefox beta. As usual, port at : http://rhaalovely.net/cgit/mozilla-firefox/log/?h=beta (needs a small mozilla.port.mk diff, attached)
packages against somewhat -current: http://rhaalovely.net/stuff/amd64/firefox-10.0beta4.tgz http://rhaalovely.net/stuff/i386/firefox-10.0beta4.tgz http://rhaalovely.net/stuff/powerpc/firefox-10.0beta4.tgz Running since some days on i386, only started via ssh forwarding on ppc. Would appreciate real ppc/amd64 testing. Will have a look at sm/tb in the coming weeks. Thanks, Landry
? mozilla.port.mk-nss Index: mozilla.port.mk =================================================================== RCS file: /cvs/ports/www/mozilla/mozilla.port.mk,v retrieving revision 1.38 diff -u -r1.38 mozilla.port.mk --- mozilla.port.mk 10 Jan 2012 23:58:27 -0000 1.38 +++ mozilla.port.mk 16 Jan 2012 21:22:32 -0000 @@ -7,7 +7,7 @@ SHARED_LIBS += ${_lib} ${SO_VERSION} .endfor -PKGNAME ?= ${MOZILLA_PROJECT}-${MOZILLA_VERSION} +PKGNAME ?= ${MOZILLA_PROJECT}-${MOZILLA_VERSION:S/b/beta/} MAINTAINER ?= Landry Breuil <lan...@openbsd.org> @@ -151,9 +151,9 @@ MOZILLA_SUBST_FILES += ${_MOZDIR}/xpcom/io/nsAppFileLocationProvider.cpp \ ${_MOZDIR}/build/unix/mozilla.in \ ${_MOZDIR}/extensions/spellcheck/hunspell/src/mozHunspell.cpp \ - ${_MOZDIR}/js/src/xpconnect/shell/Makefile.in \ ${_MOZDIR}/toolkit/xre/nsXREDirProvider.cpp +# gecko < 10 ${_MOZDIR}/js/src/xpconnect/shell/Makefile.in pre-configure: .for d in ${MOZILLA_AUTOCONF_DIRS} cd ${WRKSRC}/${d} && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF}