summaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-bz
diff options
context:
space:
mode:
authorJing-Tang Keith Jang <keith@FreeBSD.org>2000-11-17 19:06:54 +0000
committerJing-Tang Keith Jang <keith@FreeBSD.org>2000-11-17 19:06:54 +0000
commit265f9505face3cf3d8740d3c53ac96f62f4422bb (patch)
tree5b25eb9e2fc2868a7ceba02489deb18f3de43273 /chinese/pine4/files/patch-bz
parentResign 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-bz')
-rw-r--r--chinese/pine4/files/patch-bz20
1 files changed, 0 insertions, 20 deletions
diff --git a/chinese/pine4/files/patch-bz b/chinese/pine4/files/patch-bz
deleted file mode 100644
index 84b342953976..000000000000
--- a/chinese/pine4/files/patch-bz
+++ /dev/null
@@ -1,20 +0,0 @@
-*** pine/newmail.c.orig Mon Sep 25 15:07:01 2000
---- pine/newmail.c Tue Sep 26 15:34:24 2000
-***************
-*** 342,348 ****
- e->from->personal, NULL),
- ps_global->ttyo->screen_cols);
- else
-! sprintf(from + ((number > 1L) ? 18 : 6), "%s%s%s",
- e->from->mailbox,
- e->from->host ? "@" : "",
- e->from->host ? e->from->host : "");
---- 342,349 ----
- e->from->personal, NULL),
- ps_global->ttyo->screen_cols);
- else
-! snprintf(from + ((number > 1L) ? 18 : 6), sizeof(from) - strlen(from),
-! "%s%s%s",
- e->from->mailbox,
- e->from->host ? "@" : "",
- e->from->host ? e->from->host : "");