From ba035cd2711995f1ef297577dede503bf1e4f0db Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Wed, 20 Jan 2016 13:43:58 +0000 Subject: [PATCH] shells/tcsh Patch based on a contribution from Tim Kelly. --- shells/tcsh/PLIST | 24 ++++++++++++------------ shells/tcsh/distinfo | 1 + shells/tcsh/patches/patch-zz-minix-a | 11 +++++++++++ 3 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 shells/tcsh/patches/patch-zz-minix-a diff --git a/shells/tcsh/PLIST b/shells/tcsh/PLIST index be14c5137..2b26ec421 100644 --- a/shells/tcsh/PLIST +++ b/shells/tcsh/PLIST @@ -3,15 +3,15 @@ bin/tcsh man/man1/tcsh.1 share/examples/tcsh/complete.tcsh share/examples/tcsh/csh-mode.el -share/locale/C/LC_MESSAGES/tcsh.cat -share/locale/de/LC_MESSAGES/tcsh.cat -share/locale/es/LC_MESSAGES/tcsh.cat -share/locale/et/LC_MESSAGES/tcsh.cat -share/locale/fi/LC_MESSAGES/tcsh.cat -share/locale/fr/LC_MESSAGES/tcsh.cat -share/locale/gr/LC_MESSAGES/tcsh.cat -share/locale/it/LC_MESSAGES/tcsh.cat -share/locale/ja/LC_MESSAGES/tcsh.cat -share/locale/pl/LC_MESSAGES/tcsh.cat -share/locale/ru/LC_MESSAGES/tcsh.cat -share/locale/ru_UA/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/C/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/de/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/es/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/et/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/fi/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/fr/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/gr/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/it/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/ja/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/pl/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/ru/LC_MESSAGES/tcsh.cat +@comment MINIX: share/locale/ru_UA/LC_MESSAGES/tcsh.cat diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 0350e0376..eeaf1108d 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -7,3 +7,4 @@ SHA1 (patch-aa) = cedcb5e0b209c50a945db6778fd86574ad16ad6b SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2 SHA1 (patch-configure) = 91c2019da8c074bd6f24b84bf798ccd497110727 SHA1 (patch-sh.h) = ac6211ddd5e552e9baec2d35aed5e7e573cab04e +SHA1 (patch-zz-minix-a) = cef2bc4fd2c30fc54678084376f01ba087aef3d2 diff --git a/shells/tcsh/patches/patch-zz-minix-a b/shells/tcsh/patches/patch-zz-minix-a new file mode 100644 index 000000000..93e5f90cd --- /dev/null +++ b/shells/tcsh/patches/patch-zz-minix-a @@ -0,0 +1,11 @@ +--- configure.orig Wed Jan 20 13:28:56 2016 ++++ configure Wed Jan 20 13:29:39 2016 +@@ -2807,7 +2807,7 @@ + + ## Minix systems + *-*-minix*) +- tcsh_config_file=minix ++ tcsh_config_file=bsd4.4 + ;; + + ## NetBSD systems