pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ninja-build



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Feb  9 00:24:23 UTC 2017

Modified Files:
        pkgsrc/devel/ninja-build: distinfo
Added Files:
        pkgsrc/devel/ninja-build/patches: patch-src_subprocess-posix.cc

Log Message:
Include missing header.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ninja-build/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/ninja-build/patches/patch-src_subprocess-posix.cc

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

Modified files:

Index: pkgsrc/devel/ninja-build/distinfo
diff -u pkgsrc/devel/ninja-build/distinfo:1.8 pkgsrc/devel/ninja-build/distinfo:1.9
--- pkgsrc/devel/ninja-build/distinfo:1.8       Mon Nov 14 14:38:32 2016
+++ pkgsrc/devel/ninja-build/distinfo   Thu Feb  9 00:24:23 2017
@@ -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

Added files:

Index: pkgsrc/devel/ninja-build/patches/patch-src_subprocess-posix.cc
diff -u /dev/null pkgsrc/devel/ninja-build/patches/patch-src_subprocess-posix.cc:1.1
--- /dev/null   Thu Feb  9 00:24:23 2017
+++ pkgsrc/devel/ninja-build/patches/patch-src_subprocess-posix.cc      Thu Feb  9 00:24:23 2017
@@ -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