aboutsummaryrefslogtreecommitdiffstats
path: root/shells/fd
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-05-27 12:03:18 +0800
committerknu <knu@FreeBSD.org>2004-05-27 12:03:18 +0800
commitfadd4fe3f03f9179b54bd35c201e31f827b796b9 (patch)
tree636c13d44d57cada597b355e88d865396cef2479 /shells/fd
parent0a00988fbf5bd91550a6629549bc4a2825e7b6aa (diff)
downloadfreebsd-ports-gnome-fadd4fe3f03f9179b54bd35c201e31f827b796b9.tar.gz
freebsd-ports-gnome-fadd4fe3f03f9179b54bd35c201e31f827b796b9.tar.zst
freebsd-ports-gnome-fadd4fe3f03f9179b54bd35c201e31f827b796b9.zip
Double MAXLAUNCHTABLE and MAXFUNCLINES.
Diffstat (limited to 'shells/fd')
-rw-r--r--shells/fd/Makefile2
-rw-r--r--shells/fd/files/patch-fd.h18
2 files changed, 15 insertions, 5 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index 5cbf80599e6b..cb22d03fd1cb 100644
--- a/shells/fd/Makefile
+++ b/shells/fd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fd
PORTVERSION= 2.05d
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= shells
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
ftp://ftp.unixusers.net/src/fdclone/
diff --git a/shells/fd/files/patch-fd.h b/shells/fd/files/patch-fd.h
index ac6a52d45fd8..38f0333db6f3 100644
--- a/shells/fd/files/patch-fd.h
+++ b/shells/fd/files/patch-fd.h
@@ -1,7 +1,17 @@
---- fd.h.orig Wed Jul 10 00:00:00 2002
-+++ fd.h Sun Aug 11 22:25:15 2002
-@@ -132,3 +132,3 @@
- #define MAXLAUNCHTABLE 32
+--- fd.h.orig Wed May 12 00:00:00 2004
++++ fd.h Wed May 26 19:07:10 2004
+@@ -171,11 +171,11 @@
+ ****************************************************************/
+ #define MAXBINDTABLE 256
+ #define MAXMACROTABLE 64
+-#define MAXLAUNCHTABLE 32
-#define MAXARCHIVETABLE 16
++#define MAXLAUNCHTABLE 64
+#define MAXARCHIVETABLE 32
#define MAXALIASTABLE 256
+ #define MAXFUNCTABLE 32
+-#define MAXFUNCLINES 16
++#define MAXFUNCLINES 32
+ #if MSDOS
+ #define MAXCOMMSTR (128 - 2)
+ #endif