Port details |
- ksh-devel Development branch of AT&T KornShell 93
- 2023.03.17 shells
=0 Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
 - Port Added: 2022-08-28 21:22:44
- Last Update: 2023-03-18 03:05:39
- Commit Hash: f8bf081
- License: EPL
- Description:
- KSH-93 is the most recent version of the KornShell Language described
in "The KornShell Command and Programming Language," by Morris
Bolsky and David Korn of AT&T Bell Laboratories. The KornShell is
a shell programming language, which is upward compatible with "sh"
(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO
9945.2 Shell and Utilities standard. KSH-93 provides an enhanced
programming environment in addition to the major command-entry
features of the BSD shell "csh". With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance. In addition, "sh" scripts can be run on KSH-93
without modification.
¦ ¦ ¦ ¦ 
- 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 = 1679108300
SHA256 (ksh93-ksh-2023.03.17-72d895d8_GH0.tar.gz) = 0204af4ae6d656c6350e621ec7e776b3a30fd6e35bb8dd96f8caec8b97e39207
SIZE (ksh93-ksh-2023.03.17-72d895d8_GH0.tar.gz) = 2106414
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.03.17:
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.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. |