Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2020 01:41:13 +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: r533650 - in head/math: vtk6 vtk8 vtk9
Message-ID:  <202005020141.0421fDcL060858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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