freebsd-ports/devel/cheritrace-devel/Makefile
Antoine Brodin 99f5bb903a Mark BROKEN: fails to build
ninja: error: build.ninja:200: expected '=', got newline
 -llzma
       ^ near here

Reported by:	pkg-fallout
2017-11-05 09:43:47 +00:00

25 lines
632 B
Makefile

# Created by: David Chisnall <theraven@FreeBSD.org>
# $FreeBSD$
PORTNAME= cheritrace
PORTVERSION= 0.0.1
PORTREVISION= 2
CATEGORIES= devel security
MAINTAINER= theraven@FreeBSD.org
COMMENT= Library and tool for interacting with CHERI streamtraces
BUILD_DEPENDS= llvm-config-cheri:devel/llvm-cheri
LIB_DEPENDS= libLLVMCore.so:devel/llvm-cheri
BROKEN= fails to build
BROKEN_powerpc64= fails to compile: addressmap.cc: 'stoll' is not a member of 'std'
USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= CTSRD-CHERI
GH_TAGNAME= a7ddf11
CMAKE_ARGS= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config-cheri
.include <bsd.port.mk>