pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/cliqz cliqz: Added a comment in the Makefile to in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2381ee086499
branches:  trunk
changeset: 322817:2381ee086499
user:      fox <fox%pkgsrc.org@localhost>
date:      Sun Apr 28 16:30:05 2019 +0000

description:
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

diffstat:

 www/cliqz/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bac77819d615 -r 2381ee086499 www/cliqz/Makefile
--- a/www/cliqz/Makefile        Sun Apr 28 15:22:38 2019 +0000
+++ b/www/cliqz/Makefile        Sun Apr 28 16:30:05 2019 +0000
@@ -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 @@
 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