svn commit: r486738 - head/math/vtk8

Yuri Victorovich yuri at FreeBSD.org
Thu Dec 6 07:28:24 UTC 2018


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


More information about the svn-ports-all mailing list