From 6cd1c5bf81301230997bacbc55a6f30e8633e438 Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 5 Apr 2005 14:56:06 +0000 Subject: 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 ) + modified definitions of boolean_t, PAGE_SIZE, VDISCARD, and autoconf for libcurses for AIX. (pointed out by SHIOTA Shoichi ) + 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 ) --- misc/lv/Makefile | 9 ++++++--- misc/lv/distinfo | 10 +++++----- misc/lv/patches/patch-aa | 40 +++++++++++++++++++++------------------- 3 files changed, 32 insertions(+), 27 deletions(-) (limited to 'misc') diff --git a/misc/lv/Makefile b/misc/lv/Makefile index 115711f0ec8..0fa5d3985a6 100644 --- a/misc/lv/Makefile +++ b/misc/lv/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../src/configure +MAKE_ENV+= LN=${LN} +INSTALLATION_DIRS= lib/lv + .include "../../mk/bsd.pkg.mk" diff --git a/misc/lv/distinfo b/misc/lv/distinfo index 6bb3c540939..8f42c1e776f 100644 --- a/misc/lv/distinfo +++ b/misc/lv/distinfo @@ -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 --git a/misc/lv/patches/patch-aa b/misc/lv/patches/patch-aa index 4e5607b0904..b86e2a96699 100644 --- a/misc/lv/patches/patch-aa +++ b/misc/lv/patches/patch-aa @@ -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 \ -- cgit v1.2.3