Commit Graph

2875 Commits

Author SHA1 Message Date
Jimmy Olgeni 68bbec1193 shells/nu_plugin_query: Declare libcurl shlib dependency
The binary links libcurl.so.4 (via the curl-sys crate, which uses
pkg-config to pick up the system libcurl by default), but the port
does not declare the runtime dependency.

Detected by poudriere stage-qa:

  Warning: nu_plugin_query-0.112.2_1 will be rebuilt as it misses
  libcurl.so.4 which no dependency provides. It is likely (silently)
  failing testport/stage-qa.

Add LIB_DEPENDS=libcurl.so:ftp/curl and bump PORTREVISION. Also
reorder PLIST_FILES ahead of OPENSSLINC/OPENSSLLIB to satisfy
portclippy.

Reviewed by:	yuri
Differential Revision:	https://reviews.freebsd.org/D56854
2026-07-13 00:17:28 +02:00
Yuri Victorovich f7dcbdf675 shells/nushell: update 0.114.0 → 0.114.1 2026-07-12 09:54:26 -07:00
Jimmy Olgeni 40b35f6488 shells/rura: Update to 1.9.0 2026-07-12 12:10:22 +02:00
Po-Chuan Hsieh d597130290 shells/bash-completion: Update to 2.18.0
Changes:	https://github.com/scop/bash-completion/releases
2026-07-11 20:20:52 +08:00
Dag-Erling Smørgrav 4ea3547132 various: Bump go ports for go-1.25.12 / 1.26.5 2026-07-10 09:54:15 +02:00
Jimmy Olgeni 69cad13ba8 shells/rura: Update to 1.8.0 2026-07-09 22:45:18 +02:00
Yuri Victorovich b570daa35b shells/atuin: update 18.16.1 → 18.17.0 2026-07-08 22:20:16 -07:00
Yuri Victorovich 386ff31ffb shells/meka: update 0.30.0 → 0.32.0 2026-07-06 07:26:26 -07:00
Yuri Victorovich 3e3be4804f shells/nushell: update 0.113.1 → 0.114.0 2026-07-06 07:26:25 -07:00
Hiroki Tagato d277453026 shells/carapace: Update to 1.7.3
Changelog:
- https://github.com/carapace-sh/carapace-bin/releases/tag/v1.7.2
- https://github.com/carapace-sh/carapace-bin/releases/tag/v1.7.3

