pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nap regen to get correct line numbers; might help ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e00a1e916251
branches:  trunk
changeset: 496134:e00a1e916251
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 23 15:35:07 2005 +0000

description:
regen to get correct line numbers; might help irix bulk build.

diffstat:

 net/nap/distinfo         |   4 ++--
 net/nap/patches/patch-aa |  16 +++++++---------
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs (66 lines):

diff -r d07c1e210ebd -r e00a1e916251 net/nap/distinfo
--- a/net/nap/distinfo  Thu Jun 23 15:20:46 2005 +0000
+++ b/net/nap/distinfo  Thu Jun 23 15:35:07 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:13:53 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/06/23 15:35:07 wiz Exp $
 
 SHA1 (nap-1.4.4.tar.gz) = 1a6544d8b40c91decdb00e403d45658a328610dc
 RMD160 (nap-1.4.4.tar.gz) = 6c3fb2ddde757f7ab56a656ec647d10533bca9cc
 Size (nap-1.4.4.tar.gz) = 101334 bytes
-SHA1 (patch-aa) = 7fb878cf15e59557479f1bd6ba6586cf5b0a10ce
+SHA1 (patch-aa) = a38d42d597e336b10b385f1f8b16a736eaf759f6
 SHA1 (patch-ab) = aa9bebee15fdfaf0b2c7116c008fef5bca31c6d2
diff -r d07c1e210ebd -r e00a1e916251 net/nap/patches/patch-aa
--- a/net/nap/patches/patch-aa  Thu Jun 23 15:20:46 2005 +0000
+++ b/net/nap/patches/patch-aa  Thu Jun 23 15:35:07 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2001/01/08 14:20:20 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2005/06/23 15:35:07 wiz Exp $
 
---- nap.c.orig Mon Aug 28 00:39:57 2000
+--- nap.c.orig 2000-09-08 17:16:13.000000000 +0200
 +++ nap.c
-@@ -10,9 +10,8 @@
+@@ -10,7 +10,6 @@
  #include <dirent.h>
  #include <fcntl.h>
  #include <sys/types.h>
@@ -10,9 +10,7 @@
  #ifndef MCURSES
    #include <ncurses.h>
  #endif
- #include <stdlib.h>
- #include <signal.h>
-@@ -190,10 +189,8 @@
+@@ -151,10 +150,8 @@ void resize()
    ioctl(fileno(stdin), TIOCGWINSZ, &ws);
    
    resizeterm(ws.ws_row, ws.ws_col);
@@ -25,7 +23,7 @@
    if (notop)
      wresize(wchan, LINES-2, COLS);
    else
-@@ -226,10 +223,10 @@
+@@ -187,10 +184,10 @@ void resize()
  
  void wstats(WINDOW *win)
  {
@@ -40,7 +38,7 @@
    wp(win, "LINES/COLS to %i - %i\n", LINES, COLS);
    drw(win);
  }
-@@ -831,7 +828,7 @@
+@@ -790,7 +787,7 @@ void dscr(WINDOW *win)
    if (cur == NULL)
      return;
    
@@ -49,7 +47,7 @@
    
    if (cur->chan && (wmode && cur->chan != curchan))
      i++;
-@@ -846,7 +843,7 @@
+@@ -805,7 +802,7 @@ void dscr(WINDOW *win)
      i--;
    }
    



Home | Main Index | Thread Index | Old Index