Port details |
- ksh ksh93u+m is the renewed development of ksh93 based on AT&T ksh93u+m (stable)
- 1.0.4 shells
=0 Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
 - Port Added: 2022-08-28 21:22:50
- Last Update: 2023-03-23 18:31:07
- Commit Hash: fd44857
- 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 port tracks releases.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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/ && make install clean
- To add the package, run one of these commands:
- pkg install shells/ksh
- pkg install ksh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ksh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1666457964
SHA256 (ksh93-ksh-v1.0.4_GH0.tar.gz) = 7ab7785a277f96acd8b645dc70769adf0cc92546dac356639852bff1d708275f
SIZE (ksh93-ksh-v1.0.4_GH0.tar.gz) = 2127036
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- x11/cde
- x11/cde-25
- x11/cde-devel
- x11-wm/nscde
- for Run
-
- x11/cde
- x11/cde-25
- x11/cde-devel
- x11-wm/nscde
Configuration Options:
- ===> The following configuration options are available for ksh-1.0.4:
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
KSH93N=off: Install to /usr/local/bin/ksh93n (new)
===> Use 'make config' to modify these settings
- Options name:
- shells_ksh
- 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 |
1.0.4 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> |
1.0.4 23 Mar 2023 06:04:59
    |
Cy Schubert (cy)  |
shells/ksh: Remove the now expired ksh2020 from CONFLICTS. |
1.0.4 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 |
1.0.4 10 Feb 2023 14:40:47
    |
Cy Schubert (cy)  |
shells/ksh: Fix build with LLVM15 |
1.0.4 22 Oct 2022 17:04:13
    |
Cy Schubert (cy)  |
shells/ksh: Update 1.0.3 --> 1.0.4 |
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) |
1.0.3 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 ) |
1.0.3 28 Aug 2022 22:49:09
    |
Cy Schubert (cy)  |
shells/ksh: Add missing option
Fixes: 6e9237ba47f0c0df54a58ca8a1bf79b44d580208 |
1.0.3 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. |
1.0.3 28 Aug 2022 21:16:45
    |
Cy Schubert (cy)  |
shells/ksh93: Introduce new ksh port
Now that ksh development has resumed under a new account on github,
this introduces the fourth stable release (1.0.3) of ksh93/ksh to ports |