Received: by mail.netbsd.org (Postfix, from userid 605) id D964184F14; Tue, 20 Feb 2024 19:08:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708456122; bh=7/tfE2hN7dMQS5OUWx+u1Aeq7+aF1GJv7b4btNUHk6I=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=f04SBQ2F/C5lYxKaB4WOhPIE1zmugHZ6PNltaCmBf4Se/ckXxvb4tkSTTjJHraIj6 z1v80Jvpjm6ctMO2b6KFT1GJIVu1MDku+1QMdE4F/ubY5ZhD8WL3PO/rra5OWMMCcQ sCAA83mDVfqnXucSEM9foqaG9mB+IS6qNGNQDjKI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CCBA984F0B for ; Tue, 20 Feb 2024 19:08:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3Nc5cuwo3wXW for ; Tue, 20 Feb 2024 19:08:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2279084CD5 for ; Tue, 20 Feb 2024 19:08:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708456120; bh=7/tfE2hN7dMQS5OUWx+u1Aeq7+aF1GJv7b4btNUHk6I=; h=Date:From:Subject:To:Reply-To; b=z5hyZTLIRE6h1MEwU/5zlSRismsbfwC9EHZsY7wtDgBh5cXLT6y5hZ5PAi/2LL2Ow uZiIMQgr+3sk+FDOBEggGlN//59+x53mEI3FSCWO2/VnX5pa3Ns3WawZtZfm84Zwsw 7mcHYZu7uCxyWzbphdhDSUpzcCNTxuj8kmYWwK8E= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 156F7F9F4; Tue, 20 Feb 2024 19:08:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170845612086880" MIME-Version: 1.0 Date: Tue, 20 Feb 2024 19:08:40 +0000 From: "Emile iMil Heitor" Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@NetBSD.org Reply-To: imil@netbsd.org X-Mailer: log_accum Message-Id: <20240220190840.156F7F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170845612086880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_170845612086880 Content-Disposition: inline Content-Length: 1245 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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) --_----------=_170845612086880--