pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tcptraceroute6 tcptraceroute6: include signal.h fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c84e60311de
branches:  trunk
changeset: 442783:3c84e60311de
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Nov 30 12:49:23 2020 +0000

description:
tcptraceroute6: include signal.h for kill()

Fix build on NetBSD-current.

Still does not package, due to a PLIST inconsistency...

diffstat:

 net/tcptraceroute6/distinfo                     |   3 ++-
 net/tcptraceroute6/patches/patch-src_tcpspray.c |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 390934c915b2 -r 3c84e60311de net/tcptraceroute6/distinfo
--- a/net/tcptraceroute6/distinfo       Mon Nov 30 12:41:41 2020 +0000
+++ b/net/tcptraceroute6/distinfo       Mon Nov 30 12:49:23 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2020/01/07 11:08:14 kim Exp $
+$NetBSD: distinfo,v 1.5 2020/11/30 12:49:23 nia Exp $
 
 SHA1 (ndisc6-1.0.4.tar.bz2) = 08704f1bbcc12e21826abf9185fbf9f6186a9668
 RMD160 (ndisc6-1.0.4.tar.bz2) = 57b92e4085ca5b1ff2a050c33081b8770de6b68a
@@ -6,3 +6,4 @@
 Size (ndisc6-1.0.4.tar.bz2) = 264071 bytes
 SHA1 (patch-rdnssd_rdnssd.h) = 344dd06a3405cd4480c056e47985fd51335ed6f1
 SHA1 (patch-src_addrinfo.c) = a8882a8b7180039c4dfe97c4907fcf800b69d6e7
+SHA1 (patch-src_tcpspray.c) = 74c051395b5ac62dd66d1f07711d8e5bb04a755f
diff -r 390934c915b2 -r 3c84e60311de net/tcptraceroute6/patches/patch-src_tcpspray.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tcptraceroute6/patches/patch-src_tcpspray.c   Mon Nov 30 12:49:23 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_tcpspray.c,v 1.1 2020/11/30 12:49:24 nia Exp $
+
+Include signal.h for kill().
+
+--- src/tcpspray.c.orig        2016-12-07 16:43:04.000000000 +0000
++++ src/tcpspray.c
+@@ -38,6 +38,7 @@
+ #include <unistd.h>
+ #include <errno.h>
+ #include <sys/socket.h>
++#include <signal.h>
+ #include <time.h>
+ #include <sys/time.h>
+ #include <sys/wait.h>



Home | Main Index | Thread Index | Old Index