Hi, Fx 10.0 & friends were released, if you want it to make 5.1 (which is not sure at all) please test every possible usecase, esp lightning/enigmail.. ports at: http://rhaalovely.net/cgit/mozilla-firefox/log/?h=beta http://rhaalovely.net/cgit/mozilla-thunderbird/log/?h=beta http://rhaalovely.net/cgit/seamonkey/log/?h=beta http://rhaalovely.net/cgit/mozilla-firefox/log/?h=fennec (all ports needs a small mozilla.port.mk diff, attached)
packages against somewhat -current (ie gettext w/ libintl.6) in my repos : http://rhaalovely.net/stuff/amd64/ http://rhaalovely.net/stuff/i386/ It builds & runs fine on ppc too, as of beta4.. Landry
? fx10.moz.pot.mk.diff 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 1 Feb 2012 16:29:21 -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> @@ -46,6 +46,9 @@ CONFIGURE_ARGS += --enable-system-sqlite CONFIGURE_ENV += ac_cv_sqlite_secure_delete=yes +# avoids OOM when linking libxul +CONFIGURE_ENV += LDFLAGS="-Wl,--no-keep-memory" + WANTLIB += ${MODMOZ_WANTLIB} BUILD_DEPENDS +=${MODMOZ_BUILD_DEPENDS} LIB_DEPENDS += ${MODMOZ_LIB_DEPENDS} @@ -151,8 +154,11 @@ 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 + +.if ${MOZILLA_BRANCH} == 1.9.1 || ${MOZILLA_BRANCH} == 1.9.2 +MOZILLA_SUBST_FILES += ${_MOZDIR}/js/src/xpconnect/shell/Makefile.in +.endif pre-configure: .for d in ${MOZILLA_AUTOCONF_DIRS}