From owner-svn-ports-all@freebsd.org Mon Nov 6 16:06:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1713DE61B1E; Mon, 6 Nov 2017 16:06:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA00675217; Mon, 6 Nov 2017 16:06:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA6G6Nmv054112; Mon, 6 Nov 2017 16:06:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA6G6Mdl054108; Mon, 6 Nov 2017 16:06:22 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201711061606.vA6G6Mdl054108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 6 Nov 2017 16:06:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453628 - in head: audio/lash math/plplot sysutils/bacula9-server textproc/zorba X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: audio/lash math/plplot sysutils/bacula9-server textproc/zorba X-SVN-Commit-Revision: 453628 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 16:06:24 -0000 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}