pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/socat



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Jun 25 16:43:48 UTC 2019

Modified Files:
        pkgsrc/net/socat: distinfo
Added Files:
        pkgsrc/net/socat/patches: patch-xio-termios.h

Log Message:
Use speed_t to match definition, fixing at least OS X build.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/socat/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/socat/patches/patch-xio-termios.h

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

Modified files:

Index: pkgsrc/net/socat/distinfo
diff -u pkgsrc/net/socat/distinfo:1.26 pkgsrc/net/socat/distinfo:1.27
--- pkgsrc/net/socat/distinfo:1.26      Sun Apr  7 19:26:56 2019
+++ pkgsrc/net/socat/distinfo   Tue Jun 25 16:43:47 2019
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.26 2019/04/07 19:26:56 leot Exp $
+$NetBSD: distinfo,v 1.27 2019/06/25 16:43:47 schmonz Exp $
 
 SHA1 (socat-1.7.3.3.tar.gz) = acbb6c4c303a9bd8428c7846545849f25d92bd76
 RMD160 (socat-1.7.3.3.tar.gz) = ed1e304fe3e0c7cffdab6dbb1f5f752c3dd53ca4
 SHA512 (socat-1.7.3.3.tar.gz) = b3ea4cb6081f7778a0281a3ec36ea7e5daf07dc19f2e0de08f767417112776e96e1bcac7962ebb6dd8b960ad91fc4a452f0da8327736d50e215e4ab43947ff78
 Size (socat-1.7.3.3.tar.gz) = 614101 bytes
+SHA1 (patch-xio-termios.h) = dd07f9bbf96d0943e1a22fe4851f2f2336e7b828

Added files:

Index: pkgsrc/net/socat/patches/patch-xio-termios.h
diff -u /dev/null pkgsrc/net/socat/patches/patch-xio-termios.h:1.1
--- /dev/null   Tue Jun 25 16:43:48 2019
+++ pkgsrc/net/socat/patches/patch-xio-termios.h        Tue Jun 25 16:43:47 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-xio-termios.h,v 1.1 2019/06/25 16:43:47 schmonz Exp $
+
+Use speed_t to match definition, fixing at least OS X build.
+
+--- xio-termios.h.orig 2019-04-04 08:59:55.000000000 +0000
++++ xio-termios.h
+@@ -148,7 +148,7 @@ extern int xiotermiosflag_applyopt(int f
+ extern int xiotermios_value(int fd, int word, tcflag_t mask, tcflag_t value);
+ extern int xiotermios_char(int fd, int n, unsigned char c);
+ #ifdef HAVE_TERMIOS_ISPEED
+-extern int xiotermios_speed(int fd, int n, unsigned int speed);
++extern int xiotermios_speed(int fd, int n, speed_t speed);
+ #endif
+ extern int xiotermios_spec(int fd, int optcode);
+ extern int xiotermios_flush(int fd);



Home | Main Index | Thread Index | Old Index