svn commit: r481770 - head/graphics/colmap

Jan Beich jbeich at FreeBSD.org
Wed Oct 10 21:44:30 UTC 2018


Author: jbeich
Date: Wed Oct 10 21:44:29 2018
New Revision: 481770
URL: https://svnweb.freebsd.org/changeset/ports/481770

Log:
  graphics/colmap: drop FreeBSD 11.1 support per EOL

Modified:
  head/graphics/colmap/Makefile   (contents, props changed)

Modified: head/graphics/colmap/Makefile
==============================================================================
--- head/graphics/colmap/Makefile	Wed Oct 10 21:36:03 2018	(r481769)
+++ head/graphics/colmap/Makefile	Wed Oct 10 21:44:29 2018	(r481770)
@@ -86,13 +86,4 @@ post-install-DOCS-on:
 	(cd ${WRKSRC}/doc/_build/html && ${COPYTREE_SHARE} \
 		"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
 
-.include <bsd.port.options.mk>
-
-post-patch:	sincos-arm
-sincos-arm:
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101504 && ${MACHINE} == arm
-	@${REINPLACE_CMD} -e 's/-ffast-math/& -fno-unsafe-math-optimizations/' \
-		${WRKSRC}/lib/PoissonRecon/CMakeLists.txt
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list