Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Feb 2014 21:56:09 +0200
From:      Toomas Aas <toomas.aas@raad.tartu.ee>
To:        gecko@freebsd.org
Subject:   [patch] firefox-esr fails to build with nss<3.15.4
Message-ID:  <20140206215609.10924u0fr05m9auc@webmail.raad.tartu.ee>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
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 gecko@FreeBSD.org [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
[-- Attachment #2 --]
--- 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 \

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140206215609.10924u0fr05m9auc>