pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/h8300-elf-gcc



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Sep  9 15:15:04 UTC 2017

Modified Files:
        pkgsrc/cross/h8300-elf-gcc: distinfo
Added Files:
        pkgsrc/cross/h8300-elf-gcc/patches: patch-libcc1_connection.cc

Log Message:
Use standard headers.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/h8300-elf-gcc/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/cross/h8300-elf-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/h8300-elf-gcc/distinfo
diff -u pkgsrc/cross/h8300-elf-gcc/distinfo:1.1 pkgsrc/cross/h8300-elf-gcc/distinfo:1.2
--- pkgsrc/cross/h8300-elf-gcc/distinfo:1.1     Wed Oct 19 12:38:41 2016
+++ pkgsrc/cross/h8300-elf-gcc/distinfo Sat Sep  9 15:15:03 2017
@@ -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 @@ SHA1 (newlib-2.4.0.tar.gz) = f2142827d7b
 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

Added files:

Index: pkgsrc/cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc
diff -u /dev/null pkgsrc/cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc:1.1
--- /dev/null   Sat Sep  9 15:15:04 2017
+++ pkgsrc/cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc       Sat Sep  9 15:15:04 2017
@@ -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