Received: by mail.netbsd.org (Postfix, from userid 605) id 83C1784D8C; Tue, 4 Oct 2022 11:26:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2AE184CD8 for ; Tue, 4 Oct 2022 11:26:31 +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 H8pPsmxevKsf for ; Tue, 4 Oct 2022 11:26:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 49BBE84C71 for ; Tue, 4 Oct 2022 11:26:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 475DFFA90; Tue, 4 Oct 2022 11:26:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664882791134470" MIME-Version: 1.0 Date: Tue, 4 Oct 2022 11:26:31 +0000 From: "pin" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20221004112631.475DFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664882791134470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Oct 4 11:26:31 UTC 2022 Modified Files: pkgsrc/sysutils: Makefile Log Message: Add xcp To generate a diff of this commit: cvs rdiff -u -r1.1016 -r1.1017 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664882791134470 Content-Disposition: inline Content-Length: 588 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1016 pkgsrc/sysutils/Makefile:1.1017 --- pkgsrc/sysutils/Makefile:1.1016 Sun Sep 18 22:38:44 2022 +++ pkgsrc/sysutils/Makefile Tue Oct 4 11:26:31 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1016 2022/09/18 22:38:44 jschauma Exp $ +# $NetBSD: Makefile,v 1.1017 2022/10/04 11:26:31 pin Exp $ # COMMENT= System utilities @@ -873,6 +873,7 @@ SUBDIR+= xbattbar SUBDIR+= xc3028l-firmware SUBDIR+= xc5k-firmware SUBDIR+= xcdroast +SUBDIR+= xcp SUBDIR+= xdu SUBDIR+= xe SUBDIR+= xe-guest-utilities --_----------=_1664882791134470--