summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2020-10-26 10:21:47 +0000
committerschmonz <schmonz@pkgsrc.org>2020-10-26 10:21:47 +0000
commitab22398012305e4b8acadabdd4c8c68fe04518a8 (patch)
tree5197c20a8d32fdbd4bec253f47d3c828259d7a02 /shells
parente3e22bbe5a6e5bad7641de87250a82b5e979a2f5 (diff)
downloadpkgsrc-ab22398012305e4b8acadabdd4c8c68fe04518a8.tar.gz
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 (limited to 'shells')
-rw-r--r--shells/oksh/Makefile7
-rw-r--r--shells/oksh/distinfo12
2 files changed, 7 insertions, 12 deletions
diff --git a/shells/oksh/Makefile b/shells/oksh/Makefile
index c321088a478..17e7b9a1ba5 100644
--- a/shells/oksh/Makefile
+++ b/shells/oksh/Makefile
@@ -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 @@ 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"
diff --git a/shells/oksh/distinfo b/shells/oksh/distinfo
index 40012b4bec6..4bfbd996b79 100644
--- a/shells/oksh/distinfo
+++ b/shells/oksh/distinfo
@@ -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