pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/tmate Uses backtrace(3), so pull in libexecinfo. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45dcecc04f00
branches:  trunk
changeset: 345859:45dcecc04f00
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 19 22:21:01 2019 +0000

description:
Uses backtrace(3), so pull in libexecinfo. Add missing network headers.

diffstat:

 misc/tmate/Makefile                         |   3 ++-
 misc/tmate/distinfo                         |   4 +++-
 misc/tmate/patches/patch-tmate-session.c    |  12 ++++++++++++
 misc/tmate/patches/patch-tmate-ssh-client.c |  10 ++++++++++
 4 files changed, 27 insertions(+), 2 deletions(-)

diffs (62 lines):

diff -r 58605e07f0ed -r 45dcecc04f00 misc/tmate/Makefile
--- a/misc/tmate/Makefile       Thu Dec 19 22:20:18 2019 +0000
+++ b/misc/tmate/Makefile       Thu Dec 19 22:21:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/10 01:01:34 dholland Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/19 22:21:01 joerg Exp $
 
 DISTNAME=      tmate-2.2.1
 CATEGORIES=    misc
@@ -19,6 +19,7 @@
        cd ${WRKSRC} && ./autogen.sh
 
 .include "../../devel/libevent/buildlink3.mk"
+.include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../devel/msgpack/buildlink3.mk"
 .include "../../security/libssh/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
diff -r 58605e07f0ed -r 45dcecc04f00 misc/tmate/distinfo
--- a/misc/tmate/distinfo       Thu Dec 19 22:20:18 2019 +0000
+++ b/misc/tmate/distinfo       Thu Dec 19 22:21:01 2019 +0000
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.2 2017/09/12 08:31:20 dholland Exp $
+$NetBSD: distinfo,v 1.3 2019/12/19 22:21:01 joerg Exp $
 
 SHA1 (tmate-2.2.1.tar.gz) = 8ef6999f7bf2511738650421e40b6a639e782d36
 RMD160 (tmate-2.2.1.tar.gz) = fd72920b91041905a218f59ba25eb1d58d4bfc6c
 SHA512 (tmate-2.2.1.tar.gz) = 3d4ce7510cd8da39bc4fe63f2a64179846a813bb3560ca811d9e1e2a28b06d95a9033047a900d76bda069c249d7ebbe1143daa082b23212c5d32a50bf1819d2d
 Size (tmate-2.2.1.tar.gz) = 610745 bytes
 SHA1 (patch-configure.ac) = dba0fdd160797e3884533d99686efdf9b0af9e7a
+SHA1 (patch-tmate-session.c) = 9a3b31787dd86f4eb9528a4cb0e6708da31e75e9
+SHA1 (patch-tmate-ssh-client.c) = d797fb9d770999447859ce4f204fa853a2f63cb9
 SHA1 (patch-tmux.h) = 8c26d6ca70b1a8d51e7c920ea54f59d2023968fe
diff -r 58605e07f0ed -r 45dcecc04f00 misc/tmate/patches/patch-tmate-session.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/tmate/patches/patch-tmate-session.c  Thu Dec 19 22:21:01 2019 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-tmate-session.c,v 1.1 2019/12/19 22:21:01 joerg Exp $
+
+--- tmate-session.c.orig       2019-12-19 18:49:04.116108537 +0000
++++ tmate-session.c
+@@ -3,6 +3,7 @@
+ #include <event2/event.h>
+ 
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
diff -r 58605e07f0ed -r 45dcecc04f00 misc/tmate/patches/patch-tmate-ssh-client.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/tmate/patches/patch-tmate-ssh-client.c       Thu Dec 19 22:21:01 2019 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-tmate-ssh-client.c,v 1.1 2019/12/19 22:21:01 joerg Exp $
+
+--- tmate-ssh-client.c.orig    2019-12-19 18:48:37.085517987 +0000
++++ tmate-ssh-client.c
+@@ -1,4 +1,5 @@
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #include <netinet/tcp.h>
+ #include <stdio.h>
+ #include <event.h>



Home | Main Index | Thread Index | Old Index