Those non default PYTHON options do not build/stage/package, mark them
BROKEN. Sponsored by: Absolight
This commit is contained in:
parent
ad83759c12
commit
98f89dd6e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453628
@ -38,6 +38,7 @@ PYTHON_DESC= Build pylash
|
||||
PYTHON_USES= python
|
||||
PYTHON_BUILD_DEPENDS= swig:devel/swig13
|
||||
PYTHON_CONFIGURE_ENABLE=pylash
|
||||
PYTHON_BROKEN= Does not package
|
||||
|
||||
READLINE_USES= readline
|
||||
READLINE_CONFIGURE_ENV_OFF= vl_cv_lib_readline=no
|
||||
|
@ -64,6 +64,7 @@ PYTHON_BUILD_DEPENDS= swig:devel/swig13 \
|
||||
PYTHON_RUN_DEPENDS= ${PYNUMPY}
|
||||
PYTHON_CMAKE_BOOL= ENABLE_python
|
||||
PYTHON_CONFIGURE_ENV= PYTHON_VERSION="${PYTHON_VERSION}"
|
||||
PYTHON_BROKEN= Does not package
|
||||
|
||||
QHULL2003_DESC= Legacy Qhull support
|
||||
QHULL2015_DESC= Latest Qhull support
|
||||
|
@ -45,6 +45,7 @@ OPTIONS_SUB= yes
|
||||
|
||||
PYTHON_USES= python
|
||||
PYTHON_CONFIGURE_ON= --with-python=yes
|
||||
PYTHON_BROKEN= Does not package
|
||||
|
||||
.if !defined(WITH_CLIENT_ONLY)
|
||||
LIB_DEPENDS+= libbac-${PORTVERSION}.so:sysutils/bacula9-client
|
||||
|
@ -65,6 +65,7 @@ USES+= python
|
||||
WITH_SWIG= yes
|
||||
CMAKE_ARGS+= -DPYTHON_SWIG_INSTALL_DIR:FILEPATH=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///}
|
||||
PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///}
|
||||
BROKEN= Does not stage
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MRUBY}
|
||||
|
Loading…
Reference in New Issue
Block a user