On Fri, Apr 25, 2014 at 05:42:49PM +0100, Fred wrote:
> On 04/23/14 22:31, Landry Breuil wrote:
> >
> >git checkout release ; git pull - and retry ? I merged the fix for llvm
> >fuckup...
> >You could have also said what was not building any longer :)
> >
> >Landry
> >
>
> Hi Landry,
>
> make build is failing with:
You need the attached diff to mozilla.port.mk, last version of it.
Index: mozilla.port.mk
===================================================================
RCS file: /cvs/ports/www/mozilla/mozilla.port.mk,v
retrieving revision 1.68
diff -u -r1.68 mozilla.port.mk
--- mozilla.port.mk 23 Apr 2014 05:44:06 -0000 1.68
+++ mozilla.port.mk 24 Apr 2014 18:39:01 -0000
@@ -39,8 +39,9 @@
archivers/zip>=2.3
MODMOZ_LIB_DEPENDS = x11/gtk+2 \
+ textproc/hunspell \
devel/nspr>=4.10.3 \
- security/nss>=3.15.4
+ security/nss>=3.16
# bug #736961
SEPARATE_BUILD = Yes
@@ -56,7 +57,7 @@
gobject-2.0 gthread-2.0 gtk-x11-2.0 m \
nspr4 nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0 \
plc4 plds4 pthread event kvm sqlite3>=27 \
- smime3 sndio nssutil3 ssl3 stdc++ z
+ smime3 sndio nssutil3 ssl3 stdc++ z hunspell-1.3
# hack to build against systemwide sqlite3 (# 546162)
CONFIGURE_ENV += ac_cv_sqlite_secure_delete=yes
@@ -87,6 +88,7 @@
--with-system-bz2=${LOCALBASE} \
--with-system-nspr \
--with-system-nss \
+ --enable-system-hunspell \
--enable-system-sqlite \
--enable-official-branding \
--enable-gio \
@@ -124,15 +126,10 @@
SUBST_VARS += MOZILLA_PROJECT MOZILLA_VER MOZILLA_VERSION
MAKE_ENV += MOZILLA_OFFICIAL=1 \
+ SHELL=/bin/sh \
SO_VERSION="${SO_VERSION}"
CONFIGURE_ENV += ${MAKE_ENV}
-
-MODGNU_CONFIG_GUESS_DIRS += ${WRKSRC}/${_MOZDIR}/build/autoconf \
- ${WRKSRC}/${_MOZDIR}/js/src/build/autoconf
-
-# files to run SUBST_CMD on
-MOZILLA_SUBST_FILES +=
${_MOZDIR}/extensions/spellcheck/hunspell/src/mozHunspell.cpp \
pre-configure:
.for d in ${MOZILLA_AUTOCONF_DIRS}