From d2254e1b633317f88ceb728d82e20dc3f96f201b Mon Sep 17 00:00:00 2001 From: ahoka Date: Sun, 14 Jun 2009 11:51:41 +0000 Subject: mksh R38c contains the following fixes: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [tg] Fix regression tests on OSes insisting on a shebang (Cygwin) * [Sean Boudreau] QNX 6.4.2 ed(1) is said to have the bugs fixed * [tg] Build.sh bugfixes: -DMKSH_BINSHREDUCED can also be given without -DMKSH_SMALL; allow HAVE_REALPATH=x and HAVE_REVOKE=x in the environment to re-enable these even if -DMKSH_SMALL disables them by default, like mknod already did * [tg] -DMKSH_ASSUME_UTF8=0 skips the environment checks, like -DMKSH_ASSUME_UTF8=1, but disables the utf8-mode * [tg] Apply some more KNF – style(9) – to the source; clean it up and further optimise for small size * [OpenBSD] Fix segfaults caused by missing check for end of input in the tokeniser on “let --” and other input * [OpenBSD] Make Vi editing mode ^W behave like Emacs mode’s * [tg] If no killpg(3) is avaiable, use kill(2) and hope it works * [tg] -DMKSH_NO_LIMITS skips trying to build the ulimit code --- shells/mksh/Makefile | 6 +++--- shells/mksh/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'shells') diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index 62d5bce5562..2efebd63b18 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2009/06/03 13:46:03 ahoka Exp $ +# $NetBSD: Makefile,v 1.12 2009/06/14 11:51:41 ahoka Exp $ -DISTNAME= mksh-R38b +DISTNAME= mksh-R38c PKGNAME= ${DISTNAME:S/-R/-/} CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ http://pub.allbsd.org/MirOS/dist/mir/mksh/ EXTRACT_SUFX= .cpio.gz -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://mirbsd.de/mksh COMMENT= MirBSD Korn Shell LICENSE= miros diff --git a/shells/mksh/distinfo b/shells/mksh/distinfo index f8f162dd9c8..c740303772b 100644 --- a/shells/mksh/distinfo +++ b/shells/mksh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/06/03 13:46:03 ahoka Exp $ +$NetBSD: distinfo,v 1.12 2009/06/14 11:51:41 ahoka Exp $ -SHA1 (mksh-R38b.cpio.gz) = e73af64f25b7d3ab3b283ad225484420b49464fd -RMD160 (mksh-R38b.cpio.gz) = 02fbe51e6330c3dab49e6bf273573fb5fb282451 -Size (mksh-R38b.cpio.gz) = 276680 bytes +SHA1 (mksh-R38c.cpio.gz) = 2fc249348ba1fd17fdd698297ba8bd77e4cda82c +RMD160 (mksh-R38c.cpio.gz) = d2a5f00a992e359f985b9023d9780c5283adb2e5 +Size (mksh-R38c.cpio.gz) = 276630 bytes -- cgit v1.2.3