pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ninja-build Include missing header.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/710d1c51856c
branches:  trunk
changeset: 358299:710d1c51856c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 09 00:24:23 2017 +0000

description:
Include missing header.

diffstat:

 devel/ninja-build/distinfo                              |   3 ++-
 devel/ninja-build/patches/patch-src_subprocess-posix.cc |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 7c06ec6cb5d8 -r 710d1c51856c devel/ninja-build/distinfo
--- a/devel/ninja-build/distinfo        Thu Feb 09 00:23:29 2017 +0000
+++ b/devel/ninja-build/distinfo        Thu Feb 09 00:24:23 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2016/11/14 14:38:32 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/02/09 00:24:23 joerg Exp $
 
 SHA1 (ninja-1.7.2.tar.gz) = a50e9008e90339d052f741e9c52a3475aa108fbb
 RMD160 (ninja-1.7.2.tar.gz) = a0f02eaae9db64241784de4ebb53ac5ae6e767eb
 SHA512 (ninja-1.7.2.tar.gz) = 29900d07364d87ad8b9614b82bc1b0afda5ca6522563ab73fb228f206ed6b29b70cf034a3caf5a9b2c0b105d1e076c6b425d93b5d14aa3ca3730d75611212a64
 Size (ninja-1.7.2.tar.gz) = 180611 bytes
 SHA1 (patch-configure.py) = 830ffd19fcf7f0664293b362c930695674e4b8f5
+SHA1 (patch-src_subprocess-posix.cc) = 32b123fafbec24660813b2cdbc59ca6a2f2365f1
diff -r 7c06ec6cb5d8 -r 710d1c51856c devel/ninja-build/patches/patch-src_subprocess-posix.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ninja-build/patches/patch-src_subprocess-posix.cc   Thu Feb 09 00:24:23 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_subprocess-posix.cc,v 1.1 2017/02/09 00:24:23 joerg Exp $
+
+For pselect.
+
+--- src/subprocess-posix.cc.orig       2017-02-08 21:59:55.779788481 +0000
++++ src/subprocess-posix.cc
+@@ -14,6 +14,7 @@
+ 
+ #include "subprocess.h"
+ 
++#include <sys/select.h>
+ #include <assert.h>
+ #include <errno.h>
+ #include <fcntl.h>



Home | Main Index | Thread Index | Old Index