Index: head/devel/tesla/Makefile =================================================================== --- head/devel/tesla/Makefile (revision 406793) +++ head/devel/tesla/Makefile (revision 406794) @@ -1,36 +1,29 @@ # $FreeBSD$ PORTNAME= tesla DISTVERSION= 0.0.20140425 PORTREVISION= 1 CATEGORIES= devel lang MAINTAINER= brooks@FreeBSD.org COMMENT= Temporally Enhanced Security Logic Assertions USES= cmake:outsource execinfo ninja BUILD_DEPENDS= clang33:${PORTSDIR}/lang/clang33 RUN_DEPENDS= clang33:${PORTSDIR}/lang/clang33 LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf USE_GITHUB= yes GH_ACCOUNT= CTSRD-TESLA GH_PROJECT= TESLA GH_TAGNAME= 3136f0f CC= clang33 CXX= clang++33 CMAKE_ARGS+= -DCMAKE_LLVM_CONFIG=llvm-config33 -CONFIGURE_WRKSRC= ${WRKSRC}/build -BUILD_WRKSRC= ${WRKSRC}/build +BROKEN_FreeBSD_9= does not build -.include - -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 -BROKEN= does not build on 8 and 9 -.endif - -.include +.include