Received: by mail.netbsd.org (Postfix, from userid 605) id CC78084E85; Wed, 3 Aug 2022 08:16:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 113C484E7C for ; Wed, 3 Aug 2022 08:16:18 +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 h7Mf7fUwYPVm for ; Wed, 3 Aug 2022 08:16:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9ECCB84CF7 for ; Wed, 3 Aug 2022 08:16:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 980C9FB1A; Wed, 3 Aug 2022 08:16:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659514577244640" MIME-Version: 1.0 Date: Wed, 3 Aug 2022 08:16:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/python310 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220803081617.980C9FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659514577244640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 3 08:16:17 UTC 2022 Added Files: pkgsrc/lang/python310: PLIST.NetBSD Log Message: python310: fix PLIST on NetBSD 3.10 has fixed ossaudio support, enabling that module by default. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/lang/python310/PLIST.NetBSD Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659514577244640 Content-Disposition: inline Content-Length: 356 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/lang/python310/PLIST.NetBSD diff -u /dev/null pkgsrc/lang/python310/PLIST.NetBSD:1.1 --- /dev/null Wed Aug 3 08:16:17 2022 +++ pkgsrc/lang/python310/PLIST.NetBSD Wed Aug 3 08:16:17 2022 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.NetBSD,v 1.1 2022/08/03 08:16:17 wiz Exp $ +lib/python${PY_VER_SUFFIX}/lib-dynload/ossaudiodev.so --_----------=_1659514577244640--