From owner-freebsd-gecko@FreeBSD.ORG Sat Dec 28 06:35:44 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E64809C for ; Sat, 28 Dec 2013 06:35:44 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7840C1318 for ; Sat, 28 Dec 2013 06:35:43 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rBS6ZZdH001442 for ; Sat, 28 Dec 2013 06:35:35 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rBS6ZUdH001016 for freebsd-gecko@freebsd.org; Sat, 28 Dec 2013 06:35:30 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 28 Dec 2013 06:35:30 GMT Message-Id: <201312280635.rBS6ZUdH001016@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1466 - trunk/www/firefox-nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 06:35:45 -0000 Author: jbeich Date: Sat Dec 28 06:35:29 2013 New Revision: 1466 Log: internal nss build with system sqlite is too fragile, backout Reported by: AN Modified: trunk/www/firefox-nightly/Makefile Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Fri Dec 27 07:15:10 2013 (r1465) +++ trunk/www/firefox-nightly/Makefile Sat Dec 28 06:35:29 2013 (r1466) @@ -16,12 +16,12 @@ FETCH_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - sqlite3>=3.8.1:${PORTSDIR}/databases/sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ unzip:${PORTSDIR}/archivers/unzip # nspr>=4.10.3:${PORTSDIR}/devel/nspr \ # nss>=3.15.4:${PORTSDIR}/security/nss \ +# sqlite3>=3.8.1:${PORTSDIR}/databases/sqlite3 \ # libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -32,7 +32,7 @@ OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -nspr -nss -vpx +USE_MOZILLA= -nspr -nss -sqlite -vpx MOZILLA_NAME= Firefox Nightly MOZILLA_SUFX= -nightly MOZILLA= ${PORTNAME}${MOZILLA_SUFX}