pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jul  2 02:49:41 UTC 2025

Modified Files:
        pkgsrc/emulators/qemu: PLIST options.mk

Log Message:
qemu: virtfs-proxy-helper no longer exists.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/emulators/qemu/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/emulators/qemu/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.97 pkgsrc/emulators/qemu/PLIST:1.98
--- pkgsrc/emulators/qemu/PLIST:1.97    Fri Apr 25 11:24:28 2025
+++ pkgsrc/emulators/qemu/PLIST Wed Jul  2 02:49:40 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.97 2025/04/25 11:24:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.98 2025/07/02 02:49:40 markd Exp $
 bin/elf2dmp
 ${PLIST.aarch64}bin/qemu-aarch64
 ${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -73,11 +73,9 @@ ${PLIST.xtensa}bin/qemu-xtensa
 ${PLIST.xtensaeb}bin/qemu-xtensaeb
 ${PLIST.plugins}include/qemu-plugin.h
 ${PLIST.bridge-helper}libexec/qemu-bridge-helper
-${PLIST.virtfs-proxy-helper}libexec/virtfs-proxy-helper
 ${PLIST.doc}man/man1/qemu-img.1
 ${PLIST.doc}man/man1/qemu-storage-daemon.1
 ${PLIST.doc}man/man1/qemu.1
-${PLIST.doc}${PLIST.virtfs-proxy-helper}man/man1/virtfs-proxy-helper.1
 ${PLIST.doc}man/man7/qemu-block-drivers.7
 ${PLIST.doc}man/man7/qemu-cpu-models.7
 ${PLIST.doc}${PLIST.ga}man/man7/qemu-ga-ref.7

Index: pkgsrc/emulators/qemu/options.mk
diff -u pkgsrc/emulators/qemu/options.mk:1.25 pkgsrc/emulators/qemu/options.mk:1.26
--- pkgsrc/emulators/qemu/options.mk:1.25       Sat Mar 15 20:20:33 2025
+++ pkgsrc/emulators/qemu/options.mk    Wed Jul  2 02:49:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.25 2025/03/15 20:20:33 riastradh Exp $
+# $NetBSD: options.mk,v 1.26 2025/07/02 02:49:40 markd Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qemu
 PKG_SUPPORTED_OPTIONS= debug debug-info doc gtk3 iscsi jack sdl spice
@@ -6,10 +6,6 @@ PKG_SUGGESTED_OPTIONS+=        doc iscsi sdl sp
 
 .include "../../mk/bsd.fast.prefs.mk"
 
-.if ${OPSYS} == "Linux"
-PKG_SUPPORTED_OPTIONS+=        virtfs-proxy-helper
-.endif
-
 .if ${OPSYS} == "Linux" || ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD"
 PKG_SUPPORTED_OPTIONS+=        qemu-virtfs
 PKG_SUGGESTED_OPTIONS+=        qemu-virtfs
@@ -27,7 +23,7 @@ PKG_SUGGESTED_OPTIONS+=       opengl
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=           doc gtk keymap virtfs-proxy-helper
+PLIST_VARS+=           doc gtk keymap
 
 .if !empty(PKG_OPTIONS:Mjack)
 CONFIGURE_ARGS+=       --enable-jack
@@ -90,13 +86,6 @@ CONFIGURE_ARGS+=     --disable-xkbcommon
 .  endif
 .endif
 
-# NB to successfully build virtfs-proxy-helper, the upstream Linux
-# header/development libraries for libcap and libattr must be installed.
-.if ${OPSYS} == "Linux" && !empty(PKG_OPTIONS:Mvirtfs-proxy-helper)
-PLIST.virtfs-proxy-helper=     yes
-CONFIGURE_ARGS+=               --enable-virtfs-proxy-helper
-.endif
-
 .if !empty(PKG_OPTIONS:Mqemu-virtfs)
 CONFIGURE_ARGS+=               --enable-virtfs
 .else



Home | Main Index | Thread Index | Old Index