pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xentools420
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Sep 4 21:03:59 UTC 2025
Modified Files:
pkgsrc/sysutils/xentools420: distinfo
pkgsrc/sysutils/xentools420/patches: patch-tools_Makefile
Log Message:
explicitely pass --disable-sdl --disable-sdl-image to qemu's configure
script to avoid pickng up sdl2-config by accident. Issue reported by martin@
The build would fail if sd2-config was found so no PKGREVISION bump needed
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xentools420/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/sysutils/xentools420/patches/patch-tools_Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/xentools420/distinfo
diff -u pkgsrc/sysutils/xentools420/distinfo:1.1 pkgsrc/sysutils/xentools420/distinfo:1.2
--- pkgsrc/sysutils/xentools420/distinfo:1.1 Fri Aug 22 09:00:12 2025
+++ pkgsrc/sysutils/xentools420/distinfo Thu Sep 4 21:03:58 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2025/08/22 09:00:12 bouyer Exp $
+$NetBSD: distinfo,v 1.2 2025/09/04 21:03:58 bouyer Exp $
BLAKE2s (xen420/ipxe-1d1cf74a5e58811822bee4b3da3cff7282fcdfca.tar.gz) = 82256e7e5d45980590a6493e17a4e133ff63fa28f00aff1963db96371e702448
SHA512 (xen420/ipxe-1d1cf74a5e58811822bee4b3da3cff7282fcdfca.tar.gz) = e1c11e37f53aab0cc6a3ceaace0b8417f07009b1f20ff8572320895fef24f1a796ade041094a024eb24c988b9bed404c556a1fdde809bba89fb49f0e0ff45a57
@@ -22,7 +22,7 @@ SHA1 (patch-docs_man_xlcpupool.cfg.5.pod
SHA1 (patch-docs_misc_block-scripts.txt) = 29a49edc4d15c4c8db822fd1d6356d07aeb27b86
SHA1 (patch-docs_misc_vtd.txt) = 26c12a3023315f35a6f59b6715b811c989c67680
SHA1 (patch-tools_9pfsd_io.c) = f3778bd9488f6509ef91169e18a42f22c64f7e3e
-SHA1 (patch-tools_Makefile) = f6717230a126c2bc8e8f50c211734a1e80a501f1
+SHA1 (patch-tools_Makefile) = 6fe9aec144d313ced13aea7cd5673f4c5fbd104c
SHA1 (patch-tools_Rules.mk) = f782551c76266890c2a07f988e4730712a1a612f
SHA1 (patch-tools_configure) = ba5ce2bdd4bdbb1cb94ffa4937721821a75e2c07
SHA1 (patch-tools_console_daemon_utils.c) = ea0f66a3edbf6cb643580d0fae190064c0cbf0e0
Index: pkgsrc/sysutils/xentools420/patches/patch-tools_Makefile
diff -u pkgsrc/sysutils/xentools420/patches/patch-tools_Makefile:1.1 pkgsrc/sysutils/xentools420/patches/patch-tools_Makefile:1.2
--- pkgsrc/sysutils/xentools420/patches/patch-tools_Makefile:1.1 Fri Aug 22 09:00:13 2025
+++ pkgsrc/sysutils/xentools420/patches/patch-tools_Makefile Thu Sep 4 21:03:58 2025
@@ -1,7 +1,7 @@
-$NetBSD: patch-tools_Makefile,v 1.1 2025/08/22 09:00:13 bouyer Exp $
+$NetBSD: patch-tools_Makefile,v 1.2 2025/09/04 21:03:58 bouyer Exp $
--- tools/Makefile.orig 2025-08-04 15:22:34.000000000 +0200
-+++ tools/Makefile 2025-08-21 16:34:11.296454784 +0200
++++ tools/Makefile 2025-09-04 22:36:26.953813754 +0200
@@ -35,7 +35,6 @@
SUBDIRS-y += 9pfsd
SUBDIRS-$(CONFIG_X86) += xenpaging
@@ -19,15 +19,16 @@ $NetBSD: patch-tools_Makefile,v 1.1 2025
$$source/configure --enable-xen --target-list=i386-softmmu \
$(QEMU_XEN_ENABLE_DEBUG) \
$$enable_trace_backend \
-@@ -247,6 +246,7 @@
+@@ -247,6 +246,8 @@
--bindir=$(LIBEXEC_BIN) \
--datadir=$(SHAREDIR)/qemu-xen \
--localstatedir=$(localstatedir) \
+ --disable-opengl \
++ --disable-sdl --disable-sdl-image \
--docdir=$(LIBEXEC)/share/doc \
--mandir=$(LIBEXEC)/share/man \
--libexecdir=$(LIBEXEC)/libexec \
-@@ -259,7 +259,7 @@
+@@ -259,7 +260,7 @@
--cpu=$(IOEMU_CPU_ARCH) \
$(IOEMU_CONFIGURE_CROSS) \
$$virtfs; \
Home |
Main Index |
Thread Index |
Old Index