Sun Feb 21 12:24:54 2010 UTC ()
Add RCS Id (hi roy!).


(wiz)
diff -r1.43 -r1.44 pkgsrc/editors/emacs/distinfo
diff -r1.11 -r1.12 pkgsrc/editors/emacs/patches/patch-ag

cvs diff -r1.43 -r1.44 pkgsrc/editors/emacs/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/emacs/Attic/distinfo 2010/01/20 03:21:20 1.43
+++ pkgsrc/editors/emacs/Attic/distinfo 2010/02/21 12:24:54 1.44
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.43 2010/01/20 03:21:20 roy Exp $ 1$NetBSD: distinfo,v 1.44 2010/02/21 12:24:54 wiz Exp $
2 2
3SHA1 (emacs-23.1.tar.gz) = e993445d14d2fdedd1418bc32c8c4ea30442bc51 3SHA1 (emacs-23.1.tar.gz) = e993445d14d2fdedd1418bc32c8c4ea30442bc51
4RMD160 (emacs-23.1.tar.gz) = c557149f59916b82f0ae156f87406126b03671b4 4RMD160 (emacs-23.1.tar.gz) = c557149f59916b82f0ae156f87406126b03671b4
5Size (emacs-23.1.tar.gz) = 42904117 bytes 5Size (emacs-23.1.tar.gz) = 42904117 bytes
6SHA1 (patch-aa) = 3e65b93fad3fb436ec573148e5681333d1c58e3a 6SHA1 (patch-aa) = 3e65b93fad3fb436ec573148e5681333d1c58e3a
7SHA1 (patch-ab) = dcd6903d62b58b5c587001b26f0d300bcb54fe6d 7SHA1 (patch-ab) = dcd6903d62b58b5c587001b26f0d300bcb54fe6d
8SHA1 (patch-ac) = 9afbc10d2bd0f32cdfde8ae6a32236182dbac558 8SHA1 (patch-ac) = 9afbc10d2bd0f32cdfde8ae6a32236182dbac558
9SHA1 (patch-ae) = 2b016d6b4bb796cf5bddc55f104139e01209adb6 9SHA1 (patch-ae) = 2b016d6b4bb796cf5bddc55f104139e01209adb6
10SHA1 (patch-af) = c888cd3863e533d38f437292d9f800bcd3159529 10SHA1 (patch-af) = c888cd3863e533d38f437292d9f800bcd3159529
11SHA1 (patch-ag) = a1d242d5781eef4c8c27e8c3bbb6d1cdf105dc32 11SHA1 (patch-ag) = f10b733c75e7b24642e8bd6963acb95d9c942991

cvs diff -r1.11 -r1.12 pkgsrc/editors/emacs/patches/Attic/patch-ag (expand / switch to unified diff)

--- pkgsrc/editors/emacs/patches/Attic/patch-ag 2010/01/20 03:21:20 1.11
+++ pkgsrc/editors/emacs/patches/Attic/patch-ag 2010/02/21 12:24:54 1.12
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
 1$NetBSD: patch-ag,v 1.12 2010/02/21 12:24:54 wiz Exp $
 2
1When running terminfo but compiled for termcap, we cannot assume 3When running terminfo but compiled for termcap, we cannot assume
2that we actually have anything useable in termcap_term_buffer so just 4that we actually have anything useable in termcap_term_buffer so just
3use the terminfo fixed size defined ealier. 5use the terminfo fixed size defined ealier.
4 6
5--- src/term.c 2010-01-06 10:11:04.000000000 +0000 7--- src/term.c 2010-01-06 10:11:04.000000000 +0000
6+++ src/term.c 2010-01-06 10:11:53.000000000 +0000 8+++ src/term.c 2010-01-06 10:11:53.000000000 +0000
7@@ -3593,7 +3593,6 @@ 9@@ -3593,7 +3593,6 @@
8 #ifndef TERMINFO 10 #ifndef TERMINFO
9 if (strlen (tty->termcap_term_buffer) >= buffer_size) 11 if (strlen (tty->termcap_term_buffer) >= buffer_size)
10 abort (); 12 abort ();
11- buffer_size = strlen (tty->termcap_term_buffer); 13- buffer_size = strlen (tty->termcap_term_buffer);
12 #endif 14 #endif
13 tty->termcap_strings_buffer = area = (char *) xmalloc (buffer_size); 15 tty->termcap_strings_buffer = area = (char *) xmalloc (buffer_size);