Received: by mail.netbsd.org (Postfix, from userid 605) id A97C784D26; Wed, 13 Oct 2021 18:10:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E3B6784D0E for ; Wed, 13 Oct 2021 18:10:57 +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 8rBSGXqor2ZX for ; Wed, 13 Oct 2021 18:10:57 +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 3C63584CD9 for ; Wed, 13 Oct 2021 18:10:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35DC8FA97; Wed, 13 Oct 2021 18:10:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634148657249060" MIME-Version: 1.0 Date: Wed, 13 Oct 2021 18:10:57 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20211013181057.35DC8FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634148657249060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Wed Oct 13 18:10:57 UTC 2021 Modified Files: pkgsrc/sysutils/xentools413: Makefile pkgsrc/sysutils/xentools415: Makefile Log Message: Set MKPIE_SUPPORTED to no, make them build again now that the default changed to yes. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/xentools413/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/xentools415/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634148657249060 Content-Disposition: inline Content-Length: 1308 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xentools413/Makefile diff -u pkgsrc/sysutils/xentools413/Makefile:1.22 pkgsrc/sysutils/xentools413/Makefile:1.23 --- pkgsrc/sysutils/xentools413/Makefile:1.22 Wed Sep 22 21:18:12 2021 +++ pkgsrc/sysutils/xentools413/Makefile Wed Oct 13 18:10:56 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2021/09/22 21:18:12 bouyer Exp $ +# $NetBSD: Makefile,v 1.23 2021/10/13 18:10:56 bouyer Exp $ # VERSION= 4.13.4 @@ -40,6 +40,7 @@ ONLY_FOR_PLATFORM+= NetBSD-9.[1-9]_*-x86 ONLY_FOR_PLATFORM+= NetBSD-9.0_STABLE-x86_64 SSP_SUPPORTED= no +MKPIE_SUPPORTED= no CONFLICTS+= libxen-[0-9]* CONFLICTS+= xenstoretools-[0-9]* Index: pkgsrc/sysutils/xentools415/Makefile diff -u pkgsrc/sysutils/xentools415/Makefile:1.4 pkgsrc/sysutils/xentools415/Makefile:1.5 --- pkgsrc/sysutils/xentools415/Makefile:1.4 Tue Sep 21 12:23:49 2021 +++ pkgsrc/sysutils/xentools415/Makefile Wed Oct 13 18:10:57 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/09/21 12:23:49 bouyer Exp $ +# $NetBSD: Makefile,v 1.5 2021/10/13 18:10:57 bouyer Exp $ # VERSION= 4.15.1 @@ -40,6 +40,7 @@ ONLY_FOR_PLATFORM+= NetBSD-9.[1-9]_*-x86 ONLY_FOR_PLATFORM+= NetBSD-9.0_STABLE-x86_64 SSP_SUPPORTED= no +MKPIE_SUPPORTED= no CONFLICTS+= libxen-[0-9]* CONFLICTS+= xenstoretools-[0-9]* --_----------=_1634148657249060--