Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5995A84E81 for ; Sun, 9 Jul 2023 19:02:09 +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 xdnHP10O_8Dh for ; Sun, 9 Jul 2023 19:02:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B07CE84D80 for ; Sun, 9 Jul 2023 19:02:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D63CAFBDB; Sun, 9 Jul 2023 19:02:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688929327216570" MIME-Version: 1.0 Date: Sun, 9 Jul 2023 19:02:07 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/mail/thunderbird To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20230709190207.D63CAFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688929327216570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Sun Jul 9 19:02:07 UTC 2023 Modified Files: pkgsrc/mail/thunderbird: mozilla-common.mk Log Message: Thunderbird builds with python 3.11 - update To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/thunderbird/mozilla-common.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688929327216570 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/thunderbird/mozilla-common.mk diff -u pkgsrc/mail/thunderbird/mozilla-common.mk:1.6 pkgsrc/mail/thunderbird/mozilla-common.mk:1.7 --- pkgsrc/mail/thunderbird/mozilla-common.mk:1.6 Tue Jun 6 12:41:50 2023 +++ pkgsrc/mail/thunderbird/mozilla-common.mk Sun Jul 9 19:02:07 2023 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.6 2023/06/06 12:41:50 riastradh Exp $ +# $NetBSD: mozilla-common.mk,v 1.7 2023/07/09 19:02:07 abs Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -7,7 +7,6 @@ .include "../../mk/bsd.prefs.mk" PYTHON_VERSIONS_INCOMPATIBLE= 27 -PYTHON_VERSIONS_INCOMPATIBLE+= 311 PYTHON_FOR_BUILD_ONLY= tool ALL_ENV+= PYTHON3=${PYTHONBIN} --_----------=_1688929327216570--