mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Fix 'g' and '%' commands [1]
- Update WWW [2] - Bump port revision [2] Submitted by: Kevin Oberman <oberman@es.net> [1], Emanuel Haupt <ehaupt@critical.ch> [2] (maintainer) PR: ports/85994 [1], ports/86154 [2]
This commit is contained in:
parent
d9fff15a61
commit
f25eb90ed8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142815
@ -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/ \
|
||||
|
11
sysutils/most/files/patch-src-window.c
Normal file
11
sysutils/most/files/patch-src-window.c
Normal file
@ -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;
|
||||
|
@ -10,5 +10,5 @@ option, autosensing of binary files can be disabled (via the -k
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user