Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Dec 2025 10:09:06 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b00da0755889 - main - emulators/qemu: Fix build on 15
Message-ID:  <69315dc2.3991a.2cb3607e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

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

commit b00da0755889fbee2c0a325fb3de14edc7b97ee5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-12-04 10:08:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-12-04 10:09:01 +0000

    emulators/qemu: Fix build on 15
---
 emulators/qemu/files/extra-patch-meson.build | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/emulators/qemu/files/extra-patch-meson.build b/emulators/qemu/files/extra-patch-meson.build
index e80d63168f1c..5fc53eb7c6f6 100644
--- a/emulators/qemu/files/extra-patch-meson.build
+++ b/emulators/qemu/files/extra-patch-meson.build
@@ -26,3 +26,13 @@
  endif
  if host_os == 'darwin'
    summary_info += {'ParavirtualizedGraphics support': pvg}
+--- util/meson.build.orig	2025-12-04 10:07:58 UTC
++++ util/meson.build
+@@ -110,7 +110,6 @@ if have_block
+   if config_host_data.get('CONFIG_INOTIFY1')
+     freebsd_dep = []
+     if host_os == 'freebsd'
+-      freebsd_dep = inotify
+     endif
+     util_ss.add(files('filemonitor-inotify.c'), freebsd_dep)
+   else


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69315dc2.3991a.2cb3607e>