Skip site navigation (1)Skip section navigation (2)
Date:      15 Sep 2005 12:36:41 -0000
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86154: maintainer-update: sysutils/most - fix 'g', '%' functionality 
Message-ID:  <20050915123641.73962.qmail@mx.critical.ch>
Resent-Message-ID: <200509151240.j8FCeBnS004724@freefall.freebsd.org>

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

>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 <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:
>Unformatted:



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