pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/cliqz



Module Name:    pkgsrc
Committed By:   fox
Date:           Mon Nov 18 11:00:59 UTC 2019

Modified Files:
        pkgsrc/www/cliqz: Makefile

Log Message:
www/cliqz: Adds missing tool dependency py-sqlite3.

- Fixes bulk build breakages.
- Pointed out by <mef> bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/cliqz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/cliqz/Makefile
diff -u pkgsrc/www/cliqz/Makefile:1.26 pkgsrc/www/cliqz/Makefile:1.27
--- pkgsrc/www/cliqz/Makefile:1.26      Sun Nov 17 17:32:23 2019
+++ pkgsrc/www/cliqz/Makefile   Mon Nov 18 11:00:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/11/17 17:32:23 fox Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/18 11:00:59 fox Exp $
 
 DISTNAME=      cliqz-1.30.0
 CATEGORIES=    www
@@ -12,7 +12,6 @@ DISTFILES=    adult-domains.bin \
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 CLIQZ_CHANNEL=         release
-
 # If the PKGVERSION_NOREV is updated, make sure to update the last build id from
 # ftp -Vo - https://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${PKGVERSION_NOREV}/lastbuildid
 CLIQZ_LAST_BUILD_ID=   20191113183817
@@ -44,6 +43,7 @@ PYTHON_VERSIONS_ACCEPTED=     27
 PYTHON_FOR_BUILD_ONLY=         tool
 TOOL_DEPENDS+=                 cbindgen>=0.8.2:../../devel/cbindgen
 TOOL_DEPENDS+=                 nodejs-[0-9]*:../../lang/nodejs
+TOOL_DEPENDS+=                 ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 BUILD_DEPENDS+=                        yasm>=1.1:../../devel/yasm
 BUILD_DEPENDS+=                        nasm-[0-9]*:../../devel/nasm



Home | Main Index | Thread Index | Old Index