summaryrefslogtreecommitdiff
path: root/shells/mksh
diff options
context:
space:
mode:
authorahoka <ahoka>2009-06-14 11:51:41 +0000
committerahoka <ahoka>2009-06-14 11:51:41 +0000
commitd1a223f00dc9f35e42019dea66b3a5c3fabbcd50 (patch)
treeb41b17d1f7d62d6a62e2683754d02bbb4f6244b8 /shells/mksh
parent5f7543704873a31961abf1d3d9940144f6e8a5f9 (diff)
downloadpkgsrc-d1a223f00dc9f35e42019dea66b3a5c3fabbcd50.tar.gz
mksh R38c contains the following fixes:
* [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
Diffstat (limited to 'shells/mksh')
-rw-r--r--shells/mksh/Makefile6
-rw-r--r--shells/mksh/distinfo8
2 files changed, 7 insertions, 7 deletions
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