Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C72B84D28 for ; Sat, 4 Nov 2023 12:10:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 k3iYNHBWtD4K for ; Sat, 4 Nov 2023 12:10:33 +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 7543184CE2 for ; Sat, 4 Nov 2023 12:10:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68D68FA2B; Sat, 4 Nov 2023 12:10:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699099833208350" MIME-Version: 1.0 Date: Sat, 4 Nov 2023 12:10:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231104121033.68D68FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699099833208350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Nov 4 12:10:33 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/sysutils: Makefile Removed Files: pkgsrc/sysutils/virt-manager: DESCR Makefile PLIST distinfo pkgsrc/sysutils/virt-manager/patches: patch-configure patch-man_Makefile.in patch-src_Makefile.in patch-src_virt-manager-launch.in patch-src_virt-manager-tui.in patch-src_virt-manager.in Log Message: virt-manager: remove BROKEN for two years, uses gnome2. To generate a diff of this commit: cvs rdiff -u -r1.6585 -r1.6586 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.1087 -r1.1088 pkgsrc/sysutils/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/virt-manager/DESCR \ pkgsrc/sysutils/virt-manager/PLIST cvs rdiff -u -r1.61 -r0 pkgsrc/sysutils/virt-manager/Makefile cvs rdiff -u -r1.5 -r0 pkgsrc/sysutils/virt-manager/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/virt-manager/patches/patch-configure \ pkgsrc/sysutils/virt-manager/patches/patch-man_Makefile.in \ pkgsrc/sysutils/virt-manager/patches/patch-src_Makefile.in \ pkgsrc/sysutils/virt-manager/patches/patch-src_virt-manager-launch.in \ pkgsrc/sysutils/virt-manager/patches/patch-src_virt-manager-tui.in \ pkgsrc/sysutils/virt-manager/patches/patch-src_virt-manager.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699099833208350 Content-Disposition: inline Content-Length: 1265 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6585 pkgsrc/doc/CHANGES-2023:1.6586 --- pkgsrc/doc/CHANGES-2023:1.6585 Sat Nov 4 12:07:38 2023 +++ pkgsrc/doc/CHANGES-2023 Sat Nov 4 12:10:32 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6585 2023/11/04 12:07:38 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6586 2023/11/04 12:10:32 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9573,3 +9573,4 @@ Changes to the packages collection and i Removed devel/p5-Gnome2-GConf [wiz 2023-11-04] Removed sysutils/p5-Gnome2-VFS [wiz 2023-11-04] Removed graphics/p5-Gnome2-Canvas [wiz 2023-11-04] + Removed sysutils/virt-manager [wiz 2023-11-04] Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1087 pkgsrc/sysutils/Makefile:1.1088 --- pkgsrc/sysutils/Makefile:1.1087 Sat Nov 4 12:07:38 2023 +++ pkgsrc/sysutils/Makefile Sat Nov 4 12:10:32 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1087 2023/11/04 12:07:38 wiz Exp $ +# $NetBSD: Makefile,v 1.1088 2023/11/04 12:10:32 wiz Exp $ # COMMENT= System utilities @@ -851,7 +851,6 @@ SUBDIR+= vcdimager SUBDIR+= vidc-tools SUBDIR+= vifm SUBDIR+= vip -SUBDIR+= virt-manager SUBDIR+= virt-viewer SUBDIR+= virt-what SUBDIR+= virtinst --_----------=_1699099833208350--