diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2014-01-26 08:57:32 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2014-01-26 08:57:32 +0000 |
commit | 746a0faa5080f564cd6cd7631b2bb02a8e17639b (patch) | |
tree | 4bef11311d3dc0d70526053264653a629eeb5f79 /shells/mksh/Makefile | |
parent | 86c9b0f4e483371c201a1351b7fb7b5f7aeda822 (diff) | |
download | pkgsrc-746a0faa5080f564cd6cd7631b2bb02a8e17639b.tar.gz |
Update mksh to R49.
R49 is a recommended bugfix release:
- [tg] dot.mkshrc: fix two issues with the cd wrapper
- [tg] Unbreak set +p (wider issue still to be addressed)
- [Steffen Daode Nurpmeso] Use WCONTINUED with waitpid(2)
- [millert] Add proper suspend builtin handling tty(4) and setpgrp(2)
- [tg] Sanitise and slightly optimise control character handling
- [tg] Add O_BINARY to all open(2) calls for OS/2 kLIBC support
- [tg] Generate option strings for shell, set, ulimit at compile time
- [Steffen Daode Nurpmeso] Drop ISTRIP termios(4) mode
- [tg] Mention negative history numbers, octals in the manpage
- [tg] Make check.pl work with Perl < 5.6.1 again
- [tg] Detect getsid(2) and skip the oksh suspend builtin otherwise
- [tg] Document that set -o noclobber is unsafe for tempfiles
- [tg] Update to Unicode 6.3.0
- [RT] Restore some portability
- [tg] Fix parsing positional argument variable names
- [tg] Sprinkle a few __attribute__((__pure__)); fix warnings
- [tg] Fix build on OSX: always use our wcwidth code; only use our strlcpy(3)
code if the OE doesn’t provide one (prompted by jonthn on IRC)
- [tg] Optimise sh -c to exec even in MKSH_SMALL
- [tg] Use new BAFH for hashing
Diffstat (limited to 'shells/mksh/Makefile')
-rw-r--r-- | shells/mksh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index 9bf01f3771d..ffa8d60500f 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2013/08/18 10:00:12 bsiegert Exp $ +# $NetBSD: Makefile,v 1.26 2014/01/26 08:57:32 bsiegert Exp $ -DISTNAME= mksh-R48b +DISTNAME= mksh-R49 PKGNAME= ${DISTNAME:S/-R/-/} CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ |