pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python310 python310: remove patch that was carrie...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7c0affcebf2
branches:  trunk
changeset: 770872:a7c0affcebf2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 10 23:08:03 2021 +0000

description:
python310: remove patch that was carried forward from before 2.7 times

upstream says it should not be needed, and I don't see a difference
in building python310 and running its tests either.

Let me know if you do.

Bump PKGREVISION to be on the safe side.

diffstat:

 lang/python310/Makefile                        |   4 ++--
 lang/python310/distinfo                        |   3 +--
 lang/python310/patches/patch-Modules_makesetup |  15 ---------------
 3 files changed, 3 insertions(+), 19 deletions(-)

diffs (48 lines):

diff -r 2b78dc7c366b -r a7c0affcebf2 lang/python310/Makefile
--- a/lang/python310/Makefile   Fri Dec 10 22:42:35 2021 +0000
+++ b/lang/python310/Makefile   Fri Dec 10 23:08:03 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/12/08 16:05:22 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/10 23:08:03 wiz Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "dist.mk"
 
 PKGNAME=       python310-${PY_DISTVERSION}
diff -r 2b78dc7c366b -r a7c0affcebf2 lang/python310/distinfo
--- a/lang/python310/distinfo   Fri Dec 10 22:42:35 2021 +0000
+++ b/lang/python310/distinfo   Fri Dec 10 23:08:03 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2021/12/07 09:31:09 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/12/10 23:08:03 wiz Exp $
 
 BLAKE2s (Python-3.10.1.tar.xz) = a7004c16f0c40d927424d512cd5130cd2955315f50d804c289fc10d48f5a1d5c
 SHA512 (Python-3.10.1.tar.xz) = 1c559e33f1252e51bafb941c380de16f142c0735858363c84cb8dbed6767843de3af126889c2826ffb94bd4777d7cdfc31040301c8c74de56af52b80b1aa9e76
@@ -9,7 +9,6 @@
 SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 593c4e93c5653ab400f0a98b91db92630c0a7390
 SHA1 (patch-Lib_sysconfig.py) = bc6d91bf8f7121456b26ea7f080f588c96f2596f
 SHA1 (patch-Makefile.pre.in) = 932a89313e8f26c435675f2487eb2141876a5f5a
-SHA1 (patch-Modules_makesetup) = e1a2297899e3cfd4bf35de50d8490e0cc6d26b0f
 SHA1 (patch-Modules_nismodule.c) = cb6bdabd1693dd3298f17b18a85f0fd611967161
 SHA1 (patch-Modules_socketmodule.c) = 4529c487b33d19b87106a0c006520cc5c45b9dfd
 SHA1 (patch-Modules_socketmodule.h) = 8761c7238bc74e45adefb6e647dc3b39b7bdd81c
diff -r 2b78dc7c366b -r a7c0affcebf2 lang/python310/patches/patch-Modules_makesetup
--- a/lang/python310/patches/patch-Modules_makesetup    Fri Dec 10 22:42:35 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Modules_makesetup,v 1.1 2021/10/05 19:07:13 adam Exp $
-
-Support -pthread compiler flag.
-http://bugs.python.org/issue21461
-
---- Modules/makesetup.orig     2008-06-11 05:26:20.000000000 +0000
-+++ Modules/makesetup
-@@ -170,6 +170,7 @@ sed -e 's/[        ]*#.*//' -e '/^[        ]*$/d' |
-                       -rpath)         libs="$libs $arg"; skip=libs;;
-                       --rpath)        libs="$libs $arg"; skip=libs;;
-                       -[A-Zl]*)       libs="$libs $arg";;
-+                      -pthread)       libs="$libs $arg";;
-                       *.a)            libs="$libs $arg";;
-                       *.so)           libs="$libs $arg";;
-                       *.sl)           libs="$libs $arg";;



Home | Main Index | Thread Index | Old Index