pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/mksh Update to R33d:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5e2139837aa
branches:  trunk
changeset: 541226:b5e2139837aa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 17 05:55:50 2008 +0000

description:
Update to R33d:

No changes in mksh R33c except for Ultrix support. None in R33d.

In mksh R33b, much more compilers are detected, even if not all of
them are supported. The OE (OS and CC/LD) versions are now dumped
too. Instead of #error, forced link failures are now used as the
mechanism to auto-detect some things in the target environment.
Features are now much better detected, and some annoying warnings
don't show up any longer due to this.  Less tools are required to
build.

Please be reminded that you should run ./test.sh -v inside an
environment with /dev/tty available (as device node) and usable
(e.g. use script(1) or GNU screen if you're doing auto-builds
detached from controlling terminal). Use -v to see failures.

No surprises in mksh R33 either, but the build system now gives
more detailed output on the version actually built, to aid tracking
down FTBFSen (build errors) with access to only the build logs.
Regression tests now work with Intel's compiler on SLES too, which
requires a custom LD_LIBRARY_PATH formerly stripped by the script.

diffstat:

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

diffs (25 lines):

diff -r 7d679be334f6 -r b5e2139837aa shells/mksh/Makefile
--- a/shells/mksh/Makefile      Wed Apr 16 23:21:34 2008 +0000
+++ b/shells/mksh/Makefile      Thu Apr 17 05:55:50 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2007/11/23 07:58:57 bjs Exp $
+# $NetBSD: Makefile,v 1.7 2008/04/17 05:55:50 wiz Exp $
 
-DISTNAME=                      mksh-R32
+DISTNAME=                      mksh-R33d
 PKGNAME=                       ${DISTNAME:S/-R/-/}
 CATEGORIES=                    shells
 MASTER_SITES=                  http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
diff -r 7d679be334f6 -r b5e2139837aa shells/mksh/distinfo
--- a/shells/mksh/distinfo      Wed Apr 16 23:21:34 2008 +0000
+++ b/shells/mksh/distinfo      Thu Apr 17 05:55:50 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/11/23 07:58:57 bjs Exp $
+$NetBSD: distinfo,v 1.7 2008/04/17 05:55:50 wiz Exp $
 
-SHA1 (mksh-R32.cpio.gz) = 9a4156c213d7361d7481cdfca014aaa93c1cc37b
-RMD160 (mksh-R32.cpio.gz) = a70013888e19b64f58e33878a6481fd2508628d9
-Size (mksh-R32.cpio.gz) = 248989 bytes
+SHA1 (mksh-R33d.cpio.gz) = e1ab5c7897b7f91ab0dcd5be49ded8b441136291
+RMD160 (mksh-R33d.cpio.gz) = d810a705b01e146f9addd184c168798a22a36d38
+Size (mksh-R33d.cpio.gz) = 255911 bytes



Home | Main Index | Thread Index | Old Index