Received: by mail.netbsd.org (Postfix, from userid 605) id 06B8184D6B; Tue, 2 May 2023 16:21:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3702084D68 for ; Tue, 2 May 2023 16:21:03 +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 ZDuYPOKuCN3M for ; Tue, 2 May 2023 16:21:02 +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 8B46A84C13 for ; Tue, 2 May 2023 16:21:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88794FA87; Tue, 2 May 2023 16:21:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168304446222280" MIME-Version: 1.0 Date: Tue, 2 May 2023 16:21:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/rsyslog To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230502162102.88794FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168304446222280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 2 16:21:02 UTC 2023 Modified Files: pkgsrc/sysutils/rsyslog: Makefile.common Log Message: rsyslog: build using Python 3 only To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/sysutils/rsyslog/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168304446222280 Content-Disposition: inline Content-Length: 823 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/rsyslog/Makefile.common diff -u pkgsrc/sysutils/rsyslog/Makefile.common:1.48 pkgsrc/sysutils/rsyslog/Makefile.common:1.49 --- pkgsrc/sysutils/rsyslog/Makefile.common:1.48 Sun Aug 7 16:01:17 2022 +++ pkgsrc/sysutils/rsyslog/Makefile.common Tue May 2 16:21:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2022/08/07 16:01:17 gutteridge Exp $ +# $NetBSD: Makefile.common,v 1.49 2023/05/02 16:21:02 wiz Exp $ # used by sysutils/rsyslog/Makefile # used by sysutils/rsyslog-dbi/Makefile # used by sysutils/rsyslog-elasticsearch/Makefile @@ -35,7 +35,9 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= bison flex pkg-config -PYTHON_FOR_BUILD_ONLY= yes + +PYTHON_FOR_BUILD_ONLY= yes +PYTHON_VERSIONS_INCOMPATIBLE= 27 EGDIR= ${PREFIX}/share/examples/rsyslog --_----------=_168304446222280--