diff options
author | wiz <wiz@pkgsrc.org> | 2021-12-10 23:14:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-12-10 23:14:49 +0000 |
commit | 8b104579ec72b67f8e355cd73ea7046cfc333f6a (patch) | |
tree | 737f7276d6a943ad96195ceedce9551daa169484 | |
parent | 86895fba9e3d7d73f12f2768ea0044f09b1ef24b (diff) | |
download | pkgsrc-8b104579ec72b67f8e355cd73ea7046cfc333f6a.tar.gz |
python310: remove dragonfly patch that's not even in dports
-rw-r--r-- | lang/python310/distinfo | 3 | ||||
-rw-r--r-- | lang/python310/patches/patch-Modules_nismodule.c | 16 |
2 files changed, 1 insertions, 18 deletions
diff --git a/lang/python310/distinfo b/lang/python310/distinfo index 3c12023828f..79331239e13 100644 --- a/lang/python310/distinfo +++ b/lang/python310/distinfo @@ -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_distutils_unixccompiler.py) = 8a91e8f4f86517a62408c3a10ed5eb50c4 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 --git a/lang/python310/patches/patch-Modules_nismodule.c b/lang/python310/patches/patch-Modules_nismodule.c deleted file mode 100644 index 9f5e2346ebf..00000000000 --- a/lang/python310/patches/patch-Modules_nismodule.c +++ /dev/null @@ -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 *); |