Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2019 15:56:05 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518783 - head/science/tfel
Message-ID:  <201912011556.xB1Fu53W050714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sun Dec  1 15:56:04 2019
New Revision: 518783
URL: https://svnweb.freebsd.org/changeset/ports/518783

Log:
  science/tfel: completely disable the PYTHON option.
  
  It is causing too much pkg-fallout so leave it for further investigation.
  
  Approved by:	thierry (mentor)

Modified:
  head/science/tfel/Makefile

Modified: head/science/tfel/Makefile
==============================================================================
--- head/science/tfel/Makefile	Sun Dec  1 15:52:34 2019	(r518782)
+++ head/science/tfel/Makefile	Sun Dec  1 15:56:04 2019	(r518783)
@@ -17,15 +17,14 @@ RUN_DEPENDS=	gnuplot:math/gnuplot
 
 USES=		cmake compiler:c++0x tar:bzip2
 
-OPTIONS_DEFINE=		DOCS PYTHON
-OPTIONS_DEFAULT=	PYTHON
+OPTIONS_DEFINE=		DOCS
+
 OPTIONS_SUB=		yes
 
-PYTHON_USES=		localbase python
-PYTHON_BUILD_DEPENDS=	${LOCALBASE}/include/boost/python.hpp:devel/boost-libs
-PYTHON_LIB_DEPENDS=	${PY_BOOST}
-#XXX This looks wrong but it works, the regular method doesn't !
-PYTHON_CMAKE_ON=	-Denable-python=ON -Denable-python-bindings=ON
+#PYTHON_USES=		localbase python
+#PYTHON_BUILD_DEPENDS=	${LOCALBASE}/include/boost/python.hpp:devel/boost-libs
+#PYTHON_LIB_DEPENDS=	${PY_BOOST}
+#PYTHON_CMAKE_ON=	enable-python enable-python-bindings
 
 CMAKE_ON=	enable-aster enable-calculix
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912011556.xB1Fu53W050714>