pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/codelite



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Jun 19 23:01:33 UTC 2016

Modified Files:
        pkgsrc/editors/codelite: distinfo
Added Files:
        pkgsrc/editors/codelite/patches:
            patch-sdk_codelite__indexer_network_np__connections__server.cpp

Log Message:
Ensure right header for timeval is included.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/codelite/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/codelite/distinfo
diff -u pkgsrc/editors/codelite/distinfo:1.1 pkgsrc/editors/codelite/distinfo:1.2
--- pkgsrc/editors/codelite/distinfo:1.1        Wed Jun 15 21:57:04 2016
+++ pkgsrc/editors/codelite/distinfo    Sun Jun 19 23:01:33 2016
@@ -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-Plugin_wxterminal.cpp) = 02e
 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

Added files:

Index: pkgsrc/editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp
diff -u /dev/null pkgsrc/editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp:1.1
--- /dev/null   Sun Jun 19 23:01:33 2016
+++ pkgsrc/editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp     Sun Jun 19 23:01:33 2016
@@ -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