pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/kakoune



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul 25 15:34:48 UTC 2019

Modified Files:
        pkgsrc/editors/kakoune: distinfo
Added Files:
        pkgsrc/editors/kakoune/patches: patch-src_event__manager.cc

Log Message:
kakoune: Include string.h for FD_ZERO's memcpy needs on illumos.


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

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

Modified files:

Index: pkgsrc/editors/kakoune/distinfo
diff -u pkgsrc/editors/kakoune/distinfo:1.1 pkgsrc/editors/kakoune/distinfo:1.2
--- pkgsrc/editors/kakoune/distinfo:1.1 Wed Jul 24 17:01:02 2019
+++ pkgsrc/editors/kakoune/distinfo     Thu Jul 25 15:34:48 2019
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.1 2019/07/24 17:01:02 nia Exp $
+$NetBSD: distinfo,v 1.2 2019/07/25 15:34:48 nia Exp $
 
 SHA1 (kakoune-2019.07.01.tar.bz2) = 531066fc87417f3f60f0fe6c47d9c440a67aece4
 RMD160 (kakoune-2019.07.01.tar.bz2) = 1ed222e839ef6efdb36462b0984b3b15b0307c2f
 SHA512 (kakoune-2019.07.01.tar.bz2) = 55a25046d2c46b0d947beefbf7680dc3674e1d027548e134d0fc62b416ae12018bc9518870573144f2668ce8743ec37ba0f97dbfabbaed120ccc07f87a0187c0
 Size (kakoune-2019.07.01.tar.bz2) = 452043 bytes
 SHA1 (patch-src_Makefile) = 8f6cc30df318ef4f2c9168c2e3bdb08fa952395c
+SHA1 (patch-src_event__manager.cc) = 8666702d13d416fdb7b7cbaf55615b736f7b09a8
 SHA1 (patch-src_file.cc) = 933ce2bfe0fde31d1c3854396241340322755355

Added files:

Index: pkgsrc/editors/kakoune/patches/patch-src_event__manager.cc
diff -u /dev/null pkgsrc/editors/kakoune/patches/patch-src_event__manager.cc:1.1
--- /dev/null   Thu Jul 25 15:34:48 2019
+++ pkgsrc/editors/kakoune/patches/patch-src_event__manager.cc  Thu Jul 25 15:34:48 2019
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_event__manager.cc,v 1.1 2019/07/25 15:34:48 nia Exp $
+
+Include string.h for the benefit of FD_ZERO's memcpy needs on illumos.
+
+--- src/event_manager.cc.orig  2019-07-01 12:07:29.000000000 +0000
++++ src/event_manager.cc
+@@ -3,6 +3,7 @@
+ #include "flags.hh"
+ #include "ranges.hh"
+ 
++#include <string.h>
+ #include <unistd.h>
+ 
+ namespace Kakoune



Home | Main Index | Thread Index | Old Index