svn commit: r453628 - in head: audio/lash math/plplot sysutils/bacula9-server textproc/zorba

Mathieu Arnold mat at FreeBSD.org
Mon Nov 6 16:06:24 UTC 2017


Author: mat
Date: Mon Nov  6 16:06:22 2017
New Revision: 453628
URL: https://svnweb.freebsd.org/changeset/ports/453628

Log:
  Those non default PYTHON options do not build/stage/package, mark them
  BROKEN.
  
  Sponsored by:	Absolight

Modified:
  head/audio/lash/Makefile   (contents, props changed)
  head/math/plplot/Makefile   (contents, props changed)
  head/sysutils/bacula9-server/Makefile   (contents, props changed)
  head/textproc/zorba/Makefile   (contents, props changed)

Modified: head/audio/lash/Makefile
==============================================================================
--- head/audio/lash/Makefile	Mon Nov  6 16:06:11 2017	(r453627)
+++ head/audio/lash/Makefile	Mon Nov  6 16:06:22 2017	(r453628)
@@ -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

Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile	Mon Nov  6 16:06:11 2017	(r453627)
+++ head/math/plplot/Makefile	Mon Nov  6 16:06:22 2017	(r453628)
@@ -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

Modified: head/sysutils/bacula9-server/Makefile
==============================================================================
--- head/sysutils/bacula9-server/Makefile	Mon Nov  6 16:06:11 2017	(r453627)
+++ head/sysutils/bacula9-server/Makefile	Mon Nov  6 16:06:22 2017	(r453628)
@@ -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

Modified: head/textproc/zorba/Makefile
==============================================================================
--- head/textproc/zorba/Makefile	Mon Nov  6 16:06:11 2017	(r453627)
+++ head/textproc/zorba/Makefile	Mon Nov  6 16:06:22 2017	(r453628)
@@ -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}


More information about the svn-ports-all mailing list