Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 15:14:03 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359093 - head/devel/tesla
Message-ID:  <201406241514.s5OFE3MI071687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406241514.s5OFE3MI071687>