pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxml2/patches libxml2: remove unused patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38194227d5f1
branches:  trunk
changeset: 377883:38194227d5f1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 24 07:07:11 2018 +0000

description:
libxml2: remove unused patch

diffstat:

 textproc/libxml2/patches/patch-python_types.c |  21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diffs (25 lines):

diff -r ba34a4b2a1cd -r 38194227d5f1 textproc/libxml2/patches/patch-python_types.c
--- a/textproc/libxml2/patches/patch-python_types.c     Sat Mar 24 07:05:53 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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
-      */



Home | Main Index | Thread Index | Old Index