pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/oksh



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Oct 26 10:21:47 UTC 2020

Modified Files:
        pkgsrc/shells/oksh: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/shells/oksh/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/shells/oksh/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/oksh/Makefile
diff -u pkgsrc/shells/oksh/Makefile:1.5 pkgsrc/shells/oksh/Makefile:1.6
--- pkgsrc/shells/oksh/Makefile:1.5     Fri Jun  5 20:23:03 2020
+++ pkgsrc/shells/oksh/Makefile Mon Oct 26 10:21:47 2020
@@ -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"

Index: pkgsrc/shells/oksh/distinfo
diff -u pkgsrc/shells/oksh/distinfo:1.3 pkgsrc/shells/oksh/distinfo:1.4
--- pkgsrc/shells/oksh/distinfo:1.3     Sat May  9 21:58:20 2020
+++ pkgsrc/shells/oksh/distinfo Mon Oct 26 10:21:47 2020
@@ -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