diff options
author | micha <micha@pkgsrc.org> | 2020-08-26 14:11:03 +0000 |
---|---|---|
committer | micha <micha@pkgsrc.org> | 2020-08-26 14:11:03 +0000 |
commit | fb37782409b1f9bcf24136adeece529bddfa50df (patch) | |
tree | d1c7b169180c637afb79b2dfc0a74ebd497e0e31 /shells/bosh | |
parent | b267428dafac19003eee029ce638940df64a1b3f (diff) | |
download | pkgsrc-fb37782409b1f9bcf24136adeece529bddfa50df.tar.gz |
shells/bosh: Update to 20200812
New features with AN-2020-07-18:
- Bourne Shell: A new symlink from /opt/schily/xpg4/bin/bosh to
/opt/schily/xpg4/bin/sh is created when "smake install" is called.
This helps people to call "bosh" in strict POSIX mode using the
command line name "bosh" by putting /opt/schily/xpg4/bin in PATH
before /opt/schily/bin, where the bosh implements better backwards
cmpatibility to the Bourne Shell by default than a strictly POSIX
compliant bosh would do. /opt/schily/xpg4/bin/bosh behaves the same
as "/opt/schily/bin/bosh -o posix".
Thanks to Koichi Nakashima for reporting.
New features with AN-2020-08-12:
- autoconf: added a new test for the existence of <sys/auxv.h>
- autoconf: added new tests for Linux getauxval() and FreeBSD elf_aux_info()
- libschily: getexecpath.c now uses getauxval() on Linux and elf_aux_info()
on FreeBSD. This was needed since readlink("/proc/curproc/file") on
FreeBSD returns random values for hardlinked files, making it impossible
to use the result in order to find out which behavior variant of a
fat binary is requested.
- Bourne Shell: Several #ifdef SIG* have been added to make it compile
on older UNIX versions.
Thanks to a hint from Albert Wik.
Diffstat (limited to 'shells/bosh')
-rw-r--r-- | shells/bosh/Makefile | 6 | ||||
-rw-r--r-- | shells/bosh/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/shells/bosh/Makefile b/shells/bosh/Makefile index 132f44c1be7..bc44d715097 100644 --- a/shells/bosh/Makefile +++ b/shells/bosh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2020/07/17 11:25:35 micha Exp $ +# $NetBSD: Makefile,v 1.14 2020/08/26 14:11:03 micha Exp $ -DISTNAME= schily-2020-07-01 -PKGNAME= bosh-20200701 +DISTNAME= schily-2020-08-12 +PKGNAME= bosh-20200812 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/} EXTRACT_SUFX= .tar.bz2 diff --git a/shells/bosh/distinfo b/shells/bosh/distinfo index 95cbfdf9c6b..64e19f68d44 100644 --- a/shells/bosh/distinfo +++ b/shells/bosh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/07/17 11:25:35 micha Exp $ +$NetBSD: distinfo,v 1.12 2020/08/26 14:11:03 micha Exp $ -SHA1 (schily-2020-07-01.tar.bz2) = 7653c8b99d1aebe85337df681aae8ec1352c1ac1 -RMD160 (schily-2020-07-01.tar.bz2) = 4c7989eb95cff9a4bdd5f521b95135902912ab8d -SHA512 (schily-2020-07-01.tar.bz2) = 512f0c3488bde5812d2011b2c1b1f308b9c139331a16c40fc0b61983fd8ff26d60845ddc8adc4d5bf651405cde786e63de61a473a1c658d08e5a8fdf949312d6 -Size (schily-2020-07-01.tar.bz2) = 4828878 bytes +SHA1 (schily-2020-08-12.tar.bz2) = dbfff482d6c3f0cfbfaf3a43989cbf91f3e0402b +RMD160 (schily-2020-08-12.tar.bz2) = 5e5f5e6ba8ba271c9b54e9eaf4eebf3e89b44dcf +SHA512 (schily-2020-08-12.tar.bz2) = 2b86408107bcc0d928e9b3596be9da98f5e711df42b0d329f2bc91d35e191675ad3d297d8314ba2000ef6687f796b3115fd4de196da56314e7b5e452445ad3d3 +Size (schily-2020-08-12.tar.bz2) = 4850267 bytes |