From: Jan Rękorajski Date: Fri, 21 Apr 2006 23:41:32 +0000 (+0000) Subject: - orphaned, outdated X-Git-Tag: auto/th/texinfo-4_9-1~9 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ftexinfo.git;a=commitdiff_plain;h=656b2d20934ca5118eb8f5957cee33e1d3c2686c - orphaned, outdated Changed files: texinfo-alpha-tioc.patch -> 1.2 texinfo-exe.patch -> 1.2 --- diff --git a/texinfo-alpha-tioc.patch b/texinfo-alpha-tioc.patch deleted file mode 100644 index 63e3361..0000000 --- a/texinfo-alpha-tioc.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- texinfo-3.12f/info/terminal.c.gafton Fri Mar 12 00:25:17 1999 -+++ texinfo-3.12f/info/terminal.c Fri Mar 12 00:31:04 1999 -@@ -560,18 +560,7 @@ - BC = tgetstr ("pc", &buffer); - PC = BC ? *BC : 0; - --#if defined (TIOCGETP) -- { -- struct sgttyb sg; -- -- if (ioctl (fileno (stdout), TIOCGETP, &sg) != -1) -- ospeed = sg.sg_ospeed; -- else -- ospeed = B9600; -- } --#else - ospeed = B9600; --#endif /* !TIOCGETP */ - - term_cr = tgetstr ("cr", &buffer); - term_clreol = tgetstr ("ce", &buffer); -@@ -642,18 +631,6 @@ - /* How to Read Characters From the Terminal */ - /* */ - /* **************************************************************** */ -- --#if defined (TIOCGETC) --/* A buffer containing the terminal interrupt characters upon entry -- to Info. */ --struct tchars original_tchars; --#endif -- --#if defined (TIOCGLTC) --/* A buffer containing the local terminal mode characters upon entry -- to Info. */ --struct ltchars original_ltchars; --#endif - - #if defined (HAVE_TERMIOS_H) - struct termios original_termios, ttybuff; diff --git a/texinfo-exe.patch b/texinfo-exe.patch deleted file mode 100644 index 029569b..0000000 --- a/texinfo-exe.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- texinfo-3.12f/util/install-info.c.gafton Thu Mar 11 23:23:47 1999 -+++ texinfo-3.12f/util/install-info.c Thu Mar 11 23:24:09 1999 -@@ -547,7 +547,7 @@ - compression_program = &local_compression_program; - - if (data[0] == '\x1f' && data[1] == '\x8b') --#ifdef STRIP_DOT_EXE -+#if STRIP_DOT_EXE - /* An explicit .exe yields a better diagnostics from popen below - if they don't have gzip installed. */ - *compression_program = "gzip.exe";