pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xapian Added patch to fix compilation error (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9eb8109e958
branches:  trunk
changeset: 652155:c9eb8109e958
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue May 26 12:19:37 2015 +0000

description:
Added patch to fix compilation error (on -current, at least)

diffstat:

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

diffs (27 lines):

diff -r 7bab5500b85b -r c9eb8109e958 textproc/xapian/distinfo
--- a/textproc/xapian/distinfo  Tue May 26 12:19:02 2015 +0000
+++ b/textproc/xapian/distinfo  Tue May 26 12:19:37 2015 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.18 2015/05/23 18:20:59 schmonz Exp $
+$NetBSD: distinfo,v 1.19 2015/05/26 12:19:37 jaapb Exp $
 
 SHA1 (xapian-core-1.2.21.tar.xz) = 03f67df86f600f0b64ea62fd9b956f72b5dce933
 RMD160 (xapian-core-1.2.21.tar.xz) = 6b2413007f245d2410e2b22d7656abb7f1bae750
 Size (xapian-core-1.2.21.tar.xz) = 3202560 bytes
+SHA1 (patch-common_socket_utils.cc) = 5e7ec55e2e1a4353a370197b2e953efa7206e59d
diff -r 7bab5500b85b -r c9eb8109e958 textproc/xapian/patches/patch-common_socket_utils.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xapian/patches/patch-common_socket_utils.cc      Tue May 26 12:19:37 2015 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-common_socket_utils.cc,v 1.1 2015/05/26 12:19:38 jaapb Exp $
+
+--- common/socket_utils.cc.orig        2015-05-21 05:57:01.000000000 +0000
++++ common/socket_utils.cc
+@@ -28,6 +28,7 @@ using namespace std;
+ 
+ #ifndef __WIN32__
+ # include <sys/socket.h>
++# include <sys/time.h>
+ #else
+ # include "safeerrno.h"
+ 



Home | Main Index | Thread Index | Old Index