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
This message is in MIME format.

--=_4n8igd2e5wcg
Content-Type: text/plain;
 charset=ISO-8859-1;
 DelSp="Yes";
 format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

ww/firefox-esr/Makefile currently checks for nss>=3D3.15. I had 3.15.2 =20
installed and attempted to build firefox-esr 24, but it failed during =20
configure:

---------------------------------------------------------------------------=
----
configure:15121: checking for nss-config
configure:15156: checking for NSS - version >=3D 3.15.4
=3D=3D=3D>  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.
---------------------------------------------------------------------------=
----

--=20
Toomas Aas
Tartu linnakantselei arvutiv=F5rgu peaspetsialist
tel 736 1274
mob 513 6493
--=_4n8igd2e5wcg
Content-Type: text/x-patch;
 charset=ISO-8859-1;
 name="Makefile.patch"
Content-Disposition: attachment;
 filename="Makefile.patch"
Content-Transfer-Encoding: 7bit

--- 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 \

--=_4n8igd2e5wcg--



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