pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/mingw-w64-x86_64-gcc



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Mar 27 20:55:40 UTC 2020

Modified Files:
        pkgsrc/cross/mingw-w64-x86_64-gcc: distinfo
Added Files:
        pkgsrc/cross/mingw-w64-x86_64-gcc/patches: patch-libcc1_connection.cc

Log Message:
Use correct header for select(2)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc

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

Modified files:

Index: pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo:1.4 pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo:1.5
--- pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo:1.4      Wed Sep 18 15:29:21 2019
+++ pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo  Fri Mar 27 20:55:39 2020
@@ -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

Added files:

Index: pkgsrc/cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc
diff -u /dev/null pkgsrc/cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc:1.1
--- /dev/null   Fri Mar 27 20:55:40 2020
+++ pkgsrc/cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc        Fri Mar 27 20:55:39 2020
@@ -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