Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 05:16:53 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512306 - head/math/plplot
Message-ID:  <201909190516.x8J5GrRV078769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Sep 19 05:16:52 2019
New Revision: 512306
URL: https://svnweb.freebsd.org/changeset/ports/512306

Log:
  math/plplot: Drop nop and misspelled post-patch-QHULL2015 target
  
  It should have been post-patch-QHULL2015-on and was broken in r433415
  during conversion to options helpers.  However the patch does not
  do anything useful anymore.  Finding the right qhull headers is
  already handled automatically by cmake via HAS_LIBQHULL_INCLUDE.

Modified:
  head/math/plplot/Makefile

Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile	Thu Sep 19 00:59:29 2019	(r512305)
+++ head/math/plplot/Makefile	Thu Sep 19 05:16:52 2019	(r512306)
@@ -112,9 +112,5 @@ post-patch:
 		${WRKSRC}/cmake/modules/FindLTDL.cmake
 	${GREP} -lR "/usr/local" ${WRKSRC}/cmake/modules | ${XARGS} \
 		${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g'
-post-patch-QHULL2015:
-	${REINPLACE_CMD} -e 's|qhull/qhull_a|libqhull/qhull_a|'	\
-		${WRKSRC}/lib/nn/delaunay.c \
-		${WRKSRC}/src/plgridd.c
 
 .include <bsd.port.mk>



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