p{padding:0;margin:0;}Hello!I attempted to build www/firefox while having
nss-3.20 installed. This failed during
configure:----------------------------------------------------------------------------------------------------configure:15361:
checking for NSS - version >= 3.20.1configure: error: you don't have NSS
installed or your version is too old*** Fix above errors and then restart
with\
"gmake -f client.mk build"gmake[2]: *** [configure] Error 1gmake[2]: Leaving
directory `/usr/ports/www/firefox'===> Script "configure" failed
unexpectedly.----------------------------------------------------------------------------------------------------Upgrading
the nss port to nss-3.21 allowed firefox to build successfully. Makefile for
www/firefox should probably be changed to require newer version of nss.This was
seen with: $ ident
/usr/ports/www/firefox/MakefileMakefile: $FreeBSD:
head/www/firefox/Makefile 405511 2016-01-08 04:17:48Z jbeich $$ uname -aFreeBSD
disco 10.3-PRERELEASE FreeBSD 10.3-PRERELEASE #0 r294136: Sat Jan 16 15:39:01
EET 2016 toomas@disco:/usr/obj/usr/src/sys/DISCO
amd64
--- Makefile.bak 2016-01-24 10:28:31.666604000 +0200
+++ Makefile 2016-01-24 10:28:50.137156000 +0200
@@ -14,7 +14,7 @@
COMMENT= Web browser based on the browser portion of Mozilla
BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \
- nss>=3.19.4:${PORTSDIR}/security/nss \
+ nss>=3.20.1:${PORTSDIR}/security/nss \
libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
harfbuzz>=0.9.42:${PORTSDIR}/print/harfbuzz \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"