www/kore: disable python flavour for now. the latest release was 3 years

ago and doesn't support newer versions; if somebody wants that they can
look at what's needed to fetch it from the actively developer git repo.
This commit is contained in:
sthen
2025-11-03 13:48:25 +00:00
parent 8a99e01c52
commit 256fc5a3de
2 changed files with 9 additions and 9 deletions
-1
View File
@@ -82,7 +82,6 @@
SUBDIR += kore,acme
SUBDIR += kore,curl
SUBDIR += kore,pgsql
SUBDIR += kore,python
SUBDIR += larbin
SUBDIR += libcroco
SUBDIR += libmicrohttpd
+9 -8
View File
@@ -1,7 +1,7 @@
COMMENT = web application framework for writing scalable web APIs in C
DISTNAME = kore-4.2.3
REVISION = 5
REVISION = 6
CATEGORIES = www
@@ -39,13 +39,14 @@ WANTLIB += pq
LIB_DEPENDS += databases/postgresql,-main
.endif
.if ${FLAVOR} == "python"
CONFIGURE_STYLE = none
MODULES = lang/python
MAKE_ENV += PYTHON=1
WANTLIB += ${MODPY_WANTLIB} intl m util
LIB_DEPENDS += devel/gettext,-runtime
.endif
# XXX disable python support for now; frequently breaks with python major updates
#.if ${FLAVOR} == "python"
#CONFIGURE_STYLE = none
#MODULES = lang/python
#MAKE_ENV += PYTHON=1
#WANTLIB += ${MODPY_WANTLIB} intl m util
#LIB_DEPENDS += devel/gettext,-runtime
#.endif
USE_GMAKE = Yes