kservice builds fine with python installed but all /usr/local/bin/python*
executables removed, there is nothing python related in PLIST and I fail
to spot any further use of python.

`make configure' also says this at the end:
        -- Generating done
        CMake Warning:
          Manually-specified variables were not used by the project:

              CMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration

I fail to see where this is passed/defined, however.

So perhaps the lang/python usage in this port is accidential since its
import?  No python related changes afterwards.


Feedback? OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/kf5/kservice/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    20 May 2019 22:15:06 -0000      1.13
+++ Makefile    23 Mar 2020 00:32:03 -0000
@@ -2,13 +2,12 @@
 
 COMMENT =              plugin framework for KDE desktop services
 DISTNAME =             kservice-${VERSION}
+REVISION =             0
 
 SHARED_LIBS =          KF5Service              4.3
 
 WANTLIB += ${COMPILER_LIBCXX} KF5ConfigCore KF5CoreAddons KF5Crash
 WANTLIB += KF5DBusAddons KF5I18n Qt5Core Qt5DBus Qt5Xml c m
-
-MODULES +=     lang/python
 
 BUILD_DEPENDS =        devel/bison \
                devel/gettext,-tools \

Reply via email to