Received: by mail.netbsd.org (Postfix, from userid 605) id 6B4BE84EC8; Thu, 20 Aug 2020 11:31:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E851F84D8B for ; Thu, 20 Aug 2020 11:31:04 +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 NgKN_P71cmYi for ; Thu, 20 Aug 2020 11:31:04 +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 4A7E984D62 for ; Thu, 20 Aug 2020 11:31:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45B55FB28; Thu, 20 Aug 2020 11:31:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1597923064282350" MIME-Version: 1.0 Date: Thu, 20 Aug 2020 11:31:04 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/sysutils/xe-guest-utilities To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20200820113104.45B55FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1597923064282350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Thu Aug 20 11:31:04 UTC 2020 Modified Files: pkgsrc/sysutils/xe-guest-utilities: Makefile Log Message: Add back dependancy on xenstoretools To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 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. --_----------=_1597923064282350 Content-Disposition: inline Content-Length: 831 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.15 pkgsrc/sysutils/xe-guest-utilities/Makefile:1.16 --- pkgsrc/sysutils/xe-guest-utilities/Makefile:1.15 Thu Aug 20 09:17:06 2020 +++ pkgsrc/sysutils/xe-guest-utilities/Makefile Thu Aug 20 11:31:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/08/20 09:17:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2020/08/20 11:31:04 bouyer Exp $ # # Values from XenServer 7.0 = 7, 0, 0, 125243 @@ -23,7 +23,7 @@ HOMEPAGE= http://www.xenserver.com/ COMMENT= NetBSD VM tools for Citrix XenServer LICENSE= gnu-gpl-v2 -#DEPENDS+= xenstoretools-[0-9]*:../../sysutils/xenstoretools +DEPENDS+= xenstoretools-[0-9]*:../../sysutils/xenstoretools ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 --_----------=_1597923064282350--