Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=YaQxxlLn; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2MkCdwC8 Received: by mail.netbsd.org (Postfix, from userid 605) id 0DF3B84E55; Mon, 1 Apr 2024 23:36:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712014593; bh=AvBhrthc8K7ijZZ0rnBCtCu4V4IMbi/P6WBZOFyE9Z8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=YaQxxlLnUYy5TcoBD9xYWDs7PcI/ezstcwlaNmY8W0dVRK2v1xh7AQHPRw4y46aq3 VNyJDwTYdF+TasM4a/Y+sP+lVjo+OaypcVn+UOvUJxYWTEjH35vwZWf4XXFtSGD0eY kswW1Er4R0qHmOHji9ETEbhxKMshKTziQSFbCZuY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3FCA84E53 for ; Mon, 1 Apr 2024 23:36:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Xrz2JgS8EOjQ for ; Mon, 1 Apr 2024 23:36:31 +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 7F24184D0E for ; Mon, 1 Apr 2024 23:36:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712014591; bh=AvBhrthc8K7ijZZ0rnBCtCu4V4IMbi/P6WBZOFyE9Z8=; h=Date:From:Subject:To:Reply-To; b=2MkCdwC8Nq9UJvlnQnfDIYcOQuwlk1EiHB9e7Vyry+v56Db72fIHMHWTJ3HgkcyoB nS2Sz9t7HcMGOedYFkHYaNq2QuBVK9E/2r4Ik8V8uGTic7TwuXfML9H5mQRCd+8AxL aLnUdPD8JWWzGcehibs+fR1V7YCUH99NfuTTtXtE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6AAB1FA2C; Mon, 1 Apr 2024 23:36:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712014591117670" MIME-Version: 1.0 Date: Mon, 1 Apr 2024 23:36:31 +0000 From: "Charlotte Koch" Subject: CVS commit: pkgsrc/lang/python311 To: pkgsrc-changes@NetBSD.org Reply-To: charlotte@netbsd.org X-Mailer: log_accum Message-Id: <20240401233631.6AAB1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712014591117670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: charlotte Date: Mon Apr 1 23:36:31 UTC 2024 Added Files: pkgsrc/lang/python311: PLIST.DragonFly Log Message: lang/python311: Add DragonFly support To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/lang/python311/PLIST.DragonFly Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712014591117670 Content-Disposition: inline Content-Length: 374 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/lang/python311/PLIST.DragonFly diff -u /dev/null pkgsrc/lang/python311/PLIST.DragonFly:1.1 --- /dev/null Mon Apr 1 23:36:31 2024 +++ pkgsrc/lang/python311/PLIST.DragonFly Mon Apr 1 23:36:31 2024 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.DragonFly,v 1.1 2024/04/01 23:36:31 charlotte Exp $ +lib/python${PY_VER_SUFFIX}/lib-dynload/ossaudiodev.so --_----------=_1712014591117670--