svn commit: r527481 - in head: mail/thunderbird www/cliqz www/firefox www/firefox-esr

Jan Beich jbeich at FreeBSD.org
Sat Feb 29 22:53:14 UTC 2020


Author: jbeich
Date: Sat Feb 29 22:53:08 2020
New Revision: 527481
URL: https://svnweb.freebsd.org/changeset/ports/527481

Log:
  www/firefox: drop py-sqlite3 dependency
  
  Not used during build anymore but still required for testing.
  
  PR:		244521

Modified:
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/www/cliqz/Makefile   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Sat Feb 29 22:52:59 2020	(r527480)
+++ head/mail/thunderbird/Makefile	Sat Feb 29 22:53:08 2020	(r527481)
@@ -21,7 +21,6 @@ BUILD_DEPENDS=	nspr>=4.21:devel/nspr \
 		png>=1.6.35:graphics/png \
 		libvpx>=1.5.0:multimedia/libvpx \
 		sqlite3>=3.28.0:databases/sqlite3 \
-		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		v4l_compat>0:multimedia/v4l_compat \
 		autoconf-2.13:devel/autoconf213 \
 		nasm:devel/nasm \

Modified: head/www/cliqz/Makefile
==============================================================================
--- head/www/cliqz/Makefile	Sat Feb 29 22:52:59 2020	(r527480)
+++ head/www/cliqz/Makefile	Sat Feb 29 22:53:08 2020	(r527481)
@@ -33,7 +33,6 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libplds4.so:devel/nspr
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xt.pc:x11-toolkits/libXt \
-		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		${RUST_DEFAULT}>=1.39:lang/${RUST_DEFAULT} \
 		autoconf-2.13:devel/autoconf213 \
 		bash:shells/bash \

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Sat Feb 29 22:52:59 2020	(r527480)
+++ head/www/firefox-esr/Makefile	Sat Feb 29 22:53:08 2020	(r527481)
@@ -23,7 +23,6 @@ BUILD_DEPENDS=	nspr>=4.21:devel/nspr \
 		png>=1.6.35:graphics/png \
 		libvpx>=1.5.0:multimedia/libvpx \
 		sqlite3>=3.28.0:databases/sqlite3 \
-		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		v4l_compat>0:multimedia/v4l_compat \
 		autoconf-2.13:devel/autoconf213 \
 		nasm:devel/nasm \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Sat Feb 29 22:52:59 2020	(r527480)
+++ head/www/firefox/Makefile	Sat Feb 29 22:53:08 2020	(r527481)
@@ -22,7 +22,6 @@ BUILD_DEPENDS=	nspr>=4.24:devel/nspr \
 		png>=1.6.35:graphics/png \
 		libvpx>=1.5.0:multimedia/libvpx \
 		sqlite3>=3.30.1:databases/sqlite3 \
-		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		v4l_compat>0:multimedia/v4l_compat \
 		autoconf-2.13:devel/autoconf213 \
 		nasm:devel/nasm \


More information about the svn-ports-all mailing list