Received: by mail.netbsd.org (Postfix, from userid 605) id D03AB84D46; Wed, 2 Nov 2022 11:36:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C21484D43 for ; Wed, 2 Nov 2022 11:36:24 +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 WA_UoDcC5DCt for ; Wed, 2 Nov 2022 11:36:23 +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 5879084C71 for ; Wed, 2 Nov 2022 11:36:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C4B5FA90; Wed, 2 Nov 2022 11:36:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667388983228960" MIME-Version: 1.0 Date: Wed, 2 Nov 2022 11:36:23 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang/python311 To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221102113623.4C4B5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667388983228960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Nov 2 11:36:23 UTC 2022 Modified Files: pkgsrc/lang/python311: Makefile PLIST.SunOS Log Message: python311: SunOS build and install fixes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python311/Makefile \ pkgsrc/lang/python311/PLIST.SunOS Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667388983228960 Content-Disposition: inline Content-Length: 1202 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python311/Makefile diff -u pkgsrc/lang/python311/Makefile:1.1 pkgsrc/lang/python311/Makefile:1.2 --- pkgsrc/lang/python311/Makefile:1.1 Mon Oct 31 09:50:40 2022 +++ pkgsrc/lang/python311/Makefile Wed Nov 2 11:36:23 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/10/31 09:50:40 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/11/02 11:36:23 jperkin Exp $ .include "dist.mk" @@ -100,6 +100,8 @@ PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME: CFLAGS+= -I${OSX_SDK_PATH:Q}/usr/include .endif +LDFLAGS.SunOS+= -lresolv + PLIST_VARS+= nis .for incdir in ${_OPSYS_INCLUDE_DIRS} . if (exists(${incdir}/rpc/rpc.h) || exists(${incdir}/tirpc/rpc/rpc.h)) Index: pkgsrc/lang/python311/PLIST.SunOS diff -u pkgsrc/lang/python311/PLIST.SunOS:1.1 pkgsrc/lang/python311/PLIST.SunOS:1.2 --- pkgsrc/lang/python311/PLIST.SunOS:1.1 Mon Oct 31 09:50:40 2022 +++ pkgsrc/lang/python311/PLIST.SunOS Wed Nov 2 11:36:23 2022 @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST.SunOS,v 1.1 2022/10/31 09:50:40 adam Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.2 2022/11/02 11:36:23 jperkin Exp $ +lib/python${PY_VER_SUFFIX}/lib-dynload/ossaudiodev.so lib/python${PY_VER_SUFFIX}/lib-dynload/spwd.so --_----------=_1667388983228960--