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 774AA7A34E for ; Thu, 29 Dec 2016 20:24:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 27957856B2; Thu, 29 Dec 2016 20:24:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ACB37855FC for ; Thu, 29 Dec 2016 20:24:35 +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 LuesPAbjvsVB for ; Thu, 29 Dec 2016 20:24:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16A2C855FA for ; Thu, 29 Dec 2016 20:24:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14647FBA6; Thu, 29 Dec 2016 20:24:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148304307559110" MIME-Version: 1.0 Date: Thu, 29 Dec 2016 20:24:35 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/sysutils/xentools46 To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20161229202435.14647FBA6@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. --_----------=_148304307559110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Thu Dec 29 20:24:35 UTC 2016 Modified Files: pkgsrc/sysutils/xentools46: Makefile Log Message: xentools works fine system curses. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/xentools46/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148304307559110 Content-Disposition: inline Content-Length: 1238 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xentools46/Makefile diff -u pkgsrc/sysutils/xentools46/Makefile:1.7 pkgsrc/sysutils/xentools46/Makefile:1.8 --- pkgsrc/sysutils/xentools46/Makefile:1.7 Tue Dec 20 18:15:10 2016 +++ pkgsrc/sysutils/xentools46/Makefile Thu Dec 29 20:24:34 2016 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2016/12/20 18:15:10 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2016/12/29 20:24:34 roy Exp $ VERSION= 4.6.3 VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e DISTNAME= xen-${VERSION} PKGNAME= xentools46-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ @@ -238,7 +238,6 @@ MAKE_ENV+= EXTRA_HOSTCFLAGS=${EXTRA_HOST .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" -.include "../../devel/ncurses/buildlink3.mk" #.include "../../devel/SDL/buildlink3.mk" .include "../../lang/ocaml/buildlink3.mk" .include "../../devel/ocaml-findlib/buildlink3.mk" @@ -248,4 +247,5 @@ MAKE_ENV+= EXTRA_HOSTCFLAGS=${EXTRA_HOST .include "../../devel/argp/buildlink3.mk" .include "../../x11/pixman/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_148304307559110--