From 18e089e13dbd442671427fcf1f55b1d30f18563a Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 24 Oct 2016 09:16:21 +0000 Subject: [PATCH] - Pet portlint - Mark broken on 9.x: lack of proper c++11 support Approved by: portmgr blanket --- devel/cheritrace-devel/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/cheritrace-devel/Makefile b/devel/cheritrace-devel/Makefile index 010087c51aed..3d0653fc20c6 100644 --- a/devel/cheritrace-devel/Makefile +++ b/devel/cheritrace-devel/Makefile @@ -6,16 +6,18 @@ PORTVERSION= 0.0.1 CATEGORIES= devel security MAINTAINER= theraven@FreeBSD.org -COMMENT= Library and tool for interacting with CHERI streamtraces. +COMMENT= Library and tool for interacting with CHERI streamtraces -USES= cmake +BUILD_DEPENDS= llvm-config-cheri:devel/llvm-cheri +LIB_DEPENDS= libLLVMCore.so:devel/llvm-cheri + +BROKEN_FreeBSD_9= does not build + +USES= cmake compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= CTSRD-CHERI GH_TAGNAME= a7ddf11 -BUILD_DEPENDS+= llvm-config-cheri:devel/llvm-cheri -LIB_DEPENDS+= libLLVMCore.so:devel/llvm-cheri - -CMAKE_ARGS+= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config-cheri +CMAKE_ARGS= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config-cheri .include