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: imil
Date: Tue Feb 20 19:08:40 UTC 2024
Modified Files:
pkgsrc/emulators/qemu: Makefile options.mk
Log Message:
Updated emulators/qemu to 8.2.1nb2
Build fix: there is no --disable-debug
To generate a diff of this commit:
cvs rdiff -u -r1.336 -r1.337 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.22 -r1.23 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/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.336 pkgsrc/emulators/qemu/Makefile:1.337
--- pkgsrc/emulators/qemu/Makefile:1.336 Tue Feb 20 14:16:57 2024
+++ pkgsrc/emulators/qemu/Makefile Tue Feb 20 19:08:39 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.336 2024/02/20 14:16:57 imil Exp $
+# $NetBSD: Makefile,v 1.337 2024/02/20 19:08:39 imil Exp $
DISTNAME= qemu-8.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= https://download.qemu.org/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/emulators/qemu/options.mk
diff -u pkgsrc/emulators/qemu/options.mk:1.22 pkgsrc/emulators/qemu/options.mk:1.23
--- pkgsrc/emulators/qemu/options.mk:1.22 Tue Feb 20 14:16:57 2024
+++ pkgsrc/emulators/qemu/options.mk Tue Feb 20 19:08:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2024/02/20 14:16:57 imil Exp $
+# $NetBSD: options.mk,v 1.23 2024/02/20 19:08:39 imil Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qemu
PKG_SUPPORTED_OPTIONS= debug debug-info gtk3 iscsi jack sdl spice
@@ -39,8 +39,6 @@ CONFIGURE_ARGS+= --disable-debug-info
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
-.else
-CONFIGURE_ARGS+= --disable-debug
.endif
.if !empty(PKG_OPTIONS:Mgtk3)
Home |
Main Index |
Thread Index |
Old Index