mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -82,7 +82,6 @@
|
||||
SUBDIR += kore,acme
|
||||
SUBDIR += kore,curl
|
||||
SUBDIR += kore,pgsql
|
||||
SUBDIR += kore,python
|
||||
SUBDIR += larbin
|
||||
SUBDIR += libcroco
|
||||
SUBDIR += libmicrohttpd
|
||||
|
||||
+9
-8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user