Reported by:	GitHub (watch releases)
2026-07-04 22:37:27 +09:00
Yuri Victorovich a84ad18bbf shells/meka: update 0.29.4 → 0.30.0 2026-07-02 10:29:51 -07:00
Nuno Teixeira e3a8ad0fb1 shells/xonsh: Update to 0.24.0
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.24.0
2026-07-02 15:49:27 +01:00
Yuri Victorovich 415053f520 shells/meka: update 0.29.2 → 0.29.4 2026-07-01 21:34:56 -07:00
Po-Chuan Hsieh 508b5d3d6b shells/bash-completion: Clean up after b6ec06f079
.include <bsd.port.options.mk> is not needed after the removal of ARCH check.
2026-07-01 06:13:22 +08:00
Tijl Coosemans b6ec06f079 */*: Use C.UTF-8 locale
Ports 02f27a83b4 fixed the ports tree to the C locale so it would work
correctly in environments where users use a locale that isn't compatible
with the C locale, e.g. xx_YY.UTF-8 where [A-Z] includes more than just
upper case letters.  USE_LOCALE was introduced to let ports use another
locale if they needed it.  The C.UTF-8 locale was created later on to be
mostly compatible with the C locale.

Switch the ports tree locale to C.UTF-8 and remove USE_LOCALE.  The
world has moved to Unicode so all ports either require it or know how to
build correctly in a Unicode environment.

PR:		295945
Exp-run by:	antoine
2026-06-30 22:03:57 +02:00
Tijl Coosemans d87a1e8780 shells/fd: Pass LANG via MAKE_ARGS
The upstream build system uses LANG to determine the location of
Japanese manpages.  Pass this through MAKE_ARGS instead of USE_LOCALE
because "ja" is not a valid locale.

While here use the upstream make variable BUILD for DESTDIR.

PR:		295945
Exp-run by:	antoine
2026-06-30 22:03:56 +02:00
Yuri Victorovich 8087281ac5 shells/starship: update 1.25.1 → 1.26.0 2026-06-29 09:21:16 -07:00
Yuri Victorovich 8cb021fd87 shells/meka: update 0.29.1 → 0.29.2 2026-06-29 09:21:15 -07:00
Yuri Victorovich 035fd20f80 shells/shellharden: update 4.3.1 → 4.3.2 2026-06-27 15:54:50 -07:00
Yuri Victorovich 0226633c8f shells/meka: update 0.28.0 → 0.29.1 2026-06-26 13:32:16 -07:00
Max Brazhnikov 4b0443010c shells/fish: Fix stage-qa with sphinx 9.0.4 2026-06-26 20:23:11 +03:00
Jimmy Olgeni 032b29344a shells/rura: Update to 1.7.0 2026-06-26 12:40:41 +02:00
Baptiste Daroussin b38e6345c3 shells/zsh: update to 5.9.1
While here switch from pcre to pcre2
Add a patch to support new RLIMITS_PIPEBUF[1] and RLIMITS_VMS
Remove patch which has been upstreamed

PR:		282487 [1]
Submitted by:	Martin Birgmeier <d8zNeCFG@aon.at> [1]
2026-06-25 14:51:38 +02:00
Piotr Kubaj f7721e48cb shells/bash: fix build on powerpc64le/CURRENT
Clang crashes with the default -mcpu, but builds with -O0:
Assertion failed: (Subtarget->hasP9Vector() && "XSCMPUQP requires Power9 Vector"), function SelectCC, file /usr/src/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp, line 4271.
2026-06-25 12:49:04 +02:00
Jimmy Olgeni 625be92858 shells/rura: Update to 1.6.0 2026-06-22 13:04:52 +02:00
Hiroki Tagato 114a5db3ea shells/carapace: Update to 1.7.1
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.7.1

Reported by:	GitHub (watch releases)
2026-06-21 09:34:10 +09:00
Cy Schubert 673f0ce2b1 shells/ksh-devel: update to the latest ksh93/ksh github commit 2026-06-19 10:16:45 -07:00
Yuri Victorovich 402a5ecfb4 shells/meka: update 0.27.3 → 0.28.0 2026-06-17 20:42:29 -07:00
Piotr Kubaj 4ca87950b5 shells/oksh: update to 7.9 2026-06-16 11:47:54 +02:00
Yuri Victorovich 6f532aa803 shells/meka: update 0.27.2 → 0.27.3 2026-06-11 22:30:38 -07:00
Jishan Alam 7dc1e1eaca shells/wcd: Update to 6.0.7
Update WWW.

Changelog: https://waterlander.net/wcd/doc/whatsnew.txt

PR:		295939
Approved by:	submitter is maintainer
2026-06-12 04:59:28 +02:00
Emanuel Haupt ad096bc729 shells/bash: Update to 5.3.15 2026-06-10 07:30:06 +02:00
Jimmy Olgeni 4517525856 shells/rura: Update to 1.5.0 2026-06-07 12:24:58 +02:00
Mikael Urankar e29b5eeec3 lang/rust: Bump revisions after 1.96.0
PR:		295694
2026-06-04 10:52:51 +02:00
Dag-Erling Smørgrav dd8dc2a59d various: Bump go ports for go-1.25.11 / go-1.26.4 2026-06-03 19:54:22 +02:00
Jimmy Olgeni cafc626cd9 shells/rura: Update to 1.4.0 2026-06-03 13:08:37 +02:00
Emanuel Haupt 845f03e0ac shells/bash: Update to 5.3.12 2026-06-03 09:55:55 +02:00
Yuri Victorovich ea8cbb0ab6 shells/meka: update 0.27.1 → 0.27.2 2026-06-01 11:31:44 -07:00
Jimmy Olgeni d488617261 shells/rura: Update to 1.3.0 2026-05-31 12:28:40 +02:00
Yuri Victorovich 64c8a1d421 shells/agsh: Renamed to shells/meka, updated to 0.27.1 2026-05-30 21:01:38 -07:00
Hiroki Tagato 8787bca002 shells/carapace: Update to 1.7.0
While here, convert to use GO_LDFLAGS.

Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.7.0

Reported by:	GitHub (watch releases)
2026-05-31 12:33:45 +09:00
Nuno Teixeira f0626d4676 shells/xonsh: Update to 0.23.8
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.23.8
2026-05-30 12:29:42 +01:00
Yuri Victorovich 844421b869 shells/nushell: update 0.113.0 → 0.113.1 2026-05-29 23:00:38 -07:00
Jimmy Olgeni e6d6250d39 shells/rura: New port: Interactive TUI pipeline editor built for rapid iteration 2026-05-28 07:30:38 +02:00
Cy Schubert 088a75ca06 shells/ksh-devel: update to the latest ksh93/ksh github commit 2026-05-26 05:36:18 -07:00
Yuri Victorovich e4f76c0694 shells/nushell: update 0.112.2 → 0.113.0 2026-05-24 11:21:18 -07:00
Yuri Victorovich f7f38c56d1 shells/agsh: update 0.26.0 → 0.26.2 2026-05-23 08:36:24 -07:00
Yuri Victorovich 937db8f963 shells/agsh: update 0.24.1 → 0.26.0 2026-05-20 20:54:44 -07:00
Yuri Victorovich e15745e81b shells/agsh: update 0.23.1 → 0.24.1 2026-05-19 16:29:59 -07:00
Yuri Victorovich 1b6d3b7810 shells/agsh: update 0.22.1 → 0.23.1 2026-05-18 20:18:40 -07:00