Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2024 19:03:52 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4be3df36879f - main - emulators/qemu: Switch CAPSTONE dependency to Capstone 5
Message-ID:  <202404191903.43JJ3qES037719@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4be3df36879ffc07fc91ac7badcf786a17859370

commit 4be3df36879ffc07fc91ac7badcf786a17859370
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-04-19 19:00:51 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-04-19 19:03:32 +0000

    emulators/qemu: Switch CAPSTONE dependency to Capstone 5
    
    Approved by:    bofh (maintainer)
---
 emulators/qemu/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 1b248ad50fbc..9f23e681bfed 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qemu
 PORTVERSION=	8.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -156,7 +156,7 @@ STATIC_LINK_DESC=		Statically link the executables
 USBREDIR_DESC=			usb device network redirection (experimental!)
 VDE_DESC=			vde dependency (for vde networking)
 X86_TARGETS_DESC=		Build only x86 system targets
-CAPSTONE_LIB_DEPENDS=		libcapstone.so:devel/capstone4
+CAPSTONE_LIB_DEPENDS=		libcapstone.so:devel/capstone
 CAPSTONE_CONFIGURE_ON=		--enable-capstone \
 				--extra-cflags=-I${LOCALBASE}/include/capstone
 CAPSTONE_CONFIGURE_OFF=		--disable-capstone



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404191903.43JJ3qES037719>