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-ar | |
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-ar')
-rw-r--r-- | chinese/pine4/files/patch-ar | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/pine4/files/patch-ar b/chinese/pine4/files/patch-ar deleted file mode 100644 index 2124b48d896b..000000000000 --- a/chinese/pine4/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- pico/pilot.c.orig Tue Aug 25 01:37:39 1998 -+++ pico/pilot.c Thu Oct 14 10:53:42 1999 -@@ -222,7 +222,7 @@ - sup_keyhelp = !sup_keyhelp; - break; - case 'q': /* -q for termcap takes precedence */ -- gmode ^= MDTCAPWINS; -+ gmode |= MDTCAPWINS; - break; - case 'z': /* -z to suspend */ - gmode ^= MDSSPD; |