pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/h8300-elf-gcc Use standard headers.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62d22b3bc6f6
branches:  trunk
changeset: 367978:62d22b3bc6f6
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Sep 09 15:15:03 2017 +0000

description:
Use standard headers.

diffstat:

 cross/h8300-elf-gcc/distinfo                           |   3 ++-
 cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r f16c3f46809c -r 62d22b3bc6f6 cross/h8300-elf-gcc/distinfo
--- a/cross/h8300-elf-gcc/distinfo      Sat Sep 09 14:40:24 2017 +0000
+++ b/cross/h8300-elf-gcc/distinfo      Sat Sep 09 15:15:03 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2016/10/19 12:38:41 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2017/09/09 15:15:03 dholland Exp $
 
 SHA1 (gcc-6.2.0.tar.bz2) = 583e29c7fe69d9a1031a89752c2551ab5aeacb91
 RMD160 (gcc-6.2.0.tar.bz2) = d9154ca51f40ae3ce42950a0476f701a9f86fc95
@@ -8,4 +8,5 @@
 RMD160 (newlib-2.4.0.tar.gz) = e7a98a00aca89aad0ee2e2b98993fd8e643d98ce
 SHA512 (newlib-2.4.0.tar.gz) = c60665e793dce2368a5baf23560beb50f641e1831854d702d1d7629fb6e9200cf814527f29796792a3d2dff81afee4255723df99ceb0732f99dd9580a17d2ac0
 Size (newlib-2.4.0.tar.gz) = 17574364 bytes
+SHA1 (patch-libcc1_connection.cc) = d32841d602cb4c71acd7f53a0a2f50dc501117a2
 SHA1 (patch-libstdc++-v3_src_c++11_cow-stdexcept.cc) = 709efa4e8d287dbae16430f1f9917c2815494eb4
diff -r f16c3f46809c -r 62d22b3bc6f6 cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc    Sat Sep 09 15:15:03 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-libcc1_connection.cc,v 1.1 2017/09/09 15:15:04 dholland Exp $
+
+Use standard headers. (for select())
+
+--- libcc1/connection.cc~      2014-11-13 10:22:22.000000000 +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/time.h>
+ #include <string.h>
+ #include <errno.h>
+ #include "marshall.hh"



Home | Main Index | Thread Index | Old Index