Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55CC284D82 for ; Thu, 1 Jun 2023 08:03:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id I4WzdRu7ZFKU for ; Thu, 1 Jun 2023 08:03:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA07184D44 for ; Thu, 1 Jun 2023 08:03:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A311AFA87; Thu, 1 Jun 2023 08:03:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168560658563580" MIME-Version: 1.0 Date: Thu, 1 Jun 2023 08:03:05 +0000 From: "Stephen Borrill" Subject: CVS commit: pkgsrc/sysutils/xe-guest-utilities To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: sborrill@netbsd.org X-Mailer: log_accum Message-Id: <20230601080305.A311AFA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168560658563580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sborrill Date: Thu Jun 1 08:03:05 UTC 2023 Modified Files: pkgsrc/sysutils/xe-guest-utilities: Makefile Log Message: xe-guest-utilities: fix build Enable build on all versions of NetBSD To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/xe-guest-utilities/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168560658563580 Content-Disposition: inline Content-Length: 792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xe-guest-utilities/Makefile diff -u pkgsrc/sysutils/xe-guest-utilities/Makefile:1.16 pkgsrc/sysutils/xe-guest-utilities/Makefile:1.17 --- pkgsrc/sysutils/xe-guest-utilities/Makefile:1.16 Thu Aug 20 11:31:04 2020 +++ pkgsrc/sysutils/xe-guest-utilities/Makefile Thu Jun 1 08:03:05 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2020/08/20 11:31:04 bouyer Exp $ +# $NetBSD: Makefile,v 1.17 2023/06/01 08:03:05 sborrill Exp $ # # Values from XenServer 7.0 = 7, 0, 0, 125243 @@ -25,7 +25,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= xenstoretools-[0-9]*:../../sysutils/xenstoretools -ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 +ONLY_FOR_PLATFORM+= NetBSD-*-x86_64 NetBSD-*-i386 WRKSRC= ${WRKDIR}/${DISTNAME:C/-[0-9]+$$//:C/_/-/} --_----------=_168560658563580--