pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/osh Update to 20091218, provided by J.A.Neitzel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5a119bd0297
branches:  trunk
changeset: 569051:e5a119bd0297
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 05 11:21:20 2010 +0000

description:
Update to 20091218, provided by J.A.Neitzel in PR 42536. Set LICENSE.

Changes:
1) This update fixes a compilation problem on AIX caused by not
wrapping WCOREDUMP(s) with #ifdef WCOREDUMP ... #endif.

2) General code cleanup and rechecking w/ splint(1) reduces
unnecessary code duplication and eases future maintenance.

3) This update adds the program name to osh diagnostics (e.g.,
"osh: syntax error") for the sake of user friendliness.

diffstat:

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

diffs (32 lines):

diff -r 798197e016bd -r e5a119bd0297 shells/osh/Makefile
--- a/shells/osh/Makefile       Tue Jan 05 11:18:04 2010 +0000
+++ b/shells/osh/Makefile       Tue Jan 05 11:21:20 2010 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.24 2009/05/30 12:49:44 obache Exp $
+# $NetBSD: Makefile,v 1.25 2010/01/05 11:21:20 wiz Exp $
 
-DISTNAME=      osh-20090527
+DISTNAME=      osh-20091218
 CATEGORIES=    shells
 MASTER_SITES=  http://v6shell.org/src/
 
 MAINTAINER=    jan+nbsd%v6shell.org@localhost
 HOMEPAGE=      http://v6shell.org/
 COMMENT=       Port of the Sixth Edition UNIX shell
+LICENSE+       original-bsd
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r 798197e016bd -r e5a119bd0297 shells/osh/distinfo
--- a/shells/osh/distinfo       Tue Jan 05 11:18:04 2010 +0000
+++ b/shells/osh/distinfo       Tue Jan 05 11:21:20 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2009/05/30 12:49:44 obache Exp $
+$NetBSD: distinfo,v 1.15 2010/01/05 11:21:20 wiz Exp $
 
-SHA1 (osh-20090527.tar.gz) = e13dabfc254c0dd083a9a0674a11730d3afd8eff
-RMD160 (osh-20090527.tar.gz) = 24e83098888d8c4c512462abc84d0b2cf5264e5c
-Size (osh-20090527.tar.gz) = 92440 bytes
+SHA1 (osh-20091218.tar.gz) = 7dc04fdd93401829803e9b22aa0a6a53203488e5
+RMD160 (osh-20091218.tar.gz) = 76502912f409fba780a6e649c848e6bffc234247
+Size (osh-20091218.tar.gz) = 99469 bytes



Home | Main Index | Thread Index | Old Index