aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu-cheri128
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2017-03-30 04:10:08 +0800
committerbrooks <brooks@FreeBSD.org>2017-03-30 04:10:08 +0800
commita801ff8873f5cf2ec1ef8c1e6f90908f8f66aabb (patch)
tree49634484f2a56067561fd29c7f25db93b6ad599c /emulators/qemu-cheri128
parentc1a80b3b0659e8bf3f47edb08c135dcda23c85ba (diff)
downloadfreebsd-ports-gnome-a801ff8873f5cf2ec1ef8c1e6f90908f8f66aabb.tar.gz
freebsd-ports-gnome-a801ff8873f5cf2ec1ef8c1e6f90908f8f66aabb.tar.zst
freebsd-ports-gnome-a801ff8873f5cf2ec1ef8c1e6f90908f8f66aabb.zip
Update to a fresh snapshot.
Rework to depend on emulators/qemu for any ancillary files rather than installing a conflicting set.[0] Disable more automatically detected bits so dependencies are correct when built manually. Requested by: jhb[0] Sponsored by: DARPA, AFRL
Diffstat (limited to 'emulators/qemu-cheri128')
-rw-r--r--emulators/qemu-cheri128/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/emulators/qemu-cheri128/Makefile b/emulators/qemu-cheri128/Makefile
index 554d9d742781..b48dc5b1b121 100644
--- a/emulators/qemu-cheri128/Makefile
+++ b/emulators/qemu-cheri128/Makefile
@@ -5,16 +5,8 @@ PKGNAMESUFFIX= -cheri128
COMMENT= QEMU emulator with CHERI CPU support (128-bit)
-RUN_DEPENDS= qemu-system-cheri:emulators/qemu-cheri
-
MASTERDIR= ${.CURDIR}/../qemu-cheri
EXTRA_CFLAGS= -DCHERI_128
-PLIST= /dev/null
-PLIST_FILES= bin/qemu-system-cheri128
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cheri-softmmu/qemu-system-cheri \
- ${STAGEDIR}${PREFIX}/bin/qemu-system-cheri128
.include <${MASTERDIR}/Makefile>