svn commit: r501675 - head/cad/netgen
Stephen Montgomery-Smith
stephen at FreeBSD.org
Wed May 15 02:42:18 UTC 2019
Author: stephen
Date: Wed May 15 02:42:17 2019
New Revision: 501675
URL: https://svnweb.freebsd.org/changeset/ports/501675
Log:
- Mark broken for recent versions of FreeBSD.
Reported by: pkg-fallout@
Modified:
head/cad/netgen/Makefile
Modified: head/cad/netgen/Makefile
==============================================================================
--- head/cad/netgen/Makefile Wed May 15 01:34:42 2019 (r501674)
+++ head/cad/netgen/Makefile Wed May 15 02:42:17 2019 (r501675)
@@ -34,6 +34,10 @@ OPTIONS_DEFAULT= # OCC
BROKEN_sparc64= internal gcc error (Bug 23159)
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300014
+BROKEN= does not build with recent versions of FreeBSD
+.endif
+
OCC_LIB_DEPENDS= libTKernel.so:cad/opencascade
OCC_CXXFLAGS= -DOCCGEOMETRY -DHAVE_CONFIG_H -D${ARCH} -I${LOCALBASE}/include/OpenCASCADE
OCC_CONFIGURE_ON= --enable-occ
More information about the svn-ports-head
mailing list