pkgsrc-WIP-changes archive

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

cliqz: Fixed the build. Updated TODO.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Sat Dec 15 01:59:34 2018 +0530
Changeset:	97404d8640ebcf11eaef5979edb56240a73a79f5

Modified Files:
	cliqz/Makefile
	cliqz/TODO

Log Message:
cliqz: Fixed the build. Updated TODO.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=97404d8640ebcf11eaef5979edb56240a73a79f5

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

diffstat:
 cliqz/Makefile | 2 --
 cliqz/TODO     | 4 ----
 2 files changed, 6 deletions(-)

diffs:
diff --git a/cliqz/Makefile b/cliqz/Makefile
index 0a20b99b25..81f5325781 100644
--- a/cliqz/Makefile
+++ b/cliqz/Makefile
@@ -22,9 +22,7 @@ LICENSE=	mpl-2.0
 USE_TOOLS+=	pkg-config perl gmake autoconf213 unzip zip bash bsdtar
 USE_LANGUAGES+=	c99 gnu++14
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 34
 PYTHON_FOR_BUILD_ONLY=		tool
-TOOL_DEPENDS+=			python27-[0-9]*:../../lang/python27
 TOOL_DEPENDS+=			cbindgen-[0-9]*:../../devel/cbindgen
 TOOL_DEPENDS+=			nodejs-[0-9]*:../../lang/nodejs
 
diff --git a/cliqz/TODO b/cliqz/TODO
index d0c505b4d3..5469e02b3a 100644
--- a/cliqz/TODO
+++ b/cliqz/TODO
@@ -1,9 +1,5 @@
-Build was fixed with a change from c++14 to gnu++14 in the USE_LANGUAGES.
-
 Build not yet tested on i386.
 
-NOTE: Work on do-install section to improve it
-
 NOTE: Got a successful run on NetBSD/amd64
 
 NOTE: With PulseAudio there was successful Audio output


Home | Main Index | Thread Index | Old Index