svn commit: r528432 - head/math/labplot

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 14 18:32:53 UTC 2020


Author: tcberner
Date: Sat Mar 14 18:32:52 2020
New Revision: 528432
URL: https://svnweb.freebsd.org/changeset/ports/528432

Log:
  math/labplot: remove unecessary sed call
  
  The sed call ensured that xlocale.h was also looked for in ${LOCALBASE}/include
  if that one was not equal to /usr/local.
  However, xlocale.h is part of base and not provided by any port, and therefore
  will always be found in /usr/include.
  
  Reported by:	swills

Modified:
  head/math/labplot/Makefile

Modified: head/math/labplot/Makefile
==============================================================================
--- head/math/labplot/Makefile	Sat Mar 14 18:26:21 2020	(r528431)
+++ head/math/labplot/Makefile	Sat Mar 14 18:32:52 2020	(r528432)
@@ -50,7 +50,4 @@ NETCDF_DESC=		Build with NetCDF support
 NETCDF_CMAKE_BOOL=	ENABLE_NETCDF
 NETCDF_LIB_DEPENDS=	libnetcdf.so:science/netcdf
 
-post-patch:
-	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list