Index: head/devel/cherivis-devel/Makefile =================================================================== --- head/devel/cherivis-devel/Makefile (revision 390556) +++ head/devel/cherivis-devel/Makefile (revision 390557) @@ -1,27 +1,29 @@ # $FreeBSD$ PORTNAME= cherivis-devel PORTVERSION= 0.1 PORTREVISION= 2 CATEGORIES= devel gnustep MAINTAINER= theraven@FreeBSD.org COMMENT= Visualisation tool for CHERI / BERI streamtraces LICENSE= MIT +BROKEN_FreeBSD_9= does not build on FreeBSD 9.x + USES= gnustep USE_GITHUB= yes GH_ACCOUNT= CTSRD-CHERI GH_PROJECT= CheriVis GH_TAGNAME= 525aeb4 LLVM_VERSION?= 34 BUILD_DEPENDS+= llvm-config${LLVM_VERSION}:${PORTSDIR}/devel/llvm${LLVM_VERSION} LIB_DEPENDS+= libdispatch.so:${PORTSDIR}/devel/libdispatch MAKE_FLAGS+= LLVM_CONFIG=llvm-config${LLVM_VERSION} USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} .include Index: head/devel/cherivis-devel/pkg-descr =================================================================== --- head/devel/cherivis-devel/pkg-descr (revision 390556) +++ head/devel/cherivis-devel/pkg-descr (revision 390557) @@ -1,8 +1,7 @@ A tool for viewing streamtraces from the BERI and CHERI processors from SRI International and the University of Cambridge. CheriVis uses LLVM to read object code and to disassemble MIPS instructions. The current version of the port only understands traditional MIPS instructions. WWW: https://github.com/CTSRD-CHERI/CheriVis -