pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/mksh mksh R38c contains the following fixes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86d688020243
branches:  trunk
changeset: 394634:86d688020243
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sun Jun 14 11:51:41 2009 +0000

description:
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:

 shells/mksh/Makefile |  6 +++---
 shells/mksh/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 7dea8ae8108c -r 86d688020243 shells/mksh/Makefile
--- a/shells/mksh/Makefile      Sun Jun 14 11:39:47 2009 +0000
+++ b/shells/mksh/Makefile      Sun Jun 14 11:51:41 2009 +0000
@@ -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@localhost
+MAINTAINER=                    ahoka%NetBSD.org@localhost
 HOMEPAGE=                      http://mirbsd.de/mksh
 COMMENT=                       MirBSD Korn Shell
 LICENSE=                       miros
diff -r 7dea8ae8108c -r 86d688020243 shells/mksh/distinfo
--- a/shells/mksh/distinfo      Sun Jun 14 11:39:47 2009 +0000
+++ b/shells/mksh/distinfo      Sun Jun 14 11:51:41 2009 +0000
@@ -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


Home | Main Index | Thread Index | Old Index