pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/xapian
Module Name: pkgsrc
Committed By: joerg
Date: Thu Dec 19 22:24:39 UTC 2019
Modified Files:
pkgsrc/textproc/xapian: distinfo
Added Files:
pkgsrc/textproc/xapian/patches: patch-common_errno__to__string.cc
Log Message:
Add missing errno.h
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/xapian/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/textproc/xapian/patches/patch-common_errno__to__string.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/xapian/distinfo
diff -u pkgsrc/textproc/xapian/distinfo:1.37 pkgsrc/textproc/xapian/distinfo:1.38
--- pkgsrc/textproc/xapian/distinfo:1.37 Tue Dec 17 03:52:58 2019
+++ pkgsrc/textproc/xapian/distinfo Thu Dec 19 22:24:39 2019
@@ -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
Added files:
Index: pkgsrc/textproc/xapian/patches/patch-common_errno__to__string.cc
diff -u /dev/null pkgsrc/textproc/xapian/patches/patch-common_errno__to__string.cc:1.1
--- /dev/null Thu Dec 19 22:24:39 2019
+++ pkgsrc/textproc/xapian/patches/patch-common_errno__to__string.cc Thu Dec 19 22:24:39 2019
@@ -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