svn commit: r479172 - head/math/vtk8

Yuri Victorovich yuri at FreeBSD.org
Thu Sep 6 22:18:28 UTC 2018


Author: yuri
Date: Thu Sep  6 22:18:27 2018
New Revision: 479172
URL: https://svnweb.freebsd.org/changeset/ports/479172

Log:
  math/vtk8: Make Qt5 a default option.
  
  Reason: some other ports expect Qt5 option enabled in vtk.
  Whilehere, change WWW URL to https.

Modified:
  head/math/vtk8/Makefile
  head/math/vtk8/pkg-descr

Modified: head/math/vtk8/Makefile
==============================================================================
--- head/math/vtk8/Makefile	Thu Sep  6 21:58:40 2018	(r479171)
+++ head/math/vtk8/Makefile	Thu Sep  6 22:18:27 2018	(r479172)
@@ -2,6 +2,7 @@
 
 PORTNAME=	vtk
 DISTVERSION=	8.1.1
+PORTREVISION=	1
 CATEGORIES=	math graphics
 MASTER_SITES=	http://www.vtk.org/files/release/${VTK_SHORT_VER}/
 PKGNAMESUFFIX=	8
@@ -39,7 +40,7 @@ DATADIR=	${PREFIX}/share/vtk-${VTK_SHORT_VER}
 
 # Options
 OPTIONS_DEFINE=	DESIGNER DOCS OSMESA EXAMPLES
-#OPTIONS_DEFAULT=MPI Qt JAVA TCLTK DESIGNER
+OPTIONS_DEFAULT=	QT5
 OSMESA_DESC=	Use Mesa for off-screen rendering
 DESIGNER_DESC=	Build the Qt Designer plugin
 OPTIONS_SUB=	yes
@@ -71,7 +72,7 @@ QT4_CMAKE_ON=		-DVTK_QT_VERSION:STRING="4" \
 			-DVTK_Group_Qt:BOOL=ON
 
 QT5_USES=		qt:5
-QT5_USE=		QT=core,gui,sql,widgets,x11extras,qmake_build,buildtools_build
+QT5_USE=		QT=core,gui,sql,uiplugin,widgets,x11extras,qmake_build,buildtools_build
 QT5_CMAKE_ON=		-DVTK_QT_VERSION:STRING="5" \
 			-DCMAKE_PREFIX_PATH:STRING=${LOCALBASE}/lib/qt5 \
 			-DVTK_Group_Qt:BOOL=ON

Modified: head/math/vtk8/pkg-descr
==============================================================================
--- head/math/vtk8/pkg-descr	Thu Sep  6 21:58:40 2018	(r479171)
+++ head/math/vtk8/pkg-descr	Thu Sep  6 22:18:27 2018	(r479172)
@@ -11,4 +11,4 @@ information visualization framework, has a suite of 3D
 supports parallel processing, and integrates with various databases on GUI
 toolkits such as Qt and Tk.
 
-WWW: http://www.vtk.org
+WWW: https://www.vtk.org


More information about the svn-ports-all mailing list