Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 18:37:46 -0500 (EST)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15104: Update port: editors/bvi
Message-ID:  <19991126233746.CED3F9B38@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>Number:         15104
>Category:       ports
>Synopsis:       Update port: editors/bvi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 26 15:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 3.3-STABLE i386

>Description:

Update port: editors/bvi

* Changes prompted by Christian Weisgerber <naddy@mips.rhein-neckar.de>:
  * gmake not needed
  * link bview.1 -> bvi.1
  * patch io.c

>How-To-Repeat:
>Fix:

diff -urN bvi.orig/Makefile bvi/Makefile
--- bvi.orig/Makefile	Fri Nov 26 15:06:33 1999
+++ bvi/Makefile	Fri Nov 26 18:05:50 1999
@@ -14,8 +14,8 @@
 MAINTAINER=	jedgar@fxp.org
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 
 MAN1=		bvi.1
+MLINKS=		bvi.1 bview.1
 
 .include <bsd.port.mk>
diff -urN bvi.orig/patches/patch-ab bvi/patches/patch-ab
--- bvi.orig/patches/patch-ab	Wed Dec 31 19:00:00 1969
+++ bvi/patches/patch-ab	Fri Nov 26 18:07:20 1999
@@ -0,0 +1,11 @@
+--- io.c.orig	Tue Nov  2 04:44:10 1999
++++ io.c	Fri Nov 26 18:06:58 1999
+@@ -119,7 +119,7 @@
+ 		} else if (S_ISBLK(buf.st_mode)) {
+ 			filemode = BLOCK_SPECIAL;
+ 		} else if (S_ISREG(buf.st_mode)) {
+-			if ((unsigned long)buf.st_size > (unsigned long)SIZE_T_MAX) {
++			if (buf.st_size > SIZE_T_MAX) {
+ 				move(maxy, 0);
+ 				endwin();
+ 				printf("File too large\n");

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991126233746.CED3F9B38>