Skip to content

Commit

Permalink
Update to 6.7.1. From the git log:
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
schmonz committed Oct 26, 2020
1 parent ec96c6f commit ffbdf35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
7 changes: 2 additions & 5 deletions shells/oksh/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -15,7 +15,4 @@ WRKSRC= ${WRKDIR}/oksh-${PKGNAME_NOREV}
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"
12 changes: 5 additions & 7 deletions shells/oksh/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ffbdf35

Please sign in to comment.