From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 15 12:40:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC01116A422 for ; Thu, 15 Sep 2005 12:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDA243D55 for ; Thu, 15 Sep 2005 12:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8FCeBH9004725 for ; Thu, 15 Sep 2005 12:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8FCeBnS004724; Thu, 15 Sep 2005 12:40:11 GMT (envelope-from gnats) Resent-Date: Thu, 15 Sep 2005 12:40:11 GMT Resent-Message-Id: <200509151240.j8FCeBnS004724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F01016A41F for ; Thu, 15 Sep 2005 12:36:43 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: from mx.critical.ch (admin.critical.ch [67.18.86.178]) by mx1.FreeBSD.org (Postfix) with SMTP id B921E43D45 for ; Thu, 15 Sep 2005 12:36:42 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: (qmail 73963 invoked by uid 1000); 15 Sep 2005 12:36:41 -0000 Message-Id: <20050915123641.73962.qmail@mx.critical.ch> Date: 15 Sep 2005 12:36:41 -0000 From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86154: maintainer-update: sysutils/most - fix 'g', '%' functionality X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 12:40:13 -0000 >Number: 86154 >Category: ports >Synopsis: maintainer-update: sysutils/most - fix 'g', '%' functionality >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 15 12:40:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: The following patch fixes 'g', '%' functionality (jump to line/percent of page). The patch has been submitted to the author. - bump PORTREVISION - add patch (files/patch-src-window.c) - change WWW Patch contributed by: Kevin Oberman (thanks) Originating PR: 85994 >How-To-Repeat: >Fix: --- most.patch begins here --- diff -Nur most.orig/Makefile most/Makefile --- most.orig/Makefile Fri Sep 2 18:56:37 2005 +++ most/Makefile Thu Sep 15 14:20:36 2005 @@ -7,6 +7,7 @@ PORTNAME= most PORTVERSION= 4.10.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ \ diff -Nur most.orig/files/patch-src-window.c most/files/patch-src-window.c --- most.orig/files/patch-src-window.c Thu Jan 1 01:00:00 1970 +++ most/files/patch-src-window.c Thu Sep 15 14:18:56 2005 @@ -0,0 +1,11 @@ +--- src/window.c.orig Sat Jul 2 05:04:58 2005 ++++ src/window.c Thu Sep 15 14:18:26 2005 +@@ -238,7 +238,7 @@ + + int most_read_from_minibuffer(char *prompt, char *what, unsigned int buflen) + { +- int i = 0; ++ int i = 1; + char *buf; + unsigned int len; + diff -Nur most.orig/pkg-descr most/pkg-descr --- most.orig/pkg-descr Mon May 9 22:46:27 2005 +++ most/pkg-descr Thu Sep 15 14:26:09 2005 @@ -10,5 +10,5 @@ option), thereby allowing one to browse files encoded in a different language (Japanese, Korean, Chinese, etc). -WWW: http://space.mit.edu/~davis/jedsoft/most/ +WWW: http://www.jedsoft.org/most/ FTP: ftp://ftp.jedsoft.org/pub/davis/most --- most.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: