pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python311/patches
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.
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
Home |
Main Index |
Thread Index |
Old Index