Age | Commit message (Collapse) | Author |
|
PR: 267994
Differential revision: D37518
Approved by: bapt
|
|
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
|
|
|
|
|
|
|
|
|
|
2022-09-30 shells/ksh2020: Upstream ksh2020 branch archived, development continues under new ksh93 project
|
|
|
|
PR: 268415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now that devel/readline has been updated, switch back to use
PORTS_READLINE by default.
|
|
|
|
- Add BUILD_DEPENDS to avoid the users building this port with readline 8.1.x
Approved by: portmgr (blanket)
|
|
- Bump PORTREVISION for package change
Reported by: vishwin
Differential Revision: https://reviews.freebsd.org/D33679
|
|
PR: 267622
|
|
PR: 267736
|
|
ksh supports multiple sources of heap memory. Completely disable the
use of sbrk() as a memory source in favor of mmap(). This allows
compilation on aarch64 (and presumably riscv64).
Approved by: cy
Differential Revision: https://reviews.freebsd.org/D37312
|
|
|
|
Reported by: fallout
|
|
It doesn't use sys-info-0.9.1 crate anymore.
PR: 267475
Reported by: eduardo@
|
|
This reverts commit b5ab5487c37706fcb7b89745fa0a4df225d6855c.
|
|
It doesn't use sys-info-0.9.1 crate anymore.
PR: 267475
Reported by: eduardo@
|
|
|
|
|
|
PR: 267173
|
|
|
|
|
|
|
|
PR: 266897 (based on)
|
|
|
|
|
|
The fix commited in 17f1bb50e42a45dc64fc898cd9cae905d7262bda clashed
with cc83ec0f744fb159bd48303d15c09aa0c6cb38a4.
The later is a more elegant solution that doesn't require to drop
the header files from being installed.
This commit reverts changes from 17f1bb50e42a45dc64fc898cd9cae905d7262bda.
|
|
|
|
Reported by: portscout
|
|
The logic in m4/strtoimax.m4 is inverted: it replaces strtoimax() if and only
if it is present and functional.
files/patch-configure avoids having to run autoreconf in the port and can be
removed once the fix has been adopted upstream.
differential Revision: https://reviews.freebsd.org/D36849
|
|
Notified by: bofh (via mail)
|
|
|
|
Release notes: https://lists.gnu.org/archive/html/bash-announce/2022-09/msg00000.html
|
|
- point MASTER_SITES to new upstream
- split bosh from sysutils/schilyutils into new port shells/bosh
- stop installing pfbosh, a SunOS-only feature
- install jsh as jbosh to avoid a conflict
- patch shell names in man pages
- point WWW to subproject-specific sites if available
- misc/schilytools: deprecate man2html component
- devel/schilybase: add missing file to pkg-plist
- make test suite work better
- do not pass INS_*BASE/DESTDIR to smake tests
- account for devel/sccs placing files in /tmp
- make sh/tests/common/test-common find bosh after
we patched out the hardlink to sh
- Test suite passes on armv7 except for archivers/star.
Will have to investigate further.
- sysutils/schilyutils: add vctags command
I forgot about that one when I made the port initially.
The ctags link is not installed to avoid conflicts.
Changelog: http://fuz.su/pub/schilytools/AN-2022-09-18.txt
PR: 266475
|
|
ksh93 modernization development, which was halted in 2020, resulted in
the att/ast team saving the development in their ksh2020 branch and
reverting the mainline back to ksh93. Since the the ksh2020 developers
have forked ksh93 and resumed ksh2020 development under the ksh93
account in their ksh repository. Therefore the now "abandonware" ksh2020
ports is to be removed in favour of the shells/ksh or shells/ksh-devel
ports.
The shells/ksh port tracks releases while shells/ksh-devel tracks
development. shells/ksh93 is available for legacy applications that
require the original AT&T KSH93. The "co-existence" options of each
of these ports allow users to install shells/ksh (and/or ksh-devel) with
shells/ksh93 for users who wish to use the currently developed ksh93 but
still need the legacy AT&T ksh93 due to incompatibilties between the old
and the new. (Note: The latest CDE-25 develpment has switched to using the
new ksh93 shell.)
|
|
|
|
|
|
PR: 266294
|
|
|