summaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-az
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-az
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-az')
-rw-r--r--chinese/pine4/files/patch-az21
1 files changed, 0 insertions, 21 deletions
diff --git a/chinese/pine4/files/patch-az b/chinese/pine4/files/patch-az
deleted file mode 100644
index 1782f39a69e1..000000000000
--- a/chinese/pine4/files/patch-az
+++ /dev/null
@@ -1,21 +0,0 @@
---- pine/init.c.orig Sat Oct 2 07:54:14 1999
-+++ pine/init.c Thu Oct 14 13:35:02 1999
-@@ -339,7 +339,7 @@
-
- /*----------------------------------------------------------------------
- These are the variables that control a number of pine functions. They
--come out of the .pinerc and the /usr/local/lib/pine.conf files. Some can
-+come out of the .pinerc and the @@PREFIX@@/etc/pine.conf files. Some can
- be set by the user while in Pine. Eventually all the local ones should
- be so and maybe the global ones too.
-
-@@ -660,6 +660,9 @@
- GLO_NORM_FORE_COLOR = cpystr(colorx(DEFAULT_NORM_FORE));
- GLO_NORM_BACK_COLOR = cpystr(colorx(DEFAULT_NORM_BACK));
- #endif
-+
-+ F_TURN_ON(F_TCAP_WINS,ps);
-+ F_TURN_ON(F_QUELL_INTERNAL_MSG,ps);
-
- /* Set the default mail directory */
- build_path(buf, GLO_MAIL_DIRECTORY, "[]");