Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2015 05:34:30 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402510 - head/math/vtk6
Message-ID:  <201511280534.tAS5YUwc020987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sat Nov 28 05:34:30 2015
New Revision: 402510
URL: https://svnweb.freebsd.org/changeset/ports/402510

Log:
  - Mild cosmetic changes to the Makefile comments.

Modified:
  head/math/vtk6/Makefile

Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile	Sat Nov 28 05:30:18 2015	(r402509)
+++ head/math/vtk6/Makefile	Sat Nov 28 05:34:30 2015	(r402510)
@@ -82,16 +82,12 @@ CMAKE_ARGS+=	-DVTK_INSTALL_LIBRARY_DIR=l
 SHARED_CMAKE_ON=	-DBUILD_SHARED_LIBS:BOOL=ON
 SHARED_CMAKE_OFF=	-DBUILD_SHARED_LIBS:BOOL=OFF
 
-# Mangling so that port will build when science/netcdf is installed.
+# Mangling so that it will build when science/netcdf is installed.
 post-patch:
 	${MV} ${WRKSRC}/ThirdParty/netcdf/vtknetcdf/include/netcdf.h \
 		${WRKSRC}/ThirdParty/netcdf/vtknetcdf/include/xxxnetcdf.h
 	${FIND} ${WRKSRC}/ThirdParty/netcdf -type f | ${XARGS} ${REINPLACE_CMD} \
 		-E 's/[[:<:]]netcdf\.h[[:>:]]/xxxnetcdf.h/'
-#	${FIND} ${WRKSRC}/ThirdParty/netcdf -type f | ${XARGS} ${REINPLACE_CMD} \
-#		-E 's/[[:<:]]libnetcdf[[:>:]]/libxxxnetcdf/'
-#	${FIND} ${WRKSRC}/ThirdParty/netcdf -type f | ${XARGS} ${REINPLACE_CMD} \
-#		-E 's/[[:<:]]-lnetcdf[[:>:]]/-lxxxnetcdf/'
 
 .include <bsd.port.options.mk>
 



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