Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 07:28:23 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486738 - head/math/vtk8
Message-ID:  <201812060728.wB67SNh2037455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Dec  6 07:28:23 2018
New Revision: 486738
URL: https://svnweb.freebsd.org/changeset/ports/486738

Log:
  math/vtk8: Remove bogus (leftover) QT4 section

Modified:
  head/math/vtk8/Makefile

Modified: head/math/vtk8/Makefile
==============================================================================
--- head/math/vtk8/Makefile	Thu Dec  6 07:25:31 2018	(r486737)
+++ head/math/vtk8/Makefile	Thu Dec  6 07:28:23 2018	(r486738)
@@ -107,11 +107,6 @@ post-patch:
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-.endif
-
 .for g in ${VTK_GROUPS}
 .  if ${PORT_OPTIONS:M${g}}
 CMAKE_ARGS+=	-DVTK_Group_${g}:BOOL=ON



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