Date: Sat, 28 Dec 2013 06:35:30 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1466 - trunk/www/firefox-nightly Message-ID: <201312280635.rBS6ZUdH001016@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312280635.rBS6ZUdH001016>