pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/tmux Fix build on NetBSD (from fulvio ciriaco).
details: https://anonhg.NetBSD.org/pkgsrc/rev/448a3fd69f8e
branches: trunk
changeset: 399702:448a3fd69f8e
user: hasso <hasso%pkgsrc.org@localhost>
date: Fri Sep 25 16:38:22 2009 +0000
description:
Fix build on NetBSD (from fulvio ciriaco).
diffstat:
misc/tmux/distinfo | 4 +++-
misc/tmux/patches/patch-ac | 13 +++++++++++++
misc/tmux/patches/patch-ad | 13 +++++++++++++
3 files changed, 29 insertions(+), 1 deletions(-)
diffs (48 lines):
diff -r 52861d2dcbef -r 448a3fd69f8e misc/tmux/distinfo
--- a/misc/tmux/distinfo Fri Sep 25 16:09:27 2009 +0000
+++ b/misc/tmux/distinfo Fri Sep 25 16:38:22 2009 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.7 2009/09/21 10:55:35 hasso Exp $
+$NetBSD: distinfo,v 1.8 2009/09/25 16:38:22 hasso Exp $
SHA1 (tmux-1.0.tar.gz) = 62bbea17e54cdacb48442e25eddf0463ab69ba61
RMD160 (tmux-1.0.tar.gz) = 3176447bf21dd1d5559d256ee3786d13771c20af
Size (tmux-1.0.tar.gz) = 215329 bytes
SHA1 (patch-aa) = e50976effc9fa43044d45055aabd86a69d9d9047
SHA1 (patch-ab) = 0f701c350d26b2b14c230f148ea141ecafec6c6d
+SHA1 (patch-ac) = e308390602756b03197715de648710ea6441f348
+SHA1 (patch-ad) = 1f325dcb1fdaed1e5c502edd3622189407754571
diff -r 52861d2dcbef -r 448a3fd69f8e misc/tmux/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/tmux/patches/patch-ac Fri Sep 25 16:38:22 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.5 2009/09/25 16:38:22 hasso Exp $
+
+--- tty-term.c.orig 2009-09-24 15:58:21.000000000 +0200
++++ tty-term.c
+@@ -18,7 +18,7 @@
+
+ #include <sys/types.h>
+
+-#include <curses.h>
++#include <ncurses.h>
+ #include <fnmatch.h>
+ #include <stdlib.h>
+ #include <string.h>
diff -r 52861d2dcbef -r 448a3fd69f8e misc/tmux/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/tmux/patches/patch-ad Fri Sep 25 16:38:22 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2009/09/25 16:38:22 hasso Exp $
+
+--- osdep-netbsd.c.orig 2009-09-24 15:58:45.000000000 +0200
++++ osdep-netbsd.c
+@@ -77,7 +77,7 @@ osdep_get_name(int fd, __unused char *tt
+ return (NULL);
+
+ buf = NULL;
+- len = sizeof(p);
++ len = sizeof(bestp);
+ mib[0] = CTL_KERN;
+ mib[1] = KERN_PROC2;
+ mib[2] = KERN_PROC_PGRP;
Home |
Main Index |
Thread Index |
Old Index