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:           Thu Apr 23 20:04:05 UTC 2020

Modified Files:
        pkgsrc/www/cliqz: Makefile

Log Message:
www/cliqz: Fixes broken build.

For now add py27-sqlite3-[0-9]* as a build dependency since
python37-sqlite-[0-9]* is not being detected correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/www/cliqz/Makefile:1.40
--- pkgsrc/www/cliqz/Makefile:1.39      Sat Apr 18 07:58:36 2020
+++ pkgsrc/www/cliqz/Makefile   Thu Apr 23 20:04:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/04/18 07:58:36 fox Exp $
+# $NetBSD: Makefile,v 1.40 2020/04/23 20:04:05 fox Exp $
 
 DISTNAME=      cliqz-1.35.0
 CATEGORIES=    www
@@ -66,6 +66,9 @@ BUILD_DEPENDS+=                       py${PYTHON_VERSION_DEF
 .else
 BUILD_DEPENDS+=                        py37-sqlite3-[0-9]*:../../databases/py-sqlite3
 .endif
+# XXX: For now depend on python 2.7 version of sqlite3 since cliqz
+# cannot detect py37-sqlite3 correctly.
+BUILD_DEPENDS+=                        py27-sqlite3-[0-9]*:../../databases/py-sqlite3
 BUILD_DEPENDS+=                        yasm>=1.1:../../devel/yasm
 BUILD_DEPENDS+=                        nasm>=1.1:../../devel/nasm
 



Home | Main Index | Thread Index | Old Index