diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-30 05:58:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-30 05:58:03 +0000 |
commit | 1474b06c7b079bc8386ce2c13403d7df0a921d1f (patch) | |
tree | 1199bbefc9af957830ebc4af6e1d4f3446b48b42 /shells | |
parent | e51a5e6f306873cacc15424414b5b16c879481e3 (diff) | |
download | ports-1474b06c7b079bc8386ce2c13403d7df0a921d1f.tar.gz ports-1474b06c7b079bc8386ce2c13403d7df0a921d1f.zip |
Notes
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' |