Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 54A707A213 for ; Thu, 5 Jan 2017 08:34:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0082C85623; Thu, 5 Jan 2017 08:34:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84DCB855FA for ; Thu, 5 Jan 2017 08:34:38 +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 6pftMgttBvkt for ; Thu, 5 Jan 2017 08:34:38 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E6E9485599 for ; Thu, 5 Jan 2017 08:34:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2278FBA6; Thu, 5 Jan 2017 08:34:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483605277261240" MIME-Version: 1.0 Date: Thu, 5 Jan 2017 08:34:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/xenstoretools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170105083437.E2278FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483605277261240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jan 5 08:34:37 UTC 2017 Modified Files: pkgsrc/sysutils/xenstoretools: Makefile Log Message: Needs bash to build. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/xenstoretools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483605277261240 Content-Disposition: inline Content-Length: 758 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xenstoretools/Makefile diff -u pkgsrc/sysutils/xenstoretools/Makefile:1.7 pkgsrc/sysutils/xenstoretools/Makefile:1.8 --- pkgsrc/sysutils/xenstoretools/Makefile:1.7 Wed Jan 4 16:40:11 2017 +++ pkgsrc/sysutils/xenstoretools/Makefile Thu Jan 5 08:34:37 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/01/04 16:40:11 sborrill Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/05 08:34:37 wiz Exp $ # # VERSION is set in xentool46/version.mk @@ -39,7 +39,7 @@ CONFLICTS+= xentools20-[0-9]* CONFLICTS+= xentools3* CONFLICTS+= xentools4* -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= bash gmake pkg-config MAKE_ENV+= PREFIX=${prefix:Q} WRKSRC=${WRKSRC} MAKE_ENV+= MV=${MV:Q} PYTHON=${PYTHONBIN:Q} SED=${SED:Q} --_----------=_1483605277261240--