Update to 2.04.
This commit is contained in:
parent
e51a5e6f30
commit
1474b06c7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83883
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (FD-2.03b.tar.gz) = 64bc6f0b5575a55799f38b59e1797732
|
||||
MD5 (FD-2.04.tar.gz) = eaae4b005df484de36314c0703b6ecb7
|
||||
|
14
shells/fd/files/patch-kctype.h
Normal file
14
shells/fd/files/patch-kctype.h
Normal file
@ -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'
|
Loading…
Reference in New Issue
Block a user