Skip to content

Commit ffbdf35

Browse files
committed
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
1 parent ec96c6f commit ffbdf35

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

shells/oksh/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2020/06/05 20:23:03 maya Exp $
1+
# $NetBSD: Makefile,v 1.6 2020/10/26 10:21:47 schmonz Exp $
22

3-
DISTNAME= oksh-6.7
3+
DISTNAME= oksh-6.7.1
44
CATEGORIES= shells
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=ibara/}
66
GITHUB_TAG= ${DISTNAME}
@@ -15,7 +15,4 @@ WRKSRC= ${WRKDIR}/oksh-${PKGNAME_NOREV}
1515
GNU_CONFIGURE= yes
1616
PKG_SHELL= ${PREFIX}/bin/oksh
1717

18-
# XXX remove the following line in oksh>6.7
19-
LDFLAGS.Linux+= -lrt
20-
2118
.include "../../mk/bsd.pkg.mk"

shells/oksh/distinfo

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
$NetBSD: distinfo,v 1.3 2020/05/09 21:58:20 fcambus Exp $
1+
$NetBSD: distinfo,v 1.4 2020/10/26 10:21:47 schmonz Exp $
22

3-
SHA1 (oksh-6.7.tar.gz) = 1851b2bf02807159ed6481aa328ff7aab7bfc4e1
4-
RMD160 (oksh-6.7.tar.gz) = d5293fc41edd983f14fb5d5ec10e695b0dc4e8ca
5-
SHA512 (oksh-6.7.tar.gz) = 94bdf846dbce68a2c72bf83b867fd1beeaa0f36f8fdb3dd95cee801f75abd6acd8433cc7e534e79cc053274defeec55ba71714e178cc9b53291c7907edb01b37
6-
Size (oksh-6.7.tar.gz) = 301879 bytes
7-
SHA1 (patch-io.c) = e231fe9fbef5df7f7a73facbedb0260134e8158c
8-
SHA1 (patch-portable.h) = 9b4cdc1511db6093a0fe24c101bd4491c5df2f49
3+
SHA1 (oksh-6.7.1.tar.gz) = 0e1d0bc13baf6d7d090a019c3845edacf132bce4
4+
RMD160 (oksh-6.7.1.tar.gz) = ca031c17205f2036c14c8de5c993e5beebece43c
5+
SHA512 (oksh-6.7.1.tar.gz) = 0b756d24bca3a23cd6db5ec9a591f73335cb6801fde53d505169e1e47b3f27b5a661fa025184b89d9c43c4d462d5fed771e651cd6738dbd5e377353bb8199d52
6+
Size (oksh-6.7.1.tar.gz) = 303231 bytes

0 commit comments

Comments
 (0)