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 A835F7A2B6 for ; Wed, 4 Jan 2017 16:45:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5C4C18569B; Wed, 4 Jan 2017 16:45:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0EDC855B6 for ; Wed, 4 Jan 2017 16:45:24 +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 bYIp62IrP70x for ; Wed, 4 Jan 2017 16:45:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7442B8556C for ; Wed, 4 Jan 2017 16:45:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69EDFFBA6; Wed, 4 Jan 2017 16:45:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483548324145100" MIME-Version: 1.0 Date: Wed, 4 Jan 2017 16:45:24 +0000 From: "Stephen Borrill" Subject: CVS commit: pkgsrc/sysutils/xentools46 To: pkgsrc-changes@NetBSD.org Reply-To: sborrill@netbsd.org X-Mailer: log_accum Message-Id: <20170104164524.69EDFFBA6@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. --_----------=_1483548324145100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sborrill Date: Wed Jan 4 16:45:24 UTC 2017 Modified Files: pkgsrc/sysutils/xentools46: Makefile Log Message: Reapply changes accidentally reverted in last commit To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/xentools46/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483548324145100 Content-Disposition: inline Content-Length: 1582 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.11 pkgsrc/sysutils/xentools46/Makefile:1.12 --- pkgsrc/sysutils/xentools46/Makefile:1.11 Wed Jan 4 16:37:29 2017 +++ pkgsrc/sysutils/xentools46/Makefile Wed Jan 4 16:45:24 2017 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2017/01/04 16:37:29 sborrill Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/04 16:45:24 sborrill Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" DISTNAME= xen-${VERSION} PKGNAME= xentools46-${VERSION} -PKGREVISION= 4 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ @@ -61,7 +61,7 @@ MAKE_ENV+= NO_WERROR=1 #MAKE_ENV+= INSTALL_DATA=${BSD_INSTALL_DATA} #MAKE_ENV+= INSTALL_PROG=${BSD_INSTALL_PROGRAM} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 PY_PATCHPLIST= yes REPLACE_PYTHON+= misc/xen-bugtool misc/xen-ringwatch misc/xencons @@ -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" --_----------=_1483548324145100--