Date: Sat, 03 Jan 2026 00:44:03 +0000 From: Adrian Chadd <adrian@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c154fd0ad2b - main - emulators/qemu-devel: add slirp dependency Message-ID: <69586653.398b3.2afaaa06@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c154fd0ad2b8fc85ec373c064046a2e6207a798 commit 3c154fd0ad2b8fc85ec373c064046a2e6207a798 Author: Adrian Chadd <adrian@FreeBSD.org> AuthorDate: 2026-01-02 23:18:35 +0000 Commit: Adrian Chadd <adrian@FreeBSD.org> CommitDate: 2026-01-03 00:44:00 +0000 emulators/qemu-devel: add slirp dependency * add slirp/libslirp so user networking is available Differential Revision: https://reviews.freebsd.org/D54461 PR: ports/292103 Reviewed by: bofh, imp Approved by: bofh --- emulators/qemu-devel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index a8da9ee51aa0..16bd4f7a9ad3 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu DISTVERSION= 10.1.20251130 +PORTREVISION= 1 CATEGORIES= emulators PKGNAMESUFFIX= -devel DIST_SUBDIR= qemu/${PORTVERSION} @@ -18,7 +19,8 @@ BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libinotify.so:devel/libinotify \ liblzo2.so:archivers/lzo2 \ - libzstd.so:archivers/zstd + libzstd.so:archivers/zstd \ + libslirp.so:net/libslirp USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t localbase:ldflags \ ninja perl5 pkgconfig python:build shebangfix tar:xz xorghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69586653.398b3.2afaaa06>
