diff options
author | leot <leot@pkgsrc.org> | 2019-06-20 08:54:19 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-06-20 08:54:19 +0000 |
commit | 222d4d7159fb781ec8206f942b66780aa15bdc9b (patch) | |
tree | 3daa0075c4bbe2d781f5f57a9513b5ec60819492 /misc | |
parent | 0c8c3f5d6518451e1c24042f1449bd6590e46632 (diff) | |
download | pkgsrc-222d4d7159fb781ec8206f942b66780aa15bdc9b.tar.gz |
tmux: Add reference to upstream pull request
(It was applied upstream and will be no longer needed for the next stable
version.)
Diffstat (limited to 'misc')
-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 3073ba10295..40bbfce2092 100644 --- a/misc/tmux/distinfo +++ b/misc/tmux/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.41 2019/06/15 09:42:52 leot Exp $ +$NetBSD: distinfo,v 1.42 2019/06/20 08:54:19 leot Exp $ SHA1 (tmux-2.9a.tar.gz) = 33cba73e64c62f46bd244d4472c59371fb747f56 RMD160 (tmux-2.9a.tar.gz) = e5460971073abb865adcea2a6711e82d84c53838 SHA512 (tmux-2.9a.tar.gz) = aca6882688727c10c5647443fdd18bbd6c0f80b7a3bf9667903d1b89d523e604cd715f176f33f2e5673258f00e626a6dc273f80fe97ae4f91621814d89985713 Size (tmux-2.9a.tar.gz) = 510915 bytes -SHA1 (patch-osdep-netbsd.c) = 90d335b544dbacc3860cfa6c13ecd61b11f09f30 +SHA1 (patch-osdep-netbsd.c) = dc70c92e536eb8fe85e1296e860c49ad95b638d8 diff --git a/misc/tmux/patches/patch-osdep-netbsd.c b/misc/tmux/patches/patch-osdep-netbsd.c index f9abe28cc34..037ee4b702e 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.4 2019/06/15 09:42:52 leot Exp $ +$NetBSD: patch-osdep-netbsd.c,v 1.5 2019/06/20 08:54:19 leot Exp $ Add support for KERN_PROC_CWD. +Patch shared and applied upstream via: + + <https://github.com/tmux/tmux/pull/1802> + --- osdep-netbsd.c.orig 2019-03-26 14:34:58.000000000 +0000 +++ osdep-netbsd.c @@ -135,11 +135,24 @@ osdep_get_cwd(int fd) |