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 dragonfly patch that'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f46d0ea63f2c
branches:  trunk
changeset: 770874:f46d0ea63f2c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 10 23:14:49 2021 +0000

description:
python310: remove dragonfly patch that's not even in dports

diffstat:

 lang/python310/distinfo                          |   3 +--
 lang/python310/patches/patch-Modules_nismodule.c |  16 ----------------
 2 files changed, 1 insertions(+), 18 deletions(-)

diffs (37 lines):

diff -r e46733d93c96 -r f46d0ea63f2c lang/python310/distinfo
--- a/lang/python310/distinfo   Fri Dec 10 23:08:12 2021 +0000
+++ b/lang/python310/distinfo   Fri Dec 10 23:14:49 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2021/12/10 23:08:03 wiz Exp $
+$NetBSD: distinfo,v 1.6 2021/12/10 23:14:49 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_nismodule.c) = cb6bdabd1693dd3298f17b18a85f0fd611967161
 SHA1 (patch-Modules_socketmodule.c) = 4529c487b33d19b87106a0c006520cc5c45b9dfd
 SHA1 (patch-Modules_socketmodule.h) = 8761c7238bc74e45adefb6e647dc3b39b7bdd81c
 SHA1 (patch-Python_thread__pthread.h) = 64a710bdb3eea135f63db86f0ff3b8d514a0277a
diff -r e46733d93c96 -r f46d0ea63f2c lang/python310/patches/patch-Modules_nismodule.c
--- a/lang/python310/patches/patch-Modules_nismodule.c  Fri Dec 10 23:08:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-Modules_nismodule.c,v 1.1 2021/10/05 19:07:13 adam Exp $
-
-DragonFlyBSD support
-http://bugs.python.org/issue21459
-
---- Modules/nismodule.c.orig   2010-08-19 09:03:03.000000000 +0000
-+++ Modules/nismodule.c
-@@ -115,7 +115,7 @@ nis_mapname (char *map, int *pfix)
-     return map;
- }
- 
--#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__)
-+#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
- typedef int (*foreachfunc)(unsigned long, char *, int, char *, int, void *);
- #else
- typedef int (*foreachfunc)(int, char *, int, char *, int, char *);



Home | Main Index | Thread Index | Old Index