1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

2312 Commits

Author SHA1 Message Date
Cy Schubert
f5cf5e0025 shells/ksh-devel: update to the latest ksh93/ksh github commit 2023-02-21 08:08:47 -08:00
Dmitri Goutnik
56b5ec772f all: Bump PORTREVISION after lang/go{119,120} update 2023-02-15 14:06:01 -05:00
Cy Schubert
38557f2f45 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-02-15 08:55:03 -08:00
Mikael Urankar
109e35fd59 lang/rust: Bump revisions after 1.67.1
PR:		269336
2023-02-13 15:52:59 +01:00
Hajimu UMEMOTO
3235838cea shells/tcsh_nls: Remove port which is not required anymore for a long time. 2023-02-12 02:17:10 +09:00
Cy Schubert
de86e8a642 shells/ksh-devel: Fix build with LLVM15 2023-02-10 06:40:47 -08:00
Cy Schubert
40c294fd4f shells/ksh: Fix build with LLVM15 2023-02-10 06:40:47 -08:00
Cy Schubert
b3690ff9ff shells/ksh93: Fix build with LLVM15 2023-02-10 06:40:46 -08:00
Dmitri Goutnik
2297efc51b all: Bump PORTREVISION after GO_DEFAULT update. 2023-02-09 16:55:23 -05:00
Robert Clausecker
24bd5a33e5 */*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
2023-02-09 00:24:25 +01:00
Cy Schubert
6fa14a7ac9 shells/ksh-devel: Fix typo
Reported by:	gad
Fixes:		e2559c8df2
MFH:		2023Q1
2023-01-28 13:24:04 -08:00
Lewis Cook
333b8fa5e5 shells/fish: Update to 3.6.0
Changes:	https://github.com/fish-shell/fish-shell/releases/tag/3.6.0
PR:		269066
Approved by:	asomers (maintainer)
2023-01-23 01:22:41 -06:00
Yuri Victorovich
9f3fc6f2e9 shells/atuin: New port: Magical shell history 2023-01-18 12:08:12 -08:00
Cy Schubert
2ff5683018 shells/ksh-devel: update to the latest ksh93/ksh github commit 2023-01-17 13:12:16 -08:00
Cy Schubert
e2559c8df2 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
2023-01-17 13:12:13 -08:00
Muhammad Moinur Rahman
18c6e18276 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2023-01-14 17:08:33 -06:00
Dmitri Goutnik
3b383d833a all: Bump PORTVERSION after lang/go{118,119} update 2023-01-14 06:31:17 -05:00
Hiroki Sato
ddfcd88398
shells/heirloom-sh: Change the installation directory
- Use ${PREFIX}/heirloom as the installation directory
- Add LICENSE
- Use the standard do-install target
- Take maintainership
2023-01-13 18:03:55 +09:00
Yuri Victorovich
47d6cf9d82 shells/nushell: Update 0.73.0 -> 0.74.0
Reported by:	portscout
2023-01-11 16:19:20 -08:00
Dmitry Marakasov
77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00
Daniel Engberg
12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00
Yuri Victorovich
036d500ef6 shells/shell-hist: New port: Inspect your shell history 2023-01-06 01:00:20 -08:00
Yuri Victorovich
f5f6076279 shells/nushell: Add tests; Add DATAFRAME option 2023-01-03 11:06:27 -08:00
Yuri Victorovich
135fea407e shells/nushell: New port: New type of shell 2023-01-03 01:05:38 -08:00
Yuri Victorovich
1748e6ecdd shells/shellharden: New ports: Corrective bash syntax highlighter 2023-01-01 14:21:18 -08:00
Rene Ladan
4ba1dfa06a cleanup: Remove expired ports:
2022-09-30 shells/ksh2020: Upstream ksh2020 branch archived, development continues under new ksh93 project
2022-12-30 13:50:39 +01:00
Piotr Kubaj
6affa4a86b shells/starship: fix build on powerpc64le 2022-12-29 16:48:07 +00:00
Mikael Urankar
ba14e01a52 lang/rust: Bump revisions after 1.66.0
PR:		268415
2022-12-20 18:37:15 +01:00
Alexey Dokuchaev
671661a6bc shells/dash: update DASH to the latest version 0.5.12. 2022-12-20 02:35:58 +00:00
Cy Schubert
d574d298b3 shells/ksh-devel: update to the latest ksh93/ksh github commit 2022-12-19 11:23:29 -08:00
Emanuel Haupt
c8b1d27d8a shells/bash: Update to 5.2.15 2022-12-14 15:43:27 +01:00
Yuri Victorovich
5a5a178b61 shells/starship: Update 1.11.0 -> 1.12.0 2022-12-13 18:11:15 -08:00
Dmitri Goutnik
d9ad1002d5 all: Bump PORTREVISION after lang/go{118,119} update 2022-12-11 06:17:27 -05:00
Serhii (Sergey) Kozlov
bc765745b3 shells/ohmyzsh: Update to 20221209 2022-12-08 23:39:42 +00:00
Emanuel Haupt
743ef64e11 shells/bash: Update to 5.2.12 2022-11-24 06:36:06 +01:00
Emanuel Haupt
db11f37fac shells/bash: Switch back to use PORTS_READLINE by default
Now that devel/readline has been updated, switch back to use
PORTS_READLINE by default.
2022-11-19 12:32:05 +01:00
Po-Chuan Hsieh
74b3fb646c
shells/bash: Fix typo in 372693913a 2022-11-19 16:44:30 +08:00
Po-Chuan Hsieh
372693913a
shells/bash: Unbreak this port after readline 8.2 update
- Add BUILD_DEPENDS to avoid the users building this port with readline 8.1.x

Approved by:	portmgr (blanket)
2022-11-19 16:13:47 +08:00
Po-Chuan Hsieh
8fa6a1896d
shells/bash-completion: Remove completion for makepkg
- Bump PORTREVISION for package change

Reported by:	vishwin
Differential Revision:	https://reviews.freebsd.org/D33679
2022-11-19 16:11:31 +08:00
Mikael Urankar
9bf6a99963 lang/rust: Bump revisions after 1.65.0
PR:		267622
2022-11-17 08:06:14 +01:00
Alexey Dokuchaev
0c123bd143 shells/jailkit: the port had been updated to version 2.23
PR:	267736
2022-11-13 12:42:48 +00:00
Brooks Davis
f9809df4c1 devel/ksh93: remove sbrk() use
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
2022-11-09 21:27:29 +00:00
Emanuel Haupt
1ac270f16e shells/bash: Update to 5.2.9 2022-11-08 10:36:58 +01:00
Yuri Victorovich
34f4c5d2f9 shells/starship: Broken on i386
Reported by:	fallout
2022-11-02 10:28:18 -07:00
Yuri Victorovich
adeb3c255d shells/starship: Remove BROKEN lines
It doesn't use sys-info-0.9.1 crate anymore.

PR:		267475
Reported by:	eduardo@
2022-10-31 12:56:34 -07:00
Yuri Victorovich
8b4c60159f Revert "shells/starship: Remove BROKEN lines"
This reverts commit b5ab5487c3.
2022-10-31 12:53:34 -07:00
Yuri Victorovich
b5ab5487c3 shells/starship: Remove BROKEN lines
It doesn't use sys-info-0.9.1 crate anymore.

PR:		267475
Reported by:	eduardo@
2022-10-31 10:43:43 -07:00
Cy Schubert
e86f6993e9 shells/ksh-devel: update to the latest ksh93/ksh github commit 2022-10-31 08:01:44 -07:00
Piotr Kubaj
a47c6d6a8b shells/oksh: update to 7.2 2022-10-30 19:59:45 +01:00
Mikael Urankar
afe651cf62 lang/rust: Bump revisions after 1.64.0
PR:		267173
2022-10-30 13:07:09 +01:00