diff options
author | knu <knu@FreeBSD.org> | 2003-06-30 13:58:03 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-06-30 13:58:03 +0800 |
commit | f415cdcbbdc10c57ff2069bfe990dab2557c35d3 (patch) | |
tree | 0fb819dc8359a6f6277f3176c065a1bc775047b2 /shells | |
parent | c392c9e27f86f2f025300dfb5834108d7638a38f (diff) | |
download | freebsd-ports-gnome-f415cdcbbdc10c57ff2069bfe990dab2557c35d3.tar.gz freebsd-ports-gnome-f415cdcbbdc10c57ff2069bfe990dab2557c35d3.tar.zst freebsd-ports-gnome-f415cdcbbdc10c57ff2069bfe990dab2557c35d3.zip |
Update to 2.04.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fd/Makefile | 2 | ||||
-rw-r--r-- | shells/fd/distinfo | 2 | ||||
-rw-r--r-- | shells/fd/files/patch-kctype.h | 14 |
3 files changed, 16 insertions, 2 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 2300560ce9d0..92abc5e2f2f8 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fd -PORTVERSION= 2.03b +PORTVERSION= 2.04 CATEGORIES= shells MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/ diff --git a/shells/fd/distinfo b/shells/fd/distinfo index 84aff29df3f5..61570f938003 100644 --- a/shells/fd/distinfo +++ b/shells/fd/distinfo @@ -1 +1 @@ -MD5 (FD-2.03b.tar.gz) = 64bc6f0b5575a55799f38b59e1797732 +MD5 (FD-2.04.tar.gz) = eaae4b005df484de36314c0703b6ecb7 diff --git a/shells/fd/files/patch-kctype.h b/shells/fd/files/patch-kctype.h new file mode 100644 index 000000000000..3789354736e8 --- /dev/null +++ b/shells/fd/files/patch-kctype.h @@ -0,0 +1,14 @@ +--- kctype.h.orig Wed Jun 25 00:00:00 2003 ++++ kctype.h Mon Jun 30 14:55:53 2003 +@@ -5,6 +5,11 @@ + */ + + #include <ctype.h> ++#ifndef __SYS_TYPES_STAT_H_ ++#define __SYS_TYPES_STAT_H_ ++#include <sys/types.h> ++#include <sys/stat.h> ++#endif + + #define QUOTE ('^' - '@') + #define C_BS '\010' |