summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-03-24 07:07:11 +0000
committerwiz <wiz@pkgsrc.org>2018-03-24 07:07:11 +0000
commit5f0d6e738232ab9460d48c1c8aa6f33f91d0c398 (patch)
treeec9c3dc154281207c1f2204ee200f2f43ad64803 /textproc/libxml2
parent951370e35ece4dc46a75106911dbec0a4ed2425f (diff)
downloadpkgsrc-5f0d6e738232ab9460d48c1c8aa6f33f91d0c398.tar.gz
libxml2: remove unused patch
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/patches/patch-python_types.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/libxml2/patches/patch-python_types.c b/textproc/libxml2/patches/patch-python_types.c
deleted file mode 100644
index caabd2e427e..00000000000
--- a/textproc/libxml2/patches/patch-python_types.c
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-python_types.c,v 1.1 2017/11/06 16:12:11 prlw1 Exp $
-
-_PyVerify_fd disappeared from python with:
-
- https://hg.python.org/cpython/rev/e88e2049b793
-
-Upstream bug:
-
- https://bugzilla.gnome.org/show_bug.cgi?id=776815
-
---- python/types.c.orig 2016-06-07 10:04:14.000000000 +0000
-+++ python/types.c
-@@ -31,8 +31,6 @@ libxml_PyFileGet(PyObject *f) {
- const char *mode;
-
- fd = PyObject_AsFileDescriptor(f);
-- if (!_PyVerify_fd(fd))
-- return(NULL);
- /*
- * Get the flags on the fd to understand how it was opened
- */