svn commit: r359093 - head/devel/tesla
Brooks Davis
brooks at FreeBSD.org
Tue Jun 24 15:14:04 UTC 2014
Author: brooks
Date: Tue Jun 24 15:14:03 2014
New Revision: 359093
URL: http://svnweb.freebsd.org/changeset/ports/359093
QAT: https://qat.redports.org/buildarchive/r359093/
Log:
Doesn't build on 8 and 9 for different C++ support related reasons so
make BROKEN for now.
Modified:
head/devel/tesla/Makefile
Modified: head/devel/tesla/Makefile
==============================================================================
--- head/devel/tesla/Makefile Tue Jun 24 14:58:51 2014 (r359092)
+++ head/devel/tesla/Makefile Tue Jun 24 15:14:03 2014 (r359093)
@@ -28,4 +28,10 @@ CMAKE_ARGS+= -DCMAKE_LLVM_CONFIG=llvm-co
CONFIGURE_WRKSRC= ${WRKSRC}/build
BUILD_WRKSRC= ${WRKSRC}/build
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000
+BROKEN= does not build on 8 and 9
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list