svn commit: r533650 - in head/math: vtk6 vtk8 vtk9

Yuri Victorovich yuri at FreeBSD.org
Sat May 2 01:41:14 UTC 2020


Author: yuri
Date: Sat May  2 01:41:12 2020
New Revision: 533650
URL: https://svnweb.freebsd.org/changeset/ports/533650

Log:
  math/vtk*: Fix CONFLICTS lines

Modified:
  head/math/vtk6/Makefile
  head/math/vtk8/Makefile
  head/math/vtk9/Makefile

Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile	Sat May  2 01:40:15 2020	(r533649)
+++ head/math/vtk6/Makefile	Sat May  2 01:41:12 2020	(r533650)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 # TODO
 # * VTK Groups
 
-CONFLICTS=	vtk8
+CONFLICTS=	vtk8 vtk9
 USES=		alias cmake jpeg localbase xorg
 USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
 USE_XORG=	xt sm ice x11 xext

Modified: head/math/vtk8/Makefile
==============================================================================
--- head/math/vtk8/Makefile	Sat May  2 01:40:15 2020	(r533649)
+++ head/math/vtk8/Makefile	Sat May  2 01:41:12 2020	(r533650)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2
 
-CONFLICTS=	vtk5 vtk6
+CONFLICTS=	vtk6 vtk9
 
 USES=		alias cmake compiler:c++11-lang gl jpeg localbase xorg
 USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}

Modified: head/math/vtk9/Makefile
==============================================================================
--- head/math/vtk9/Makefile	Sat May  2 01:40:15 2020	(r533649)
+++ head/math/vtk9/Makefile	Sat May  2 01:41:12 2020	(r533650)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2
 
-CONFLICTS=	vtk5 vtk6
+CONFLICTS=	vtk6 vtk8
 
 USES=		alias cmake compiler:c++11-lang gl jpeg localbase xorg
 USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}


More information about the svn-ports-head mailing list