pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/lv Update to version 4.51.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a6d25e565c6
branches:  trunk
changeset: 492157:9a6d25e565c6
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Apr 05 14:56:06 2005 +0000

description:
Update to version 4.51.
>From hiramatu /at/ boreas _dot_ dti _dot_ ne _dot_ jp in PR#29890,
with a few modifications by me.

* ver 4.51 (Jan.16th,2004)
     + fixed  keyboard-interrupt  handling while reloading a file to
       avoid  segmentation  fault.  (pointed  out  by  Masanori GOTO
       <gotom%debian.or.jp@localhost>)
     + modified  definitions  of boolean_t, PAGE_SIZE, VDISCARD, and
       autoconf  for  libcurses  for  AIX.  (pointed  out  by SHIOTA
       Shoichi <Shoichi.Shiota%lightwell.co.jp@localhost>)
     + omitted  to  specify  owner and group to install command, and
       omitted  include langinfo.h when HAVE_LANGINFO_CODESET is not
       defined,  for  Max  OS  X.  (pointed  out  by  Koki NAKASHIRO
       <nakasiro%sdl.hitachi.co.jp@localhost>)

diffstat:

 misc/lv/Makefile         |   9 ++++++---
 misc/lv/distinfo         |  10 +++++-----
 misc/lv/patches/patch-aa |  40 +++++++++++++++++++++-------------------
 3 files changed, 32 insertions(+), 27 deletions(-)

diffs (87 lines):

diff -r 65b2fc579ce2 -r 9a6d25e565c6 misc/lv/Makefile
--- a/misc/lv/Makefile  Tue Apr 05 14:00:33 2005 +0000
+++ b/misc/lv/Makefile  Tue Apr 05 14:56:06 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2005/03/24 21:12:57 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2005/04/05 14:56:06 cube Exp $
 
-DISTNAME=      lv450
-PKGNAME=       lv-4.50
+DISTNAME=      lv451
+PKGNAME=       lv-4.51
 CATEGORIES=    misc
 MASTER_SITES=  http://www.ff.iij4u.or.jp/~nrt/freeware/
 
@@ -13,4 +13,7 @@
 GNU_CONFIGURE= yes
 CONFIGURE_SCRIPT= ../src/configure
 
+MAKE_ENV+=     LN=${LN}
+INSTALLATION_DIRS=     lib/lv
+
 .include "../../mk/bsd.pkg.mk"
diff -r 65b2fc579ce2 -r 9a6d25e565c6 misc/lv/distinfo
--- a/misc/lv/distinfo  Tue Apr 05 14:00:33 2005 +0000
+++ b/misc/lv/distinfo  Tue Apr 05 14:56:06 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 11:02:55 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/04/05 14:56:06 cube Exp $
 
-SHA1 (lv450.tar.gz) = 6438609aa6a320641201c3e90132676d53bb0456
-RMD160 (lv450.tar.gz) = 3a1bb2816aa043995d60b88ea9bd7c64f97b2549
-Size (lv450.tar.gz) = 604731 bytes
-SHA1 (patch-aa) = 9221506a523a0ada4153f81a18152de01bfac315
+SHA1 (lv451.tar.gz) = 1a70299c27aa317a436976a557853858db4dcb5f
+RMD160 (lv451.tar.gz) = ae0d58b52dbf714f8b371f51ac87490ecba1c994
+Size (lv451.tar.gz) = 605082 bytes
+SHA1 (patch-aa) = e8774485d7dae4b0660e108374b4809f0b61e722
diff -r 65b2fc579ce2 -r 9a6d25e565c6 misc/lv/patches/patch-aa
--- a/misc/lv/patches/patch-aa  Tue Apr 05 14:00:33 2005 +0000
+++ b/misc/lv/patches/patch-aa  Tue Apr 05 14:56:06 2005 +0000
@@ -1,25 +1,27 @@
-$NetBSD: patch-aa,v 1.3 2003/10/10 16:22:03 jschauma Exp $
+$NetBSD: patch-aa,v 1.4 2005/04/05 14:56:06 cube Exp $
 
---- ../src/Makefile.in.orig    Fri Oct 10 11:57:43 2003
-+++ ../src/Makefile.in Fri Oct 10 11:56:46 2003
-@@ -64,7 +64,7 @@
+--- ../src/Makefile.in.orig    2004-01-06 08:22:17.000000000 +0100
++++ ../src/Makefile.in
+@@ -64,18 +64,10 @@ depend::
  #
  
  install::
--      $(INSTALL) -s -o bin -g bin -m 555 lv $(bindir)
-+      $(BSD_INSTALL_PROGRAM) lv $(bindir)
-       if test -f $(bindir)/lgrep; then \
-               /bin/rm -f $(bindir)/lgrep; \
-       fi
-@@ -72,9 +72,9 @@
-       if test ! -d $(lvlibdir); then \
-               mkdir -p $(lvlibdir); \
-       fi
--      $(INSTALL) -o bin -g bin -m 444 $(srcdir)/../lv.hlp $(lvlibdir)
-+      $(BSD_INSTALL_DATA) $(srcdir)/../lv.hlp $(lvlibdir)
-       if test -d $(mandir) -a -d $(mandir)/man1; then \
--              $(INSTALL) -o bin -g bin -m 444 $(srcdir)/../lv.1 $(mandir)/man1; \
-+              $(BSD_INSTALL_MAN) $(srcdir)/../lv.1 $(mandir)/man1; \
-       fi
+-      $(INSTALL) -s -m 555 lv $(bindir)
+-      if test -f $(bindir)/lgrep; then \
+-              /bin/rm -f $(bindir)/lgrep; \
+-      fi
+-      (cd $(bindir); ln lv lgrep)
+-      if test ! -d $(lvlibdir); then \
+-              mkdir -p $(lvlibdir); \
+-      fi
+-      $(INSTALL) -m 444 $(srcdir)/../lv.hlp $(lvlibdir)
+-      if test -d $(mandir) -a -d $(mandir)/man1; then \
+-              $(INSTALL) -m 444 $(srcdir)/../lv.1 $(mandir)/man1; \
+-      fi
++      $(BSD_INSTALL_PROGRAM) lv $(bindir)/lv
++      $(LN) -s lv $(bindir)/lgrep
++      $(BSD_INSTALL_DATA) $(srcdir)/../lv.hlp $(lvlibdir)/lv.hlp
++      $(BSD_INSTALL_MAN) $(srcdir)/../lv.1 $(mandir)/man1; \
  
  uninstall::
+       for i in $(bindir)/lv $(bindir)/lgrep $(lvlibdir)/lv.hlp $(mandir)/man1/lv.1; do \



Home | Main Index | Thread Index | Old Index