summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2019-06-20 08:54:19 +0000
committerleot <leot@pkgsrc.org>2019-06-20 08:54:19 +0000
commit27c92e2a184537b7d6c9200d1f05b1579dbacbc8 (patch)
treea05e597ca61aad5b6a5b62a603d811e8ba33ef80
parent24ecc852246ef2bc8827ad8c53e848e58c5294c8 (diff)
downloadpkgsrc-27c92e2a184537b7d6c9200d1f05b1579dbacbc8.tar.gz
tmux: Add reference to upstream pull request
(It was applied upstream and will be no longer needed for the next stable version.)
-rw-r--r--misc/tmux/distinfo4
-rw-r--r--misc/tmux/patches/patch-osdep-netbsd.c6
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)