Received: by mail.netbsd.org (Postfix, from userid 605) id 4C70F84CF7; Sat, 14 Jan 2023 17:23:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A58384CF7 for ; Sat, 14 Jan 2023 17:23:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id J7demNggd-hc for ; Sat, 14 Jan 2023 17:23:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E7CF984C86 for ; Sat, 14 Jan 2023 17:23:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4A8FFA90; Sat, 14 Jan 2023 17:23:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167371699083660" MIME-Version: 1.0 Date: Sat, 14 Jan 2023 17:23:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/python311/patches To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230114172310.E4A8FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167371699083660 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:23:10 UTC 2023 Modified Files: pkgsrc/lang/python311/patches: patch-Makefile.pre.in Log Message: python311: remove two chunks that are not explained and not needed on NetBSD To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python311/patches/patch-Makefile.pre.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167371699083660 Content-Disposition: inline Content-Length: 2087 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python311/patches/patch-Makefile.pre.in diff -u pkgsrc/lang/python311/patches/patch-Makefile.pre.in:1.1 pkgsrc/lang/python311/patches/patch-Makefile.pre.in:1.2 --- pkgsrc/lang/python311/patches/patch-Makefile.pre.in:1.1 Mon Oct 31 09:50:40 2022 +++ pkgsrc/lang/python311/patches/patch-Makefile.pre.in Sat Jan 14 17:23:10 2023 @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile.pre.in,v 1.1 2022/10/31 09:50:40 adam Exp $ +$NetBSD: patch-Makefile.pre.in,v 1.2 2023/01/14 17:23:10 wiz Exp $ Use only one optimisation level; needed for PLIST and setuptools compatibility. Do not build/install libpython3.so. @@ -7,15 +7,6 @@ Swap targets libinstall and libainstall, --- Makefile.pre.in.orig 2022-10-24 17:35:39.000000000 +0000 +++ Makefile.pre.in -@@ -104,7 +104,7 @@ PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODI - # be able to build extension modules using the directories specified in the - # environment variables - PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS) --PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS) -+PY_LDFLAGS= -L. $(CONFIGURE_LDFLAGS) $(LDFLAGS) - PY_LDFLAGS_NODIST=$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST) - PY_LDFLAGS_NOLTO=$(PY_LDFLAGS) $(CONFIGURE_LDFLAGS_NOLTO) $(LDFLAGS_NODIST) - NO_AS_NEEDED= @NO_AS_NEEDED@ @@ -260,7 +260,7 @@ DIST= $(DISTFILES) $(DISTDIRS) LIBRARY= @LIBRARY@ LDLIBRARY= @LDLIBRARY@ @@ -25,15 +16,6 @@ Swap targets libinstall and libainstall, DLLLIBRARY= @DLLLIBRARY@ LDLIBRARYDIR= @LDLIBRARYDIR@ INSTSONAME= @INSTSONAME@ -@@ -1437,8 +1437,6 @@ regen-opcode-targets: - $(srcdir)/Python/opcode_targets.h.new - $(UPDATE_FILE) $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/opcode_targets.h.new - --Python/ceval.o: $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/ceval_gil.h \ -- $(srcdir)/Python/condvar.h - - Python/frozen.o: $(FROZEN_FILES_OUT) - @@ -1447,7 +1445,7 @@ Python/frozen.o: $(FROZEN_FILES_OUT) # an include guard, so we can't use a pipeline to transform its output. Include/pydtrace_probes.h: $(srcdir)/Include/pydtrace.d --_----------=_167371699083660--