pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/bvi



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Jun 19 16:55:28 UTC 2016

Modified Files:
        pkgsrc/editors/bvi: Makefile PLIST distinfo
Added Files:
        pkgsrc/editors/bvi/patches: patch-bm__unix.c patch-comm.c
Removed Files:
        pkgsrc/editors/bvi/patches: patch-aa patch-ab

Log Message:
Update bvi to 1.4.0.

Upstream CHANGES:
 http://bvi.sourceforge.net/new140.html

bvi 1.4.0 - stable release

     * Minor fixes

bvi 1.4.0rc2

     * Ubuntu bug #252604 fixed
     * set scroll fixed
     * adding ASCII_DEL 0x7f for backspace

bvi 1.4.0rc

     * b B w W commands behave equally now (SF bug #5)
     * .bvirc empty line bug fixed (SF bug #6)
     * g-command bug fixed (SF bug #7)
     * several minor fixes

bvi 1.4.0beta

     * ~ - bug fixed (by elo3456)
     * debian bug #469704 fixed (bmore)
     * debian bug #715687 fixed (bmore)
     * red hat bug #925119 fixed

bvi 1.4.0alpha

     * Highlighting of search results
     * Large File Support added
     * Binary representation of current byte in status line added
     * command line options renamed for compability with hexdump
     * Offset handling fixed (Bug item #3036881)
     * noshowmode: fix length of statusline
     * bmore: 'b' bug fixed
     * ';' bug fixed
     * ZZ write bug fixed (ZZ ignores readonly)
     * Buffer overflow if terminal > 255 columns fixed
     * configure fixed
     * ncurses with tinfo fixed


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/bvi/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/bvi/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/bvi/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/editors/bvi/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/bvi/patches/patch-ab
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/bvi/patches/patch-bm__unix.c \
    pkgsrc/editors/bvi/patches/patch-comm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/bvi/Makefile
diff -u pkgsrc/editors/bvi/Makefile:1.27 pkgsrc/editors/bvi/Makefile:1.28
--- pkgsrc/editors/bvi/Makefile:1.27    Tue Aug 18 07:31:05 2015
+++ pkgsrc/editors/bvi/Makefile Sun Jun 19 16:55:28 2016
@@ -1,21 +1,18 @@
-# $NetBSD: Makefile,v 1.27 2015/08/18 07:31:05 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2016/06/19 16:55:28 tsutsui Exp $
 #
 
-DISTNAME=      bvi-1.3.2.src
-PKGNAME=       bvi-1.3.2
-PKGREVISION=   3
+DISTNAME=      bvi-1.4.0.src
+PKGNAME=       bvi-1.4.0
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bvi/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    tsutsui%NetBSD.org@localhost
 HOMEPAGE=      http://bvi.sourceforge.net/
 COMMENT=       Vi-like editor for binary files
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE= YES
-LIBS+=         ${BUILDLINK_LDADD.termcap}
 MAKE_ENV+=     SHELL=${SH:Q}
 
 .include "../../mk/curses.buildlink3.mk"
-.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/editors/bvi/PLIST
diff -u pkgsrc/editors/bvi/PLIST:1.2 pkgsrc/editors/bvi/PLIST:1.3
--- pkgsrc/editors/bvi/PLIST:1.2        Wed Mar  3 21:30:08 2004
+++ pkgsrc/editors/bvi/PLIST    Sun Jun 19 16:55:28 2016
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2004/03/03 21:30:08 ben Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/06/19 16:55:28 tsutsui Exp $
 bin/bmore
 bin/bvedit
 bin/bvi
 bin/bview
 man/man1/bmore.1
 man/man1/bvi.1
-lib/bmore.help
+share/bvi/bmore.help

Index: pkgsrc/editors/bvi/distinfo
diff -u pkgsrc/editors/bvi/distinfo:1.7 pkgsrc/editors/bvi/distinfo:1.8
--- pkgsrc/editors/bvi/distinfo:1.7     Tue Nov  3 03:32:14 2015
+++ pkgsrc/editors/bvi/distinfo Sun Jun 19 16:55:28 2016
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 03:32:14 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/06/19 16:55:28 tsutsui Exp $
 
-SHA1 (bvi-1.3.2.src.tar.gz) = 0ff213ebb5cd0993c5d1f7c8d4172aaec709aac1
-RMD160 (bvi-1.3.2.src.tar.gz) = d50aa06d5c978026d363002fee194802b2096cbc
-SHA512 (bvi-1.3.2.src.tar.gz) = eb8a01602751b61c471207124c90346375ccf34ba85e661143f6da8f113f48070d132e98213484bd16d0b6b4c8d0fa27776d36f18cac21336076ca35bcfcb58c
-Size (bvi-1.3.2.src.tar.gz) = 170444 bytes
-SHA1 (patch-aa) = e62f72fd84d03a0109a0b02950aff468ba5639b6
-SHA1 (patch-ab) = b3aa82a7fea3122328a2bee8e532684bf7f306c2
+SHA1 (bvi-1.4.0.src.tar.gz) = 7b3c0760f0779dba920e08eafcf2fe23a09d70da
+RMD160 (bvi-1.4.0.src.tar.gz) = f1b3822cbaef7dfc078629819a0eefda6e82e15f
+SHA512 (bvi-1.4.0.src.tar.gz) = 119cfc7350f81c324e77243f948cfb91cd9a3122fef307616e4756a99732f69131aed2a26ebe48048698b9c211a0214255f3e6605ad2cbf479a14a4a0f88923c
+Size (bvi-1.4.0.src.tar.gz) = 139202 bytes
+SHA1 (patch-bm__unix.c) = 87720c17e7369f123c86c840f8111b7d9ba5ed73
+SHA1 (patch-comm.c) = d86849d41e2387514ea0c222b06400ed14a4ca36

Added files:

Index: pkgsrc/editors/bvi/patches/patch-bm__unix.c
diff -u /dev/null pkgsrc/editors/bvi/patches/patch-bm__unix.c:1.1
--- /dev/null   Sun Jun 19 16:55:28 2016
+++ pkgsrc/editors/bvi/patches/patch-bm__unix.c Sun Jun 19 16:55:28 2016
@@ -0,0 +1,22 @@
+$NetBSD: patch-bm__unix.c,v 1.1 2016/06/19 16:55:28 tsutsui Exp $
+
+- use <errno.h> for errno.
+
+--- bm_unix.c.orig     2013-08-25 18:59:33.000000000 +0000
++++ bm_unix.c
+@@ -27,6 +27,7 @@
+ 
+ 
+ #include "bmore.h"
++#include <errno.h>
+ #include <termios.h>
+ 
+ #define TBUFSIZ 1024
+@@ -260,7 +261,6 @@ int
+ vgetc()
+ {
+     char cha;
+-    extern int errno;
+ 
+     errno = 0;
+     if (read(2, &cha, 1) <= 0) {
Index: pkgsrc/editors/bvi/patches/patch-comm.c
diff -u /dev/null pkgsrc/editors/bvi/patches/patch-comm.c:1.1
--- /dev/null   Sun Jun 19 16:55:28 2016
+++ pkgsrc/editors/bvi/patches/patch-comm.c     Sun Jun 19 16:55:28 2016
@@ -0,0 +1,23 @@
+$NetBSD: patch-comm.c,v 1.1 2016/06/19 16:55:28 tsutsui Exp $
+
+- use <errno.h> for errno.
+
+--- comm.c.orig        2014-01-29 14:54:53.000000000 +0000
++++ comm.c
+@@ -35,6 +35,8 @@
+ #include "bvi.h"
+ #include "set.h"
+ 
++#include <errno.h>
++
+ #ifdef HAVE_UNISTD_H
+ #     include <unistd.h>
+ #endif
+@@ -84,7 +86,6 @@ PTR          end_addr;
+ extern        char    *name;                  /* actual filename */
+ extern        char    **files;                /* used for "next" and "rewind" */
+ extern        int             numfiles, curfile;
+-extern        int             errno;
+ 
+ static        char    oldbuf[CMDSZ];          /** for :!! command **/
+ 



Home | Main Index | Thread Index | Old Index