pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/codelite Ensure right header for timeval is in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a01114a613d
branches: trunk
changeset: 348891:5a01114a613d
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 19 23:01:33 2016 +0000
description:
Ensure right header for timeval is included.
diffstat:
editors/codelite/distinfo | 3 +-
editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp | 12 ++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 1d2ec5a1b6de -r 5a01114a613d editors/codelite/distinfo
--- a/editors/codelite/distinfo Sun Jun 19 23:01:01 2016 +0000
+++ b/editors/codelite/distinfo Sun Jun 19 23:01:33 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2016/06/15 21:57:04 kamil Exp $
+$NetBSD: distinfo,v 1.2 2016/06/19 23:01:33 joerg Exp $
SHA1 (codelite-9.1.tar.gz) = a177e3c04612d96918361fcaae226e23f68be90a
RMD160 (codelite-9.1.tar.gz) = b0ccb31eeadc5a342eba3a562044131868f7ceca
@@ -13,4 +13,5 @@
SHA1 (patch-codelite__terminal_MainFrame.cpp) = 5717e46fddde8f7fc1aaf6c794318582f4b6da96
SHA1 (patch-codelite__terminal_unixprocess__impl.cpp) = 69dfb1cc102213595e97c4e7d690e369a66c4749
SHA1 (patch-sdk_codelite__indexer_libctags_read.c) = 84dbb412d3879e3d5bb3cc0e18f6388d8b7d4ee5
+SHA1 (patch-sdk_codelite__indexer_network_np__connections__server.cpp) = cf579cc67603c70199992a11e14c458c189f3942
SHA1 (patch-sdk_wxsqlite3_configure) = 2b10b03efe1ff07ac80a7d4616a63eeac8f18278
diff -r 1d2ec5a1b6de -r 5a01114a613d editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp Sun Jun 19 23:01:33 2016 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-sdk_codelite__indexer_network_np__connections__server.cpp,v 1.1 2016/06/19 23:01:33 joerg Exp $
+
+--- sdk/codelite_indexer/network/np_connections_server.cpp.orig 2016-06-19 20:52:21.634007785 +0000
++++ sdk/codelite_indexer/network/np_connections_server.cpp
+@@ -29,6 +29,7 @@
+ #ifndef __WXMSW__
+ # include <sys/types.h>
+ # include <sys/socket.h>
++# include <sys/time.h>
+ # include <sys/un.h>
+ # include <stdio.h>
+ #else
Home |
Main Index |
Thread Index |
Old Index