Received: by mail.netbsd.org (Postfix, from userid 605) id B303D84DC2; Sat, 14 Jan 2023 17:25:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5A4E84D5E for ; Sat, 14 Jan 2023 17:25:53 +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 g9UKkLfycals for ; Sat, 14 Jan 2023 17:25:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4683884C86 for ; Sat, 14 Jan 2023 17:25:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43A87FA90; Sat, 14 Jan 2023 17:25:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673717153116710" MIME-Version: 1.0 Date: Sat, 14 Jan 2023 17:25:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/python311 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230114172553.43A87FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673717153116710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 14 17:25:53 UTC 2023 Modified Files: pkgsrc/lang/python311: Makefile Log Message: python311: clean up some pkglint To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python311/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673717153116710 Content-Disposition: inline Content-Length: 746 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.3 pkgsrc/lang/python311/Makefile:1.4 --- pkgsrc/lang/python311/Makefile:1.3 Sat Jan 14 17:22:25 2023 +++ pkgsrc/lang/python311/Makefile Sat Jan 14 17:25:53 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2023/01/14 17:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2023/01/14 17:25:53 wiz Exp $ .include "dist.mk" @@ -36,7 +36,7 @@ PTHREAD_OPTS+= require .include "../../mk/bsd.prefs.mk" -.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) +.if ${USE_CROSS_COMPILE:U:tl} == yes TOOL_DEPENDS+= ${PKGNAME}:../../${PKGPATH} # XXX copied from ../../lang/python/pyversion.mk to avoid including it # XXX should use NATIVE_PREFIX but we don't have that --_----------=_1673717153116710--