Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2020 08:44:45 +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: r533111 - in head/math: vtk8 vtk9
Message-ID:  <202004270844.03R8ijCf008982@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Apr 27 08:44:45 2020
New Revision: 533111
URL: https://svnweb.freebsd.org/changeset/ports/533111

Log:
  math/vtk8 and math/vtk9: Remove commented out lines

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

Modified: head/math/vtk8/Makefile
==============================================================================
--- head/math/vtk8/Makefile	Mon Apr 27 07:58:12 2020	(r533110)
+++ head/math/vtk8/Makefile	Mon Apr 27 08:44:45 2020	(r533111)
@@ -121,11 +121,7 @@ USES+=		gl
 USE_GL=		gl glu
 .endif
 
-post-install:
-	## 8.2 installs cmake files into a wrong location
-	#@cd ${STAGEDIR}${PREFIX} && \
-	#	${MV} lib/vtk-${VTK_SHORT_VER}/cmake lib/
-	# autoplist: thousands of files, complex dependencies on options
+post-install: # autoplist: thousands of files, complex dependencies on options
 	@cd ${STAGEDIR}${PREFIX} && \
 		${FIND} * -type f -or -type l >> ${TMPPLIST}
 

Modified: head/math/vtk9/Makefile
==============================================================================
--- head/math/vtk9/Makefile	Mon Apr 27 07:58:12 2020	(r533110)
+++ head/math/vtk9/Makefile	Mon Apr 27 08:44:45 2020	(r533111)
@@ -121,11 +121,7 @@ USES+=		gl
 USE_GL=		gl glu
 .endif
 
-post-install:
-	## 8.2 installs cmake files into a wrong location
-	#@cd ${STAGEDIR}${PREFIX} && \
-	#	${MV} lib/vtk-${VTK_SHORT_VER}/cmake lib/
-	# autoplist: thousands of files, complex dependencies on options
+post-install: # autoplist: thousands of files, complex dependencies on options
 	@cd ${STAGEDIR}${PREFIX} && \
 		${FIND} * -type f -or -type l >> ${TMPPLIST}
 



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