svn commit: r560313 - head/math/plplot

Rene Ladan rene at FreeBSD.org
Mon Jan 4 16:34:45 UTC 2021


Author: rene
Date: Mon Jan  4 16:34:44 2021
New Revision: 560313
URL: https://svnweb.freebsd.org/changeset/ports/560313

Log:
  math/plplot: remove option for expired math/qhull5

Modified:
  head/math/plplot/Makefile

Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile	Mon Jan  4 16:32:54 2021	(r560312)
+++ head/math/plplot/Makefile	Mon Jan  4 16:34:44 2021	(r560313)
@@ -59,9 +59,7 @@ PLIST_SUB=	PLPLOT_VERSION=${PORTVERSION}
 
 FREEFONT_DIR=	${LOCALBASE}/share/fonts/freefont-ttf
 
-OPTIONS_DEFINE=		DOCS FORTRAN GD LUA QT5 TCLTK THREADS WXGTK X11
-OPTIONS_RADIO=		QHULL
-OPTIONS_RADIO_QHULL=	QHULL2015 QHULL2003
+OPTIONS_DEFINE=		DOCS FORTRAN GD LUA QHULL2015 QT5 TCLTK THREADS WXGTK X11
 OPTIONS_DEFAULT=	QHULL2015 THREADS X11
 OPTIONS_SUB=		yes
 
@@ -79,10 +77,8 @@ LUA_BUILD_DEPENDS=	swig:devel/swig
 LUA_CMAKE_BOOL=		ENABLE_lua
 LUA_CMAKE_ON=		-DLUA_EXECUTABLE:FILEPATH="${LUA_CMD}"
 
-QHULL2003_DESC=		Legacy Qhull support
 QHULL2015_DESC=		Latest Qhull support
 QHULL2015_LIB_DEPENDS=	libqhull.so.7:math/qhull
-QHULL2003_LIB_DEPENDS=	libqhull.so.5:math/qhull5
 QHULL2015_CMAKE_ON=	-DQHULL_INCLUDE_DIRS:PATH="${LOCALBASE}/include/libqhull"
 
 TCLTK_LIB_DEPENDS=	libitk.so:x11-toolkits/itk


More information about the svn-ports-all mailing list