pkgsrc-Bugs archive

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

pkg/29890: update request of misc/lv



>Number:         29890
>Category:       pkg
>Synopsis:       update request of misc/lv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 05 09:04:00 +0000 2005
>Originator:     hiramatu%boreas.dti.ne.jp@localhost
>Release:        NetBSD 2.0.1
>Organization:
        
>Environment:
        
        
System: NetBSD rhine.my.domain 2.0.1 NetBSD 2.0.1 (Rhine) #3: Fri Feb 18 
21:13:11 JST 2005 
hiramatsu%rhine.my.domain@localhost:/usr/src/sys/arch/i386/compile/Rhine i386
Architecture: i386
Machine: i386
>Description:
lv 4.51 is available.

Changes from 4.50:

* 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>)

>How-To-Repeat:
        
>Fix:

=== Makefile
==================================================================
--- Makefile  (revision 3)
+++ Makefile  (local)
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.13 2004/04/17 15:22:52 xtraeme 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/
 
=== distinfo
==================================================================
--- distinfo  (revision 3)
+++ distinfo  (local)
@@ -1,6 +1,5 @@
 $NetBSD: distinfo,v 1.6 2005/02/24 11:02:55 agc 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
=== patches/patch-aa
==================================================================
--- patches/patch-aa  (revision 3)
+++ patches/patch-aa  (local)
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2003/10/10 16:22:03 jschauma 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 @@
- #
- 
- 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
- 
- uninstall::

>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index