git: a0668eca7719 - main - emulators/qemu-cheri: bump capstone version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 16:48:08 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0668eca771915e879511ebf1173aab6daeda7eb commit a0668eca771915e879511ebf1173aab6daeda7eb Author: Muhammad Moinur Rahman <bofh@freebsd.org> AuthorDate: 2023-07-17 18:48:59 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-07-18 16:47:45 +0000 emulators/qemu-cheri: bump capstone version Builds fine with capstone 5.0.0 so use that rather than obsolete capstone 3. --- emulators/qemu-cheri/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/qemu-cheri/Makefile b/emulators/qemu-cheri/Makefile index 4d39b694a166..6cc18277fa71 100644 --- a/emulators/qemu-cheri/Makefile +++ b/emulators/qemu-cheri/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu PORTVERSION= 0.d${SNAPDATE} +PORTREVISION= 1 CATEGORIES= emulators devel PKGNAMESUFFIX= -cheri @@ -10,7 +11,7 @@ WWW= https://github.com/CTSRD-CHERI/qemu # XXX: disabling gnutls doesn't work so depend on it to avoid breakage. BUILD_DEPENDS= bash:shells/bash \ meson>=0.57.1_1:devel/meson -LIB_DEPENDS= libcapstone.so:devel/capstone3 \ +LIB_DEPENDS= libcapstone.so:devel/capstone \ libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy \ libgnutls.so:security/gnutls \