ww/firefox-esr/Makefile currently checks for nss>=3.15. I had 3.15.2
installed and attempted to build firefox-esr 24, but it failed during
configure:
-------------------------------------------------------------------------------
configure:15121: checking for nss-config
configure:15156: checking for NSS - version >= 3.15.4
===> Script "../configure" failed unexpectedly.
Please report the problem to [email protected] [maintainer] and attach the
"/usr/ports/www/firefox-esr/work/mozilla-esr24/obj-x86_64-unknown-freebsd9.2/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/sbin/pkg_info -Ea).
*** [do-configure] Error code 1
Stop in /usr/ports/www/firefox-esr.
*** [build] Error code 1
Stop in /usr/ports/www/firefox-esr.
-------------------------------------------------------------------------------
--
Toomas Aas
Tartu linnakantselei arvutivõrgu peaspetsialist
tel 736 1274
mob 513 6493
--- Makefile.orig 2014-02-06 21:49:38.000000000 +0200
+++ Makefile 2014-02-06 21:49:57.000000000 +0200
@@ -13,7 +13,7 @@
COMMENT= Web browser based on the browser portion of Mozilla
BUILD_DEPENDS= nspr>=4.10.2:${PORTSDIR}/devel/nspr \
- nss>=3.15:${PORTSDIR}/security/nss \
+ nss>=3.15.4:${PORTSDIR}/security/nss \
sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"