pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/oksh Update to 6.7.1. From the git log:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/398f2c634033
branches:  trunk
changeset: 441110:398f2c634033
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Oct 26 10:21:47 2020 +0000

description:
Update to 6.7.1. From the git log:

- Solaris has a function named sig2str. Rename ours oksh_sig2str.
- Pull in latest upstream code, which is #43 from Michael Forney.
- Make BINDIR and MANDIR actually depend on PREFIX.
- Variables have $'s.
- Older Linux has clock_gettime in librt; check for that.
- configure: improve clock_gettime diagnostic messages.
- HP-UX support.
- Add --enable-lto for those who want link-time optimization.
- Update to latest OpenBSD code.
- Make cross compiling a real possibility, with instructions.
- Fix typo.
- For loop initial declarations is a better C99 check for older gcc.
- Update from OpenBSD.
- Separate out compilation and linking in configure tests.
- Only add -std=gnu99 if using --no-thanks.
- If using --no-thanks and you didn't specify the environment
- --no-thanks isn't just for cross compiling
- Default to ST_MTIM when using --no-thanks

diffstat:

 shells/oksh/Makefile |   7 ++-----
 shells/oksh/distinfo |  12 +++++-------
 2 files changed, 7 insertions(+), 12 deletions(-)

diffs (37 lines):

diff -r e60756111633 -r 398f2c634033 shells/oksh/Makefile
--- a/shells/oksh/Makefile      Mon Oct 26 10:10:54 2020 +0000
+++ b/shells/oksh/Makefile      Mon Oct 26 10:21:47 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/06/05 20:23:03 maya Exp $
+# $NetBSD: Makefile,v 1.6 2020/10/26 10:21:47 schmonz Exp $
 
-DISTNAME=      oksh-6.7
+DISTNAME=      oksh-6.7.1
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ibara/}
 GITHUB_TAG=    ${DISTNAME}
@@ -15,7 +15,4 @@
 GNU_CONFIGURE=         yes
 PKG_SHELL=             ${PREFIX}/bin/oksh
 
-# XXX remove the following line in oksh>6.7
-LDFLAGS.Linux+=                -lrt
-
 .include "../../mk/bsd.pkg.mk"
diff -r e60756111633 -r 398f2c634033 shells/oksh/distinfo
--- a/shells/oksh/distinfo      Mon Oct 26 10:10:54 2020 +0000
+++ b/shells/oksh/distinfo      Mon Oct 26 10:21:47 2020 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/05/09 21:58:20 fcambus Exp $
+$NetBSD: distinfo,v 1.4 2020/10/26 10:21:47 schmonz Exp $
 
-SHA1 (oksh-6.7.tar.gz) = 1851b2bf02807159ed6481aa328ff7aab7bfc4e1
-RMD160 (oksh-6.7.tar.gz) = d5293fc41edd983f14fb5d5ec10e695b0dc4e8ca
-SHA512 (oksh-6.7.tar.gz) = 94bdf846dbce68a2c72bf83b867fd1beeaa0f36f8fdb3dd95cee801f75abd6acd8433cc7e534e79cc053274defeec55ba71714e178cc9b53291c7907edb01b37
-Size (oksh-6.7.tar.gz) = 301879 bytes
-SHA1 (patch-io.c) = e231fe9fbef5df7f7a73facbedb0260134e8158c
-SHA1 (patch-portable.h) = 9b4cdc1511db6093a0fe24c101bd4491c5df2f49
+SHA1 (oksh-6.7.1.tar.gz) = 0e1d0bc13baf6d7d090a019c3845edacf132bce4
+RMD160 (oksh-6.7.1.tar.gz) = ca031c17205f2036c14c8de5c993e5beebece43c
+SHA512 (oksh-6.7.1.tar.gz) = 0b756d24bca3a23cd6db5ec9a591f73335cb6801fde53d505169e1e47b3f27b5a661fa025184b89d9c43c4d462d5fed771e651cd6738dbd5e377353bb8199d52
+Size (oksh-6.7.1.tar.gz) = 303231 bytes



Home | Main Index | Thread Index | Old Index