1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Pet portlint

- Mark broken on 9.x: lack of proper c++11 support

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-10-24 09:16:21 +00:00
parent 2872927f93
commit 18e089e13d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424549

View File

@ -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 <bsd.port.mk>