Commit Graph

201 Commits

Author SHA1 Message Date
OscarL
dd9218c9a1 command_not_found: revbump for rebuild (#8500) 2023-04-24 08:47:54 +02:00
OscarL
a04a072309 command_not_found: switch to Python 3.9. (#8497)
* Added TEST()
* Added a couple of minor fixes here and there.
2023-04-24 07:49:10 +02:00
OscarL
ae62a1641b hstr: update to version 2.6. (#7782)
Fixes some overflow and memory leak issues:
https://github.com/dvorka/hstr/releases/tag/2.6

Mark x86_gcc2 as broken (hstr uses "-std=c99").
2023-01-17 07:20:25 +01:00
Schrijvers Luc
f79d5ccd7b zsh, enable 32bit (#7710) 2022-12-31 10:49:28 +01:00
OscarL
49dcc1f9f9 zsh: rev-bump to fix libgdbm dependency. (#7705)
Needed after the update on the libgdbm recipe (#7704).
2022-12-31 09:41:54 +01:00
PulkoMandy
3d303f66fa zsh: fix prompt configuration
Create a default zshrc file that sets up the prompt to behave the same
as the bash one set by Haiku. There was an attempt to patch the prompt
in zprofile already (after sourcing /etc/profile), but the prompt is now
too complex for the simple substitutions to work.

Avoids the problem reported in https://dev.haiku-os.org/ticket/17652
2022-12-20 19:35:33 +01:00
Ivan Holmes
5526dd6fe3 fish: bump version (#7110)
* update fish recipe to 3.5.1

* switch to release

* reorder BUILD_PREREQUIRES and use cmakeDirArgs
2022-11-11 14:29:54 -05:00
OscarL
ed926851f1 bash_completion: fix location of bash_completion.sh (#7296)
Make sure bash_completion.sh is placed under settings/etc/profile.d/
and not "settings/profile.d". Otherwise bash would not source it
properly.
2022-10-17 09:25:00 +02:00
OscarL
2273391b7a hstr: fix configuration instructions and other minor changes. (#7270)
* Use the proper configuration instructions for bash in Haiku.
  Big thanks to madmax for finding the issue!
* Reworked the patch about the history files locations.
* Removed the TEST() section, as "make check" had "nothing to do".
* Removed "-I m4" from aclocal, as it was not necessary.
* Removed the "hh" symlink to "hstr". The user can create an alias.

The issue was that, on platforms that lack the TIOCSTI ioctl, a
workaround is needed to be able to insert text on the shell's command
line. The workaround relies on defining a shell function,
and keybinding said function so it gets handled by readline.

Now, following the "hstr --show-configuration" instructions will
result in C-r working as expected, at least for bash.

As it still won't fully work under zsh (for the lack of a similar
workaround, but implemented as a zsh function)... removed the ZSH
mention from the package description to avoid false expectations.
2022-10-16 15:39:10 +00:00
OscarL
5fe112751f hstr: bump to version 2.5 (#7249) 2022-10-08 08:06:17 +02:00
extrowerk
6a7d084ed6 zsh: bump (#6709)
* zsh: bump

* ZSH: gcc2 patch, reorder, bsd

* debug

* disable debug
2022-05-28 09:05:31 +02:00
extrowerk
7a160a4e37 Xonsh: bump (#6715)
* Xonsh: bump
2022-05-11 11:38:17 +02:00
Zoltán Mizsei
97300a72ee mksh: bump 2022-03-14 19:52:11 +01:00
Jerome Duval
1428f51ce1 bash: bump version 2022-02-23 13:15:37 +01:00
Jerome Duval
156c077a65 bash: bump version 2021-11-08 11:32:42 +01:00
Schrijvers Luc
902dc2bfae xonsh, bump version (#6247) 2021-10-07 12:00:20 +02:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Fredrik Holmqvist
d7d563cd52 Add arm arm64 and riscv64 to bash recipe 2021-08-27 19:21:48 +02:00
JakobDev
b4b6e692fb bash_completion: bump (#5694) 2021-03-03 13:57:49 +01:00
extrowerk
fc9d8fa899 Bash: bump (#5478) 2020-12-10 20:39:45 +01:00
Jerome Duval
bdb23b3d9d bash: bump version 2020-11-19 15:02:18 +01:00
extrowerk
898ddca288 Xonsh 0.9.23 (#5321)
* xonsh: new recipe

* remove cruft
2020-11-09 08:11:03 +01:00
Jerome Duval
b52803cfa4 bash: bump version. 2020-05-22 16:22:22 +02:00
Jérôme Duval
814e669788 mksh: fix PATCHES 2020-03-24 17:46:59 +01:00
dragonmaus
252853e7b8 mksh: Update user profile paths (#4824) 2020-03-24 10:44:57 -04:00
extrowerk
d6da5fbbbe ZSH: bump (#4767) 2020-03-01 21:26:03 +03:00
Jerome Duval
98ce167537 bash: bump version. 2020-02-15 18:58:35 +01:00
François Revol
2c95bf707c Enable m68k for the base packages
This is needed to build the source packages to use in the bootstrap image.
2020-02-04 22:44:39 +01:00
PulkoMandy
3858612e37 Add sparc architecture to some recipes and fix bash
Needed for succesful bootstrap.

Bash recipe fails to find files if the PATCH() code is not run from the
source directory.
2020-01-21 20:27:37 +01:00
Jérôme Duval
29f6a6a494 bash: libhistory comes from readline too. 2019-12-03 18:38:45 +01:00
Jérôme Duval
25afa00c67 bash: bump revision for rebuild. 2019-12-03 18:15:44 +01:00
Jérôme Duval
6fda56939a Revert "bash: disable all versions on x86_gcc2."
This reverts commit baca1ffde3.
2019-12-03 17:56:15 +01:00
Jérôme Duval
baca1ffde3 bash: disable all versions on x86_gcc2. 2019-12-03 17:50:35 +01:00
Jérôme Duval
02b6164248 Revert "bash: disable all versions."
This reverts commit 5744314a4d.
2019-12-03 17:29:48 +01:00
Jérôme Duval
5744314a4d bash: disable all versions. 2019-12-03 17:25:42 +01:00
Jerome Duval
57c9a05456 bash: rebuild with readline8 2019-12-01 11:23:38 +01:00
Jerome Duval
d119cd7352 bash: add recipe for version 5.0.011. 2019-09-10 20:45:11 +02:00
miqlas
563b52b935 MKSH: bump version (#4135) 2019-08-25 18:09:49 +03:00
Schrijvers Luc
96e6239d2a fish, don't use secondrayArchSuffix when using binDir for defineDebugInfoPackage (#3989) 2019-07-15 06:55:10 +02:00
Augustin Cavalier
ae94b1277b Bump revisions of recipes that depend on ncurses. 2019-05-24 16:14:07 -04:00
miqlas
ba24cfc3d4 ZSH: C89 patches from hanya (#3645) 2019-02-18 09:00:42 -05:00
miqlas
755c824719 ZSH: bump (#3630) 2019-02-11 15:39:47 -05:00
miqlas
9cf55453c5 Fix zsh install (#3359) 2018-12-02 20:16:57 +01:00
miqlas
d94ae57b2b ZSH: bump (#3278) 2018-10-30 20:36:59 -04:00
miqlas
a34fa70684 MKSH: bump (#3285) 2018-10-30 20:36:38 -04:00
miqlas
352b82f5f6 HSTR: bump version (#3284) 2018-10-29 07:37:05 +01:00
Jerome Duval
e52f45b521 zsh: update HOMEPAGE. 2018-09-21 11:11:11 +02:00
Leorize
cd7c9f7bf3 app-shells/command_not_found: move profile script
Moved the script to dataDir, this will make sure the script is removed
after the package is deactivated.

Users may override the handle by placing appropriate files in
/etc/profile.d
2018-09-17 22:56:02 +07:00
Jerome Duval
189994c0a6 app-*: reorder sections. 2018-08-08 14:24:56 +02:00
Jerome Duval
1d9d033c65 fish: code style. 2018-08-03 16:25:35 +02:00