pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xapian Include missing AF_INET definition to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/121e606f9cc4
branches:  trunk
changeset: 365218:121e606f9cc4
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Jul 11 14:56:37 2017 +0000

description:
Include missing AF_INET definition to fix NetBSD build.

diffstat:

 textproc/xapian/distinfo                     |   3 ++-
 textproc/xapian/patches/patch-net_resolver.h |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 2f1cc8cfda71 -r 121e606f9cc4 textproc/xapian/distinfo
--- a/textproc/xapian/distinfo  Tue Jul 11 14:44:28 2017 +0000
+++ b/textproc/xapian/distinfo  Tue Jul 11 14:56:37 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2017/07/10 17:29:58 schmonz Exp $
+$NetBSD: distinfo,v 1.27 2017/07/11 14:56:37 schmonz Exp $
 
 SHA1 (xapian-bindings-1.4.4.tar.xz) = 1162e836f3caccee927997f0d262ef6dccd44d9f
 RMD160 (xapian-bindings-1.4.4.tar.xz) = 231d56d0989cf3a37a0b31d39680488fa1e80b39
@@ -9,3 +9,4 @@
 SHA512 (xapian-core-1.4.4.tar.xz) = dc88bab1d82c68b29d51c2113319ddb5d16840f3544b9d5fcc7a3671f97d58f16ddff58b865ad3521ea778cbaacf73fe7346bb514a1275f1f739283a4128d001
 Size (xapian-core-1.4.4.tar.xz) = 2807952 bytes
 SHA1 (patch-common_safesyssocket.h) = 032d441853914d510bc285bb682a98c4ee264d52
+SHA1 (patch-net_resolver.h) = 693f89bcb5d2cdc86bbf458c7f1969f2b27cf4c3
diff -r 2f1cc8cfda71 -r 121e606f9cc4 textproc/xapian/patches/patch-net_resolver.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xapian/patches/patch-net_resolver.h      Tue Jul 11 14:56:37 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-net_resolver.h,v 1.1 2017/07/11 14:56:37 schmonz Exp $
+
+Include missing AF_INET definition to fix NetBSD build.
+
+--- net/resolver.h.orig        2017-04-24 02:19:20.000000000 +0000
++++ net/resolver.h
+@@ -23,6 +23,7 @@
+ 
+ #include <cstring>
+ #include "safenetdb.h"
++#include "safesyssocket.h"
+ #include "str.h"
+ #include "xapian/error.h"
+ 



Home | Main Index | Thread Index | Old Index