pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xapian Add missing errno.h



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9180a3bf2ec
branches:  trunk
changeset: 406374:e9180a3bf2ec
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 19 22:24:39 2019 +0000

description:
Add missing errno.h

diffstat:

 textproc/xapian/distinfo                                  |   3 ++-
 textproc/xapian/patches/patch-common_errno__to__string.cc |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 93546dd0f69e -r e9180a3bf2ec textproc/xapian/distinfo
--- a/textproc/xapian/distinfo  Thu Dec 19 22:24:19 2019 +0000
+++ b/textproc/xapian/distinfo  Thu Dec 19 22:24:39 2019 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.37 2019/12/17 03:52:58 schmonz Exp $
+$NetBSD: distinfo,v 1.38 2019/12/19 22:24:39 joerg Exp $
 
 SHA1 (xapian-core-1.4.14.tar.xz) = 17527a8bfa8254d3755b4b482157c245f33ea53d
 RMD160 (xapian-core-1.4.14.tar.xz) = bc94fe04ae8b8e7eb3505524a31a532dca58a802
 SHA512 (xapian-core-1.4.14.tar.xz) = c08c9abe87e08491566b7cfa8cda9e2a80e4959a647428b6d82bce7af1c967b4cb463607ffb8976372a980c163923ced36117a66e0b5a1f35659393def3d371b
 Size (xapian-core-1.4.14.tar.xz) = 2970624 bytes
+SHA1 (patch-common_errno__to__string.cc) = 222b640aa1cdacb6f9ada78671ef414b4ca11e26
 SHA1 (patch-common_safesyssocket.h) = 032d441853914d510bc285bb682a98c4ee264d52
 SHA1 (patch-xapian-config.in) = 470d1de7f04b8b8817abbcf56b5b71a36948de97
diff -r 93546dd0f69e -r e9180a3bf2ec textproc/xapian/patches/patch-common_errno__to__string.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xapian/patches/patch-common_errno__to__string.cc Thu Dec 19 22:24:39 2019 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-common_errno__to__string.cc,v 1.1 2019/12/19 22:24:39 joerg Exp $
+
+--- common/errno_to_string.cc.orig     2019-12-19 14:19:58.476027186 +0000
++++ common/errno_to_string.cc
+@@ -27,6 +27,7 @@
+ #include "errno_to_string.h"
+ 
+ // <cstring> doesn't give us strerror_r() with Sun C++ 5.9.
++#include <errno.h>
+ #include <string.h>
+ #if defined HAVE__SYS_ERRLIST_AND__SYS_NERR || \
+     defined HAVE_SYS_ERRLIST_AND_SYS_NERR



Home | Main Index | Thread Index | Old Index