Date: Tue, 12 Jan 2021 21:06:23 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561381 - head/cad/kicad Message-ID: <202101122106.10CL6NbE089711@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101122106.10CL6NbE089711>