summaryrefslogtreecommitdiff
path: root/net/nocol
diff options
context:
space:
mode:
authoragc <agc>2002-06-28 08:42:34 +0000
committeragc <agc>2002-06-28 08:42:34 +0000
commit071ad8855e754ffd111b2bbedca385b6fbaa2f94 (patch)
tree0b22f3a796876fa56e9eff083738d391e1441b3f /net/nocol
parent7b5a60d564f82ec65decabbd1057de29b5444924 (diff)
downloadpkgsrc-071ad8855e754ffd111b2bbedca385b6fbaa2f94.tar.gz
Remove diagnostic ttytype from debug messages - native curses doesn't
have the ttytype throw-back, and it's not exactly useful these days.
Diffstat (limited to 'net/nocol')
-rw-r--r--net/nocol/distinfo5
-rw-r--r--net/nocol/patches/patch-aa13
-rw-r--r--net/nocol/patches/patch-ak15
3 files changed, 30 insertions, 3 deletions
diff --git a/net/nocol/distinfo b/net/nocol/distinfo
index d2b2a6fc592..2c14729deba 100644
--- a/net/nocol/distinfo
+++ b/net/nocol/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2002/05/21 11:19:15 wiz Exp $
+$NetBSD: distinfo,v 1.5 2002/06/28 08:42:34 agc Exp $
SHA1 (nocol-4.3.1.tar.gz) = a8cb88727bc3a3ddd544792407d431b3ef13a325
Size (nocol-4.3.1.tar.gz) = 1117438 bytes
-SHA1 (patch-aa) = 3d60948ea4f1e4cecc3b4082c47db011f59440bc
+SHA1 (patch-aa) = 217d15d5329d30032ee18a666e62cdefe5018445
SHA1 (patch-ab) = 5c49ef3bd58b84e0f1ea7ba319c574b86fa2aa3e
SHA1 (patch-ac) = b09448987e09644e8e2f8e8667331a3c3b24323f
SHA1 (patch-ad) = a64750ad0bfa40f8c01e3d6af49b40c525f13985
@@ -12,3 +12,4 @@ SHA1 (patch-ag) = d977f618285d7bb2f80a468fee0260db8d3b77e3
SHA1 (patch-ah) = 14091c7a6c8de7dd451e4292f2d0121ab3643158
SHA1 (patch-ai) = d8317fad7c5e4574fa980859762f5acb1a7c631d
SHA1 (patch-aj) = 0eb201f47864132b04702fab4d03e452c07c2e2a
+SHA1 (patch-ak) = 8013fbe6dbff80749dbdc0d0fad391741e48a468
diff --git a/net/nocol/patches/patch-aa b/net/nocol/patches/patch-aa
index 842326efb3c..1c19da14300 100644
--- a/net/nocol/patches/patch-aa
+++ b/net/nocol/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2000/07/13 11:09:18 abs Exp $
+$NetBSD: patch-aa,v 1.5 2002/06/28 08:42:35 agc Exp $
--- netconsole/build_display.c.orig Thu Jul 13 11:13:37 2000
+++ netconsole/build_display.c Thu Jul 13 11:15:26 2000
@@ -11,6 +11,17 @@ $NetBSD: patch-aa,v 1.4 2000/07/13 11:09:18 abs Exp $
build_display ()
{
+@@ -229,8 +229,8 @@
+ "\n(DEBUG): frozen = %s, quiet = %s\n",
+ frozen ? "YES" : "NO", quiet ? "YES" : "NO" );
+ wprintw(aw.wmsg,
+- "(DEBUG): Term= %s, LINES= %d, COLS= %d, Datadir= %s", ttytype,
+- LINES, COLS, datadir) ; /* ttytype in curses.h */
++ "(DEBUG): LINES= %d, COLS= %d, Datadir= %s",
++ LINES, COLS, datadir) ;
+ wclrtoeol(aw.wmsg);
+ }
+
@@ -238,8 +238,8 @@
* Am calling touchwin() since its foolproof (see discussion above)
*/
diff --git a/net/nocol/patches/patch-ak b/net/nocol/patches/patch-ak
new file mode 100644
index 00000000000..1b57f8338ff
--- /dev/null
+++ b/net/nocol/patches/patch-ak
@@ -0,0 +1,15 @@
+$NetBSD: patch-ak,v 1.1 2002/06/28 08:42:35 agc Exp $
+
+--- netconsole/setup_display.c 2002/06/28 08:31:30 1.1
++++ netconsole/setup_display.c 2002/06/28 08:31:50
+@@ -48,8 +48,8 @@
+ {
+ endwin ();
+ fprintf (stderr,
+- "%s: Terminal ('%s') too small (need %d cols, have %d)\n\n",
+- prognm, ttytype, MNCOLS, COLS);
++ "%s: Terminal too small (need %d cols, have %d)\n\n",
++ prognm, MNCOLS, COLS);
+ exit (1);
+ }
+