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: Sun Apr 28 16:30:05 UTC 2019
Modified Files:
pkgsrc/www/cliqz: Makefile
Log Message:
cliqz: Added a comment in the Makefile to indicate the build script is not
yet compatible with Python 3.x.
https://firefox-source-docs.mozilla.org/build/buildsystem/python.html
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/www/cliqz/Makefile:1.4
--- pkgsrc/www/cliqz/Makefile:1.3 Sun Apr 28 13:35:56 2019
+++ pkgsrc/www/cliqz/Makefile Sun Apr 28 16:30:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/04/28 13:35:56 fox Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/28 16:30:05 fox Exp $
DISTNAME= cliqz-1.26.4
CATEGORIES= www
@@ -38,6 +38,8 @@ LICENSE= mpl-2.0 AND gnu-gpl-v2
USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip bash pax
USE_LANGUAGES+= c99 gnu++14
+# Build script does not support python 3.x yet.
+# https://firefox-source-docs.mozilla.org/build/buildsystem/python.html
PYTHON_VERSIONS_ACCEPTED= 27
PYTHON_FOR_BUILD_ONLY= tool
TOOL_DEPENDS+= cbindgen-[0-9]*:../../devel/cbindgen
Home |
Main Index |
Thread Index |
Old Index