mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f9197640d9
We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
27 lines
525 B
Makefile
27 lines
525 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cherivis-devel
|
|
PORTVERSION= 0.4
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel gnustep
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= Visualisation tool for CHERI / BERI streamtraces
|
|
|
|
LICENSE= MIT
|
|
|
|
BROKEN_aarch64= does not compile: error: unexpected token in argument list
|
|
|
|
USES= gnustep
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= CTSRD-CHERI
|
|
GH_PROJECT= CheriVis
|
|
|
|
LIB_DEPENDS+= libcheritrace.so:devel/cheritrace-devel
|
|
|
|
USE_GNUSTEP= back build
|
|
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
.include <bsd.port.mk>
|