Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 16:34:45 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560313 - head/math/plplot
Message-ID:  <202101041634.104GYjln079539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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