Commit Graph

151 Commits

Author SHA1 Message Date
Jerome Duval
7ced44ba0f bash_completion: code style. 2018-08-03 07:20:37 +02:00
Leorize
728340e427 app-shells/command_not_found: fix handler
- Properly escaped dollar signs
- Respects command_not_found error code
- Added fallback to avoid deadlock in case command_not_found was
uninstalled

Solves #2760
2018-07-29 19:54:22 +07:00
miqlas
a0f7e4962a es: new recipe (#2751) 2018-07-21 17:41:47 +02:00
miqlas
5025928170 HSTR: new recipe (#2503) 2018-07-21 17:40:17 +02:00
fbrosson
80feddc7a7 bash: bump to 4.4.023, avoid hardcoded paths in PATCH(). (#2645)
Avoid ../../sources-$i/ and, instead, use \$sourceDir$i/ with eval.
2018-06-05 10:00:21 +00:00
fbrosson
44d419c96f zsh: move zprofile and zshenv to additional-files. 2018-05-24 23:40:24 +07:00
fbrosson
65f2c797f7 zsh: bump to 5.5.1. 2018-05-24 23:40:24 +07:00
fbrosson
cdde99e18c zsh: add C89 fixes for gcc2 compatibility 2018-05-24 23:40:24 +07:00
Leorize
92847ab7d9 app-shells/zsh: various improvements
- Recipe changes:
  - A SUMMARY that better reflects zsh
  - Added GLOBAL_WRITABLES_FILES and USER_SETTINGS_FILES
  - LICENSE and COPYRIGHT updated
  - Introduced the _doc package with HTML and PDF documentations
  - Global configuration files has been moved to the correct location
  - Various part has been cleaned up
  - A fake home directory is created for TEST() to keep user home
    directory clean, if we ever to support non-chroot building

- Functional changes:
  - zsh now sources /etc/profile by default
  - Unless the user has dotfiles in their home directory, place them
    in B_USER_SETTINGS_DIRECTORY/zsh by default
    - If the users rely on the old behavior that
      B_USER_SETTINGS_DIRECTORY/zsh/z* is sourced, appropriate symlinks
      will be generated.
2018-05-24 23:40:24 +07:00
Leorize
0f436a8d90 zsh: bump to 5.5. 2018-05-24 23:40:24 +07:00
fbrosson
d25489d6d4 dash: bump to 0.5.10.2, add another patch from Gentoo. (#2588)
You will need to delete download/dash-0.5.10-dumb-echo.patch before
building dash 0.5.10.2 if you downloaded it for building 0.5.10.
That's because there was a typo in the patch.
2018-05-20 15:49:01 +00:00
fbrosson
bf4a9cb35b dash: bump to 0.5.10, add patch from Gentoo, add debuginfo. (#2545) 2018-05-08 18:45:17 +00:00
fbrosson
585c93b9c7 dash: add support for x86 secondary arch. 2018-05-08 18:36:50 +00:00
miqlas
dd4ed3b8f4 Fish: 2.7.1, debuginfo, crash fix (#2403)
* Fish: 2.7.1, debuginfo, crash fix

* Cleanup, disabled for every arch
2018-04-09 18:12:24 +02:00
miqlas
b155334f86 Fish crash workaround (#1997)
* Fish: dirty crash fix

* Fish : Dirty crash-fix

* Switch to system provided WCWIDTH

* Revert "Switch to system provided WCWIDTH"

This reverts commit 90f475616122fc72f5456673f5103f341bee5b34.

* Cleanup, bump, debuginfo
2018-03-28 20:17:57 +02:00
Xiang Fan
8bce33e3c7 direnv: new recipe [GCI 2017] (#2078) 2018-02-15 17:08:02 +01:00
miqlas
8bde92b21c bash_completion : bump (#2172) 2018-02-13 19:44:35 -05:00
fbrosson
6f255120a9 bash: bump to 4.4.019. (#2201) 2018-02-09 23:54:07 +00:00
miqlas
e486e5ac3c Bash: bump (#2171) 2018-02-04 19:38:21 +00:00
miqlas
0056631f09 Dash: version bump (#2170) 2018-02-03 20:30:14 +00:00
tts2k
5f4bcfe91f cnf: new recipe (#2067) 2018-01-17 14:43:38 +01:00
miqlas
9b95f7f0f3 Fish: bump version (#1800) 2017-11-23 20:47:23 +01:00
Jerome Duval
4b9d179424 fish: reenable posix_spawn(). 2017-11-04 18:06:15 +01:00
miqlas
3254a22b0c Fish: fix for the posix_spawn problem (#1763) 2017-10-31 14:10:15 +01:00
miqlas
1121b05174 ZSH: bump version (#1657) 2017-09-22 10:56:01 +02:00
miqlas
02ce185bef zsh: enable secure mem (#1589) 2017-08-24 12:11:01 +02:00
miqlas
04c072010e Fish requires cmd:ul for help (#1592) 2017-08-22 21:05:57 +03:00
miqlas
7f7e717ffb Zsh: enable dynamic modules (#1579)
* Less dotfiles in HOME
2017-08-19 14:43:07 +02:00
miqlas
263a753036 ZSH: bump version (#1574) 2017-08-12 13:31:53 +03:00
Jerome Duval
fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
Sergei Reznikov
710f6b4ca0 bash: bump revision after time_t change
* bash stopped reading ~/config/settings/profile
2017-06-24 20:37:06 +03:00
Augustin Cavalier
94bea0974c dash: Disable GCC2, it's broken.
Closes #1424.
2017-06-14 18:09:40 -04:00
Jérôme Duval
454940d466 Bump revisions for x86_64 rebuild after time_t change.
* make gawk compatible with version 3.
* add some prerequisites for icu.
2017-06-12 17:40:24 -04:00
miqlas
9df9853203 Fish: bugfix (#1403) 2017-06-09 17:13:58 -04:00
miqlas
3d7aa45425 Fish: bump version (#1384) 2017-06-04 16:22:54 +02:00
Augustin Cavalier
9c69f65aa0 Remove all bep-format recipes for which an actual recipe exists.
Closes #1244.
2017-04-16 14:39:56 -04:00
Zoltán Mizsei
3ac0cfb93c Fish: radical reduced build-time deps, thanks zanchey! 2017-02-06 23:03:02 +01:00
miqlas
f63ce99fee Fish: bump version, patches upstreamed (#1138) 2017-02-03 14:38:09 +01:00
fbrosson
06b15fb79f bash: bump to 4.4.012.
Also patch tests/intl2.sub: /usr/bin/printf -> /bin/printf
2017-01-29 16:33:35 +00:00
fbrosson
528c74f991 bash: bump to 4.4.011. (#1105) 2017-01-22 13:34:02 -05:00
miqlas
eaf2011132 Zsh : bump version, updated recipe and patchset (#1036)
* WIP

* Fixed patchset

* zsh: bump version, updated recipe, patchset

* Fixed wait warning

* Removed SecondaryArchSuffixes
2017-01-14 14:33:43 -05:00
miqlas
f24304490c Fish: hide socket warning at start. (#945) 2016-12-25 14:02:10 -05:00
miqlas
1766d18f03 Fish : LDFLAGS required for backtraces support. (#949) 2016-12-25 13:56:10 -05:00
miqlas
86253fd699 Fish shell: updated Requires for better compatibility... (#928)
* Fish shell: updated requires for better cmpatibility...

* Update fish-2.4.0.recipe
2016-12-15 08:07:19 +00:00
miqlas
6da9aeff46 Fish: enabled sys-PCRE2, jobargs added (#913) 2016-12-06 11:06:54 +00:00
fbrosson
5a456e5d67 mksh: bump to R54.
No need to keep cmd:install (in BUILD_PREREQUIRES) since it is
provided by coreutils.
2016-12-05 23:41:37 +00:00
Jérôme Duval
f9fbf1fd05 bash: depends on libhistory. 2016-11-21 20:35:08 +00:00
fbrosson
76afdaef4c bash: bump to 4.4.005, simplify patch and rename it to patchset. (#873) 2016-11-21 11:31:33 +01:00
miqlas
99a7ab366c Fish shell: bumped version, drop old recipes (#863) 2016-11-10 10:48:35 +01:00
Jerome Duval
9f99d31c59 bash_completion: fix patchset. 2016-11-01 17:17:35 +00:00