Martijn Dekker
80018994a5
shells/ksh-devel: Update to latest github commit plus additional fixes
...
Main changes:
- Removal of obsolete comments and build system workarounds.
- Update build/test command invocations.
- Add -j${MAKE_JOBS_NUMBER} flag to enable parallel building (I added
support for this last year).
- Ensure that ${SH} (/bin/sh) is used for shell actions while building.
- Install default shell functions in /usr/local/share/fun (for use with
FPATH and the autoload command). Symlink /usr/local/share/examples/ksh*
to that. (Of course you may decide to handle this differently, but it
would be good if the canonical share/fun directory were available.)
- Install the version with dynamic (*.so*) libraries by default (the STATIC
option can now be used to link those libraries statically). The version
with the libraries is preferred because this enables access to all the
libcmd built-ins (which are bound to /opt/ast/bin by default) and allows
writing C programs that link against these libraries -- you can even embed
the entire shell as a library. It would be good if this received wider
testing.
- Install development headers and section 3 manual pages if the dynamic
libraries are installed.
Submitted by: Martijn Dekker <martijn@inlv.org>
ksh93 upstream
2026-03-02 18:24:52 -08:00
Rares Aioanei
8fe05b2a0e
shells/mksh: Fix MASTER_SITES
...
Replace 1st site with up-to-date one and keep
the 2nd site as a potential backup for now.
PR: 292318
Reported by: linimon@
Authored by: schaiba@gmail.com (maintainer)
Reviewed by: osa, vvd (mentors)
Approved by: vvd (mentor)
Differential Revision: https://reviews.freebsd.org/D55543
2026-03-02 21:05:16 +03:00
Yuri Victorovich
9b25f88b18
shells/nushell: update 0.110.0 → 0.111.0
...
Reported by: portscout
2026-03-02 09:09:55 -08:00
Vladimir Druzenko
0294766aa5
shells/bash-completion-zfs: Update 2.3.3 => 2.4.1 (no changes)
...
Just a version update to match the latest OpenZFS release.
2026-03-02 18:13:49 +03:00
Cy Schubert
2356008bc7
shells/ksh-devel: Fix build with /bin/sh
...
When /bin/sh is $SHELL (as in poudriere), upstream commit 93fdfc28
causes a ksh package error.
2026-03-01 08:46:55 -08:00
Cy Schubert
2609e5d522
Revert "shells/ksh-devel: Fix poudriere build"
...
This does not address the problem.
This reverts commit 54361e152fd47820e032312d2e9ef16190da22a0.
2026-03-01 08:46:55 -08:00
Cy Schubert
54361e152f
shells/ksh-devel: Fix poudriere build
2026-02-27 14:31:46 -08:00
Cy Schubert
640802444a
shells/ksh-devel: Fixup conflict with ksh93
...
ksh-devel only conflicts with ksh93 when it installs the same binary.
2026-02-27 10:45:01 -08:00
Cy Schubert
4dddba32e9
shells/ksh-devel: update to the latest ksh93/ksh github commit
2026-02-27 10:25:39 -08:00
Hiroki Tagato
1e1d3cd4e6
shells/carapace: Update to 1.6.3
...
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.6.3
Reported by: GitHub (watch releases)
2026-02-25 10:51:08 +09:00
Nuno Teixeira
964e53fa60
shells/xonsh: Update to 0.22.4
...
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.4
2026-02-18 16:51:34 +00:00
Hiroki Tagato
bf58fe22cc
shells/carapace: Update to 1.6.2
...
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.6.2
Reported by: GitHub (watch releases)
2026-02-12 11:00:47 +09:00
Adam Weinberger
97685c1886
various: Bump ports for Go default 1.24->1.25
2026-02-11 14:21:45 -05:00
Po-Chuan Hsieh
6c1bd62c07
shells/bash-completion: Fix 'make test'
...
PR: 292934
Reported by: michaelo
2026-02-11 03:36:45 +08:00
Yuri Victorovich
ff70fad7fa
shells/atuin: update 18.11.0 → 18.12.0
...
Reported by: portscout
2026-02-10 00:19:35 -08:00
Adam Weinberger
529df949a5
various: Bump Go ports for 1.24.13
2026-02-05 11:48:00 -05:00
Nuno Teixeira
54e5f43ef9
shells/xonsh: Update to 0.22.3
...
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.3
2026-02-04 19:46:39 +00:00
Nuno Teixeira
4862ae1c04
shells/xonsh: Update to 0.22.2
...
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.2
2026-02-04 19:07:39 +00:00
Hiroki Tagato
1b8443e7bf
shells/carapace: Update to 1.6.1
...
Changelog:
- https://github.com/carapace-sh/carapace-bin/releases/tag/v1.6.0
- https://github.com/carapace-sh/carapace-bin/releases/tag/v1.6.1
Reported by: GitHub (watch releases)
2026-02-03 15:23:08 +09:00
Gleb Popov
bf62e93560
shells/powershell: Install the lib/powershell/ref symlink
...
This fixes a error that happens when typing
Add-Type -TypeDefinition @"
using System;
"@ -Language CSharp
into PowerShell's prompt.
It is yet unclear if all .NET DLLs should actually be installed under /ref,
but this is still better than non-working Add-Type command.
Reported by: Luke Brennan <lukebrennan@outlook.com>
2026-01-31 17:23:54 +03:00
Cy Schubert
91a0a488d2
shells/ksh-devel: update to the latest ksh93/ksh github commit
2026-01-28 15:59:46 -08:00
Mikael Urankar
3d631100e8
lang/rust: Bump revisions after 1.93.0
...
PR: 292360
2026-01-28 09:48:51 +01:00
Yuri Victorovich
f24916f92a
shells/nushell: update 0.109.1 → 0.110.0
2026-01-25 23:32:03 -08:00
Mikael Urankar
e730129798
shells/nushell: fix build on armv7
...
PR: 286368
MFH: 2026Q1
Tested by: fuz
Approved by: yuri (maintainer timeout)
2026-01-22 00:51:56 +01:00
Yuri Victorovich
16687c0f30
shells/atuin: update 18.10.0 → 18.11.0
...
Reported by: portscout
2026-01-20 00:12:14 -08:00
Cy Schubert
c8d560f65b
shells/44bsd-csh: BROKEN on aarch64, no sbrk()
2026-01-18 06:31:48 -08:00
Adam Weinberger
013f2d30b0
various: Bump Go ports for 1.24.12
2026-01-16 12:49:03 -05:00
Robert Clausecker
d7fdb3471c
shells/sash: broke on FreeBSD 15
...
This port requires struct msdosfs_args, which is now kernel-only.
See also: https://reviews.freebsd.org/D50718
2026-01-16 14:26:15 +01:00
Nuno Teixeira
dca696b129
shells/xonsh: Update to 0.22.1
...
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.1
2026-01-15 23:39:53 +00:00
Rares Aioanei
1c257703ed
shells/mksh: fix crash on 16-CURRENT
...
Kernel now reports support for 126 signals, while the libc headers only
report 32. This mismatch caused an out-of-bounds write initialising
internal tables.
Reported by: hackee <h4ckee@proton.me>
PR: 292146
MFH: 2025Q4
2026-01-11 16:27:43 +01:00
Alan Somers
7be1ca542e
shells/fish: fix the build with DOCS=OFF after 4.3.3
...
PR: 292281
Reported by: lysfjord.daniel@smokepit.net
Fixes: 2eb57252799 shells/fish: 4.3.3
2026-01-08 12:30:48 -07:00
Alan Somers
2eb5725279
shells/fish: 4.3.3
...
https://github.com/fish-shell/fish-shell/releases/tag/4.3.3
PR: 292135
2026-01-07 13:35:45 -07:00
Jishan Alam
a0bbce4212
shells/wcd: Update 6.0.5 => 6.0.6, take maintainership
...
Changelog:
https://sourceforge.net/p/wcd/wcd/ci/wcd-6.0.6/tree/wcd/doc/whatsnew.txt
PR: 292212
2026-01-06 15:57:13 +03:00
Ashish SHUKLA
216c6dde5c
shells/schemesh: Update to 0.9.3
...
- add patch to fix test due to patching of Makefile
2025-12-28 20:35:57 +00:00
Nuno Teixeira
e1e26ca295
shells/xonsh: Update to 0.22.0
...
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.0
2025-12-19 22:26:53 +00:00
Po-Chuan Hsieh
8b991fe2c9
shells/bash-completion: Remove USES=pathfix
...
- Fix *_DEPENDS of dependent ports
- Bump PORTREVISION for package change
2025-12-16 23:59:24 +08:00
Mikael Urankar
5e496c7707
lang/rust: Bump revisions after 1.92.0
...
PR: 291582
2025-12-16 13:12:31 +01:00
Nuno Teixeira
3006815089
shells/xonsh: Update to 0.21.2
...
ChangeLog:
https://github.com/xonsh/xonsh/releases/tag/0.21.2
https://github.com/xonsh/xonsh/releases/tag/0.21.1
https://github.com/xonsh/xonsh/releases/tag/0.21.0
2025-12-11 20:43:06 +00:00
Emanuel Haupt
f77f497167
shells/bash: Update to 5.3.9
2025-12-11 08:20:35 +01:00
Hiroki Tagato
3399c53c9e
shells/carapace: Update to 1.5.7
...
Changelog:
- https://github.com/carapace-sh/carapace-bin/releases/tag/v1.5.6
- https://github.com/carapace-sh/carapace-bin/releases/tag/v1.5.7
Reported by: GitHub (watch releases)
2025-12-11 11:53:55 +09:00
Koichiro Iwao
ae7e91174e
shells/fd: Assign to submitter
...
While here,
- Update MASTER_SITES, WWW
- Add LICENSE
etc.
2025-12-09 14:37:49 +09:00
Yuri Victorovich
5812344651
shells/nushell: update 0.108.0 → 0.109.1
...
Reported by: portscout
2025-12-04 23:57:21 -08:00
Adam Weinberger
b24429e3ed
various: Bump Go ports for 1.24.11
2025-12-03 13:24:45 -05:00
Emanuel Haupt
336bb48b75
shells/bash: Reintroduce PORTS_READLINE
...
Now that readline has been updated to 8.3, the option to use the library from
ports rather than the bundled version can be restored. The option remains
disabled by default to avoid unexpected build or runtime changes for users
and to maintain consistency with previous releases.
PR: 288208
2025-11-28 14:42:10 +01:00
Emanuel Haupt
c76178d6ed
shells/bash: Update to 5.3.8
2025-11-27 09:05:45 +01:00
Nuno Teixeira
cda44b8a9f
shells/xonsh: Update to 0.20.0
...
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.20.0
2025-11-24 23:07:31 +00:00
Yuri Victorovich
4059c95ed2
shells/starship: update 1.24.0 → 1.24.1
2025-11-23 22:27:49 -08:00
Mateusz Piotrowski
d2e00fc9e8
shells/bash-completion-freebsd: Update to 1.5.0
2025-11-19 12:26:22 +01:00
Hiroki Tagato
a75a951608
shells/carapace: Update to 1.5.5
...
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.5.5
Reported by: Repology
2025-11-19 17:23:27 +09:00
Cy Schubert
5e65794532
shells/ksh-devel: update to the latest ksh93/ksh github commit
2025-11-17 09:36:55 -08:00