svn commit: r561381 - head/cad/kicad

Christoph Moench-Tegeder cmt at FreeBSD.org
Tue Jan 12 21:06:23 UTC 2021


Author: cmt
Date: Tue Jan 12 21:06:23 2021
New Revision: 561381
URL: https://svnweb.freebsd.org/changeset/ports/561381

Log:
  kicad: clean up Makefile - that file has been gone for quite some time
  
  Reported by:	emaste
  Differential Revision:	D27873

Modified:
  head/cad/kicad/Makefile

Modified: head/cad/kicad/Makefile
==============================================================================
--- head/cad/kicad/Makefile	Tue Jan 12 20:51:00 2021	(r561380)
+++ head/cad/kicad/Makefile	Tue Jan 12 21:06:23 2021	(r561381)
@@ -61,12 +61,6 @@ DOXYGEN_IMPLIES=	DOCS
 DOXYGEN_ALL_TARGET=	all doxygen-docs
 DOXYGEN_PORTDOCS=	doxygen
 
-# The CheckCXXSymbolExists module has been shipped with CMake since 3.0 times.
-# The ancient implementation that this bundled module uses, no longer works
-# because it uses CMake internals that have gone away in 3.11.
-post-extract:
-	${RM} ${WRKSRC}/CMakeModules/CheckCXXSymbolExists.cmake
-
 pre-configure:
 	${REINPLACE_CMD} -e 's|/usr/share/kicad|${DATADIR}|'		\
 		-e 's|/usr/local|${PREFIX}|'				\


More information about the svn-ports-all mailing list