pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/mingw-w64-x86_64-gcc Use correct header for sele...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2d0d8f54296
branches:  trunk
changeset: 414462:d2d0d8f54296
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Mar 27 20:55:39 2020 +0000

description:
Use correct header for select(2)

diffstat:

 cross/mingw-w64-x86_64-gcc/distinfo                           |   3 +-
 cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc |  12 +++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 0b395e5c3eba -r d2d0d8f54296 cross/mingw-w64-x86_64-gcc/distinfo
--- a/cross/mingw-w64-x86_64-gcc/distinfo       Fri Mar 27 20:53:52 2020 +0000
+++ b/cross/mingw-w64-x86_64-gcc/distinfo       Fri Mar 27 20:55:39 2020 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.4 2019/09/18 15:29:21 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2020/03/27 20:55:39 joerg Exp $
 
 SHA1 (gcc-9.2.0.tar.xz) = 306d27c3465fa36862c206738d06d65fff5c3645
 RMD160 (gcc-9.2.0.tar.xz) = a51d7f812f45980c517c4505e04a217cf319a992
 SHA512 (gcc-9.2.0.tar.xz) = a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040
 Size (gcc-9.2.0.tar.xz) = 70607648 bytes
 SHA1 (patch-contrib_download__prerequisites) = 50f8aaf7403ce9f63cc119ff038d5f3e952bb8b6
+SHA1 (patch-libcc1_connection.cc) = 3b21290f4228dd29430e61b207aec0b153ae8120
 SHA1 (patch-libgo_mksysinfo.sh) = 4e3024d53457836adbdbbfd3ee140badc5a8800c
diff -r 0b395e5c3eba -r d2d0d8f54296 cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc     Fri Mar 27 20:55:39 2020 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-libcc1_connection.cc,v 1.1 2020/03/27 20:55:39 joerg Exp $
+
+--- libcc1/connection.cc.orig  2020-03-27 17:34:16.253197163 +0000
++++ libcc1/connection.cc
+@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3.  
+ #include <string>
+ #include <unistd.h>
+ #include <sys/types.h>
++#include <sys/select.h>
+ #include <string.h>
+ #include <errno.h>
+ #include "marshall.hh"



Home | Main Index | Thread Index | Old Index