Date: Sat, 28 Dec 2013 02:16:36 -0500 (EST) From: AN <andy@mail.neu.net> To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1466 - trunk/www/firefox-nightly Message-ID: <alpine.BSF.2.00.1312280213010.10736@mail.neu.net> In-Reply-To: <201312280635.rBS6ZUdH001016@trillian.chruetertee.ch> References: <201312280635.rBS6ZUdH001016@trillian.chruetertee.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 28 Dec 2013, svn-freebsd-gecko@chruetertee.ch wrote: > 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 <andy@mail.neu.net> > > 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} > _______________________________________________ Fixed ===> Registering installation for firefox-nightly-29.0.161825,1 Installing firefox-nightly-29.0.161825,1... done
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1312280213010.10736>