diff options
-rw-r--r-- | misc/tmux/distinfo | 4 | ||||
-rw-r--r-- | misc/tmux/patches/patch-osdep-netbsd.c | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/misc/tmux/distinfo b/misc/tmux/distinfo index 10320f0ab72..b4c0e5c0fd0 100644 --- a/misc/tmux/distinfo +++ b/misc/tmux/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.38 2018/11/28 14:45:19 leot Exp $ +$NetBSD: distinfo,v 1.39 2018/11/29 10:51:34 leot Exp $ SHA1 (tmux-2.8.tar.gz) = 6a469769a242c95dc8aec443b436d4f8f279f517 RMD160 (tmux-2.8.tar.gz) = 13f097f02b2d3f489fb00af5b3f702cb2eae523f SHA512 (tmux-2.8.tar.gz) = e382aec122a10624953432b3c869b21d69390bc2e7d459440a46950802e39503eafb398178f8085191261925e4f0872bb99b19e0403e7beb56d3ceecc4c86b09 Size (tmux-2.8.tar.gz) = 491195 bytes SHA1 (patch-Makefile.in) = dc8a351b06bf2f9f96b3dc4d944a174ef3c8d9db -SHA1 (patch-osdep-netbsd.c) = 81d0bf9275c0c12d4f0f2adc07136e3d8948137d +SHA1 (patch-osdep-netbsd.c) = 9b4859afed8524cb1966fb473cf49bb576e02885 SHA1 (patch-tty-term.c) = 20bf235e61e6650bec3e7e94ea79859898039eba diff --git a/misc/tmux/patches/patch-osdep-netbsd.c b/misc/tmux/patches/patch-osdep-netbsd.c index e99c6f09d71..750626194da 100644 --- a/misc/tmux/patches/patch-osdep-netbsd.c +++ b/misc/tmux/patches/patch-osdep-netbsd.c @@ -1,7 +1,11 @@ -$NetBSD: patch-osdep-netbsd.c,v 1.1 2018/11/28 14:45:19 leot Exp $ +$NetBSD: patch-osdep-netbsd.c,v 1.2 2018/11/29 10:51:34 leot Exp $ Implement osdep_get_cwd() via mount_procfs(8) (inspired by osdep-sunos.c). +This was applied upstream via: + + <https://github.com/tmux/tmux/pull/1556> + --- osdep-netbsd.c.orig 2016-01-21 00:00:28.000000000 +0000 +++ osdep-netbsd.c @@ -23,10 +23,13 @@ |