Port details |
- ksh-devel ksh93u+m is the development branch ksh93 based on AT&T ksh93u+ (stable)
- 2023.05.31 shells
=0 2023.03.17_1Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
 - Port Added: 2022-08-28 21:22:44
- Last Update: 2023-05-31 02:40:52
- Commit Hash: 076e52b
- License: EPL
- Description:
- ksh93u+m is the ksh93 reboot aims to develop bugfixes to the last
stable release (93u+ 2012-08-01) of ksh93, formerly developed by
AT&T Software Technology (AST). This ksh 93u+m reboot now incorporates
many of these bugfixes, plus patches from OpenSUSE, Red Hat, and Solaris,
as well as many new fixes from the community.
Between 2017 and 2020 there was an ultimately unsuccessful attempt to
breathe new life into the KornShell by extensively refactoring the last
unstable AST beta version (93v-). While that ksh2020 effort is now
abandoned and still has many critical bugs, it also had a lot of bugs
fixed. More importantly, the AST issue tracker now contains a lot of
documentation on how to fix those bugs, which made it possible to
backport many of them to the last stable release instead.
The shells/ksh-devel port tracks the develpment branch.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ksh-devel>0:shells/ksh-devel
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/shells/ksh-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install shells/ksh-devel
- pkg install ksh-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ksh-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685500400
SHA256 (ksh93-ksh-2023.05.31-4fdb6ad4_GH0.tar.gz) = d129dafcfacdaee2b63e748850c59a99165322759813e358f7f6e6a6aa290eff
SIZE (ksh93-ksh-2023.05.31-4fdb6ad4_GH0.tar.gz) = 2105551
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ksh-devel-2023.05.31:
EXAMPLES=on: Build and/or install examples
STATIC=off: Build static executables and/or libraries
====> Options available for the single BIN_KSH: you have to select exactly one of them
KSH=off: Install to /usr/local/bin/ksh
KSH93=on: Install to /usr/local/bin/ksh93
KSH93D=off: Install to /usr/local/bin/ksh93d (development)
===> Use 'make config' to modify these settings
- Options name:
- shells_ksh-devel
- USES:
- compiler:c11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2023.05.31 31 May 2023 02:40:52
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2023.05.01 02 May 2023 14:40:02
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2023.04.16 17 Apr 2023 21:28:44
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2023.03.30 01 Apr 2023 00:04:16
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2023.03.17_1 26 Mar 2023 02:49:11
    |
Cy Schubert (cy)  |
shells/ksh*: Remove BROKEN for missing sbrk()
As of Jan 26, 2021, ksh (ksh93/ksh) no longer needs sbrk(). Remove
BROKEN for architectures that don't have sbrk(2). See upstream issue
https://github.com/ksh93/ksh/issues/154. |
2023.03.17_1 23 Mar 2023 18:31:07
    |
Cy Schubert (cy)  |
shells/ksh*: Update descriptions
Update ksh ports descriptions to more accurately reflect what they are.
Reported by: "Joseph Holsten" <joseph@josephholsten.com> |
2023.03.17 23 Mar 2023 06:04:59
    |
Cy Schubert (cy)  |
shells/ksh: Remove the now expired ksh2020 from CONFLICTS. |
2023.03.17 18 Mar 2023 03:05:39
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit
This version contains the LLVM15 fix from f5cf5e002516, which was
upstreamed. |
2023.02.19 21 Feb 2023 16:08:47
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2023.01.11 15 Feb 2023 16:55:03
    |
Cy Schubert (cy)  |
shells/ksh*: Permanently fix LLVM15 build
Fix aso atomics broken by LLVM:
/wrkdirs/usr/ports/shells/ksh/work/ksh-1.0.4/src/lib/libast/aso/aso.c
/wrkdirs/usr/ports/shells/ksh/work/ksh-1.0.4/src/lib/libast/aso/aso.c:839:10:
error: incompatible integer to pointer conversion passing 'uint64_t' (aka
'unsigned long') to parameter of type 'void *' [-Wint-conversion]
return _aso_casptr((void**)p, o, n);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./FEATURE/aso:19:66: note: expanded from macro '_aso_casptr'
^~~~~~~~~~~
/wrkdirs/usr/ports/shells/ksh/work/ksh-1.0.4/src/lib/libast/aso/aso.c:839:10:
error: incompatible integer to pointer conversion passing 'uint64_t' (aka
'unsigned long') to parameter of type 'void *' [-Wint-conversion]
return _aso_casptr((void**)p, o, n);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./FEATURE/aso:19:78: note: expanded from macro '_aso_casptr'
^~~~~~~~~~~
2 errors generated.
mamake [lib/libast]: *** exit code 1 making aso.o
mamake: *** exit code 1 making lib/libast
mamake: *** exit code 1 making all
package: creating flat view
package: make failed at Fri Feb 10 06:00:01 UTC 2023 in
/wrkdirs/usr/ports/shells/ksh/work/ksh-1.0.4/arch/freebsd14.amd64-64
*** Error code 1 |
2023.01.11 10 Feb 2023 14:40:47
    |
Cy Schubert (cy)  |
shells/ksh-devel: Fix build with LLVM15 |
2023.01.11 28 Jan 2023 21:24:04
    |
Cy Schubert (cy)  |
shells/ksh-devel: Fix typo
Reported by: gad
Fixes: e2559c8df2e842f690b71bac92e9ed9212599d04
MFH: 2023Q1 |
2023.01.11 17 Jan 2023 21:12:16
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2022.11.04 17 Jan 2023 21:12:13
    |
Cy Schubert (cy)  |
shells/ksh-devel: Mark BROKEN on FreeBSD-12
ksh-devel fails to build on FreeBSD-12 with this error:
mamake: *** exit code 139 making lib/libcmd
mamake: *** exit code 1 making all
MFH: 2023Q1 |
2022.11.04 19 Dec 2022 19:23:29
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2022.10.31 31 Oct 2022 15:01:44
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2022.10.22 22 Oct 2022 17:06:19
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2022.09.28 02 Oct 2022 23:32:08
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
2022.09.03 11 Sep 2022 14:41:43
    |
Cy Schubert (cy)  |
shells/ksh-devel: update to the latest ksh93/ksh github commit |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.08.26 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.08.26 28 Aug 2022 21:16:45
    |
Cy Schubert (cy)  |
shells/ksh*: Allow the ksh ports to coexist
Add an option to allow the ksh ports to avoid conflicting with each
other and to coexist. This allows people who wish to punish themselves
by tracking developent to still be able to fall back should upstream
cause regressions.
This also allows legacy ksh93 to coexist with the recently added
ksh93/ksh, which is not entirely compatible with legacy ksh. Applications
which require a legacy ksh compatible package should use the ksh93 port
installed using one of its options. This allows new and old to exist on
the same system. |
2022.08.26 28 Aug 2022 21:16:44
    |
Cy Schubert (cy)  |
shells/ksh-devel: Start tracking ksh93 development again
Now that ksh development has resumed under a new account on github.
grab our first update from the ksh93 project from their ksh repo. |
2020.06.30 28 Aug 2022 21:16:44
    |
Cy Schubert (cy)  |
shells/ksh93-devel: Rename to ksh-devel
ksh development has resumed under a new account on github. Renaming
shells ksh93-devel to ksh-devel is the fist step in tracking ksh93
development again. |