]> git.pld-linux.org Git - packages/less.git/commitdiff
40c2dd4ac137b61b6a55a6478817daf4 less-381.tar.gz
authorTomek Orzechowski <orzech@pld-linux.org>
Sun, 16 Feb 2003 21:32:24 +0000 (21:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    less-libtinfo.patch -> 1.2
    less-number.patch -> 1.2

less-libtinfo.patch
less-number.patch [deleted file]

index 13a273e4fefb905ad44fcdd051234e25402d0b92..512f55d2da86c98d4d9c3ee93c46fff411ad0b3d 100644 (file)
@@ -1,16 +1,15 @@
---- less-378/configure.in~     Sat Jan 18 17:05:57 2003
-+++ less-378/configure.in      Sat Jan 18 17:05:57 2003
-@@ -14,9 +14,10 @@
dnl AC_SYS_LARGEFILE
+--- lesso/configure.ac Sat Jan 18 05:55:15 2003
++++ less/configure.ac  Sun Feb 16 22:28:19 2003
+@@ -23,9 +23,9 @@
+ AC_SYS_LARGEFILE
  
dnl Checks for libraries.
# Checks for general libraries.
 -AC_CHECK_LIB(xcurses, initscr, [have_xcurses=yes], [have_xcurses=no])
 -AC_CHECK_LIB(ncurses, initscr, [have_ncurses=yes], [have_ncurses=no])
 -AC_CHECK_LIB(curses, initscr, [have_curses=yes], [have_curses=no])
 +AC_CHECK_LIB(xcurses, tgetent, [have_xcurses=yes], [have_xcurses=no])
-+AC_CHECK_LIB(tinfo, tgetent, [have_ncurses=yes],
-+   [AC_CHECK_LIB(ncurses, tgetent, [have_ncurses=yes], [have_ncurses=no])])
++AC_CHECK_LIB(ncurses, tgetent, [have_ncurses=yes], [have_ncurses=no])
 +AC_CHECK_LIB(curses, tgetent, [have_curses=yes], [have_curses=no])
  AC_CHECK_LIB(termcap, tgetent, [have_termcap=yes], [have_termcap=no])
  AC_CHECK_LIB(termlib, tgetent, [have_termlib=yes], [have_termlib=no])
dnl Regular expressions (regcmp) are in -lgen on Solaris 2,
# Regular expressions (regcmp) are in -lgen on Solaris 2,
diff --git a/less-number.patch b/less-number.patch
deleted file mode 100644 (file)
index f62caac..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- less-358/line.c.num        Fri Oct  5 06:02:45 2001
-+++ less-358/line.c    Fri Oct  5 06:03:22 2001
-@@ -153,8 +153,10 @@
-               sprintf(&linebuf[curr], "%*d", LINENUM_WIDTH, lno);
-               column += LINENUM_WIDTH;
-               for (i = 0;  i < LINENUM_WIDTH;  i++)
-+              {
-                       charset[curr] = ASCII;
-                       attr[curr++] = AT_NORMAL;
-+              }
-       }
-       /*
-        * Append enough spaces to bring us to the lmargin.
This page took 0.059938 seconds and 4 git commands to generate.