pkgsrc-WIP-changes archive

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

webkit-gtk: Update comment about PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 21 16:12:35 2018 +0200
Changeset:	6ed0a7d558db962e25e114b2b2e3a00f35800663

Modified Files:
	webkit-gtk/Makefile
	webkit-gtk/TODO

Log Message:
webkit-gtk: Update comment about PYTHON_VERSIONS_INCOMPATIBLE

Checks in Source/cmake/WebKitCommon.cmake still requires Python 2.7.
Update comment and remove corresponding entry from the TODO.

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

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

diffstat:
 webkit-gtk/Makefile | 2 +-
 webkit-gtk/TODO     | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index e9dd3c69d2..18bc40ca36 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -78,7 +78,7 @@ TOOL_DEPENDS+=	${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
 CMAKE_ARGS+=	-DRUBY_EXECUTABLE=${RUBY}
 
 PYTHON_FOR_BUILD_ONLY=	yes
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # not yet ported as of 1.10.2
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # not yet ported as of 2.22.2
 .include "../../lang/python/application.mk"
 CMAKE_ARGS+=	-DPYTHON_EXECUTABLE=${PYTHONBIN}
 
diff --git a/webkit-gtk/TODO b/webkit-gtk/TODO
index 27e67bd818..bdbb6f8a60 100644
--- a/webkit-gtk/TODO
+++ b/webkit-gtk/TODO
@@ -3,9 +3,6 @@
    * patches/patch-Source_WTF_wtf_Platform.h
   Only amd64 was actually tested and arm, arm64 and mips really need a
   double-check.
-- Please check if:
-   PYTHON_VERSIONS_INCOMPATIBLE=   34 35 36 37 # not yet ported as of 1.10.2
-  should be adjusted (yes, at least the version in the comment should! :))
 - Could the NetBSD logic in
   patches/patch-Source_JavaScriptCore_runtime_MachineContext.h be rewritten
   using ucontext(2) _UC_MACHINE_* macros instead?


Home | Main Index | Thread Index | Old Index