From owner-svn-ports-head@freebsd.org Thu Sep 6 22:18:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02E0AFE7590; Thu, 6 Sep 2018 22:18:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE8138EE0F; Thu, 6 Sep 2018 22:18:27 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A959513331; Thu, 6 Sep 2018 22:18:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w86MIRW6062847; Thu, 6 Sep 2018 22:18:27 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w86MIRfH062846; Thu, 6 Sep 2018 22:18:27 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809062218.w86MIRfH062846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Sep 2018 22:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479172 - head/math/vtk8 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/vtk8 X-SVN-Commit-Revision: 479172 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2018 22:18:28 -0000 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