pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/bosh



Module Name:    pkgsrc
Committed By:   micha
Date:           Wed Aug 26 14:11:04 UTC 2020

Modified Files:
        pkgsrc/shells/bosh: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/shells/bosh/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/shells/bosh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/bosh/Makefile
diff -u pkgsrc/shells/bosh/Makefile:1.13 pkgsrc/shells/bosh/Makefile:1.14
--- pkgsrc/shells/bosh/Makefile:1.13    Fri Jul 17 11:25:35 2020
+++ pkgsrc/shells/bosh/Makefile Wed Aug 26 14:11:03 2020
@@ -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

Index: pkgsrc/shells/bosh/distinfo
diff -u pkgsrc/shells/bosh/distinfo:1.11 pkgsrc/shells/bosh/distinfo:1.12
--- pkgsrc/shells/bosh/distinfo:1.11    Fri Jul 17 11:25:35 2020
+++ pkgsrc/shells/bosh/distinfo Wed Aug 26 14:11:03 2020
@@ -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



Home | Main Index | Thread Index | Old Index