Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2020 18:32:53 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528432 - head/math/labplot
Message-ID:  <202003141832.02EIWrJr051693@repo.freebsd.org>

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



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