diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-17 19:06:54 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-17 19:06:54 +0000 |
commit | 265f9505face3cf3d8740d3c53ac96f62f4422bb (patch) | |
tree | 5b25eb9e2fc2868a7ceba02489deb18f3de43273 /chinese/pine4/files/patch-bl | |
parent | Resign as maintainer of KDE2 ports, having brought them up from inception (diff) |
Upgrade from 4.21 to 4.30.
Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)
According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR: ports/22436
Notes
Notes:
svn path=/head/; revision=35230
Diffstat (limited to 'chinese/pine4/files/patch-bl')
-rw-r--r-- | chinese/pine4/files/patch-bl | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/chinese/pine4/files/patch-bl b/chinese/pine4/files/patch-bl deleted file mode 100644 index c546febae630..000000000000 --- a/chinese/pine4/files/patch-bl +++ /dev/null @@ -1,38 +0,0 @@ ---- pine/signals.c.orig Wed Apr 21 08:25:18 1999 -+++ pine/signals.c Thu Oct 14 10:53:45 1999 -@@ -385,7 +385,7 @@ - ps_global->inbox_stream->rdonly = 1; /* and become read-only */ - mail_ping(ps_global->inbox_stream); - q_status_message(SM_ASYNC, 3, 7, -- "Another Pine is accessing Inbox. Session now Read-Only."); -+ "另外一份 Pine 正在存取 Inbox。這個 session 進入唯讀狀態。"); - dprint(1, (debugfile, "** INBOX went read-only **\n\n")); - } - -@@ -397,7 +397,7 @@ - ps_global->mail_stream->rdonly = 1; /* and become read-only */ - mail_ping(ps_global->mail_stream); - q_status_message(SM_ASYNC, 3, 7, -- "Another Pine is accessing folder. Session now Read-Only."); -+ "另外一份 Pine 正在存取資料匣。這個 session 進入唯讀狀態。"); - dprint(1, (debugfile, "** secondary folder went read-only **\n\n")); - } - } -@@ -535,7 +535,7 @@ - int retval = 1; - - dprint(9,(debugfile, "busy_alarm(%d, %s, %p, %d)\n", -- seconds, msg ? msg : "Busy", pc_func, init_msg)); -+ seconds, msg ? msg : "請稍後", pc_func, init_msg)); - - /* - * If we're already busy'ing, and we don't have something special, -@@ -559,7 +559,7 @@ - final_message = 1; - } - else{ -- strcpy(busy_message, "Busy"); -+ strcpy(busy_message, "請稍後"); - final_message = 0; - } - |