Subject: CVS commit: pkgsrc/shells/tcsh
From: Havard Eidnes
Date: 2017-02-17 20:21:44
Message id: 20170217192145.06109FBE4@cvs.NetBSD.org

Log Message:
Make the <meta> modifier work on Linux again by applying a fix
from upstream, ref.

https://github.com/tcsh-org/tcsh/commit/8e6dfd53321a0b0047f7d75db21a946c166c600b

Unfortunately the AsciiOnly reversion causes a SEGV because
*ch is used to index in the command array, and now contains
INVALID_BYTE.  Reproduce error with:
  env -i ./tcsh
  <meta>b
Bump PKGREVISION.

Files:
RevisionActionfile
1.85modifypkgsrc/shells/tcsh/Makefile
1.39modifypkgsrc/shells/tcsh/distinfo
1.1addpkgsrc/shells/tcsh/patches/patch-ed.inputl.c