From ehaupt@mx.critical.ch  Thu Sep 15 12:36:43 2005
Return-Path: <ehaupt@mx.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0F01016A41F
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintainer-update: sysutils/most - fix 'g', '%' functionality 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86154
>Category:       ports
>Synopsis:       maintainer-update: sysutils/most - fix 'g', '%' functionality
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    barner
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 15 12:40:11 GMT 2005
>Closed-Date:    Thu Sep 15 13:15:25 GMT 2005
>Last-Modified:  Thu Sep 15 13:15:25 GMT 2005
>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 <oberman@es.net> (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:
Responsible-Changed-From-To: freebsd-ports-bugs->barner 
Responsible-Changed-By: barner 
Responsible-Changed-When: Thu Sep 15 13:05:17 GMT 2005 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86154 
State-Changed-From-To: open->closed 
State-Changed-By: barner 
State-Changed-When: Thu Sep 15 13:15:11 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86154 
>Unformatted:
