Path to this page:
./
shells/oksh,
Portable OpenBSD ksh(1)
Branch: CURRENT,
Version: 6.8.1,
Package name: oksh-6.8.1,
Maintainer: pkgsrc-usersPortable OpenBSD ksh(1).
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 8070e5b8ebd287f90a944641bf48a184b9aa6dd4
RMD160: edc34451f1040217ec3b9a39eb35c3edad41d5ae
Filesize: 296.584 KB
Version history: (Expand)
- (2020-11-29) Updated to version: oksh-6.8.1
- (2020-10-26) Updated to version: oksh-6.7.1
- (2020-05-10) Updated to version: oksh-6.7
- (2020-03-08) Updated to version: oksh-6.5nb1
- (2019-07-24) Updated to version: oksh-6.5
- (2018-11-10) Package added to pkgsrc.se, version oksh-20181009 (created)
CVS history: (Expand)
2020-11-29 20:31:44 by Amitai Schleier | Files touched by this commit (2) |  |
Log message:
Update to 6.8.1. From the changelog:
- Fix build on musl-libc platforms (#49)
- Default CFLAGS of -g -O2 if user didn't specify any
- Fix a bug on Linux systems (#48)
- Add an OKSH_VERSION variable that gives the user the oksh version
(KSH_VERSION and SH_VERSION are still their original values)
- Default to ST_MTIM when using --no-thanks
- Allow some code to be commented out when not compiling with curses
|
2020-10-26 11:21:47 by Amitai Schleier | Files touched by this commit (2) |  |
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
|
2020-06-05 22:23:03 by Maya Rashish | Files touched by this commit (1) |
Log message:
oksh: avoid undefined symbol clock_gettime on Debian 6.
Will be fixed in new version of oksh.
PR pkg/55343
|
2020-05-09 23:58:20 by Frederic Cambus | Files touched by this commit (4) |  |
Log message:
oksh: update to 6.7.
No ChangeLog available.
|
2020-03-07 22:14:45 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Register oksh in /etc/shells; ++pkgrevision
|
2019-07-24 13:15:41 by Maya Rashish | Files touched by this commit (4) |  |
Log message:
oksh: update to 6.5
Note release version goes backwards. Version now follows openbsd version
numbering.
No changes available.
Patched to eliminate compilation warnings on netbsd.
|
2018-11-09 23:15:13 by Maya Rashish | Files touched by this commit (4) |
Log message:
Add oksh, portable version of OpenBSD ksh.
|