summaryrefslogtreecommitdiff
path: root/japanese/pine/files/patch-aa
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2002-11-11 23:45:39 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2002-11-11 23:45:39 +0000
commitb5ea04d10fec1b38b206391a277b05ec86e2c4e7 (patch)
tree2dfde0c06ce174e8dbc7c7e01ae7fb98040c2011 /japanese/pine/files/patch-aa
parentFix user and group ownership of the installed files when they have been (diff)
Remove ports/japanese/pine.
Even though this port has some useful features, like Japanese help files and direct support for Japanese input using Canna on the Pico editor, I decided to remove this port as: 1. It seems to continue to have security problems, which no one seems to be working on. 2. mail/pine4 seems to support Japanese. 3. It doesn't seem like there will be an upgrade to this Japanize patch.
Notes
Notes: svn path=/head/; revision=69930
Diffstat (limited to 'japanese/pine/files/patch-aa')
-rw-r--r--japanese/pine/files/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/japanese/pine/files/patch-aa b/japanese/pine/files/patch-aa
deleted file mode 100644
index 61a22c67432d..000000000000
--- a/japanese/pine/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** pico/os_unix.c.orig Fri Sep 20 13:43:41 1996
---- pico/os_unix.c Fri Sep 20 13:44:43 1996
-***************
-*** 1527,1533 ****
- #endif
- extern int sys_nerr;
-
-! return((err >= 0 && err < sys_nerr) ? sys_errlist[err] : NULL);
- }
-
-
---- 1527,1533 ----
- #endif
- extern int sys_nerr;
-
-! return(((err >= 0) && (err < sys_nerr)) ? (char*)sys_errlist[err] : NULL);
- }
-
-