Commit Graph

216 Commits

Author SHA1 Message Date
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
Nikolay Korotkiy
7dd5460e10 nnn: bump to 4.2 (#6121) 2021-08-08 12:47:02 +03:00
Nikolay Korotkiy
d9f19600c2 nnn: bump to 4.1 (#5955) 2021-06-02 16:48:22 +02:00
Schrijvers Luc
7bd107a812 task(warrior), new recipe (#5902) 2021-05-18 18:40:14 +02:00
mazbrili
7ebb38caf0 [New recipe] qmodmaster-0.5.2 (#5783) 2021-05-01 08:26:58 +02:00
Nikolay Korotkiy
2ba56fc1e1 nnn: bump to 4.0 (#5833) 2021-04-13 21:48:04 +03:00
Gerasim Troeglazov
c91953a27b mc: fix subshell 2021-02-10 11:37:19 +10:00
JakobDev
af9644a622 jdReplace: Add Recipe (#5667)
* jdReplace: Add Recipe
2021-02-07 15:32:52 +01:00
Schrijvers Luc
0861a8819d mc, mark x86_gcc2 as broken (#5645) 2021-01-30 09:57:11 +01:00
Schrijvers Luc
dc470a645b mc, move to secondary architecture (#5644) 2021-01-30 09:40:33 +01:00
Jerome Duval
2ca3adb654 nnn: bump version 2021-01-28 16:26:48 +01:00
Jerome Duval
c555200253 mc: bump version 2021-01-28 16:21:26 +01:00
Jerome Duval
5170cb4d5f mc: bump version 2021-01-15 16:33:02 +01:00
extrowerk
7cff48734d Neofetch: bump (#5590) 2021-01-13 07:19:54 +01:00
extrowerk
4e0a74d5db pfetch: bump (#5591) 2021-01-13 07:19:36 +01:00
Zach Dykstra
6e45141155 tmux: use preferred Haiku config path (#5544) 2021-01-12 10:18:10 +01:00
Jerome Duval
97181ae7f2 colordiff: bump version 2021-01-07 20:35:05 +01:00
tommyjanna
bfdb604507 sl: Add recipe (#5542)
* Added sl recipe
2020-12-30 09:01:44 +01:00
Zach Dykstra
8a0e5b96db tmux: update to 3.1c (#5539) 2020-12-29 08:33:51 +01:00
iam-git
c7f1e1ff3d Frame3DD: new recipe (#5317) 2020-12-06 14:59:46 +01:00
Jerome Duval
461bc9520d ancestris: add recipe for version 10 2020-10-17 18:30:52 +02:00
CodeforEvolution
9ebca2effa nnn: bump to version 3.4 (#5257) 2020-08-19 10:20:31 +03:00
Al Hoang
1d0c13f96c mosquitto: new recipe (#4956)
Co-authored-by: begasus <begasus@gmail.com>
2020-08-15 12:38:20 +02:00
augiedoggie
bb06b15b33 pax-utils: disable gcc2 and add secondary arch support (#5173) 2020-07-06 08:25:12 +03:00
augiedoggie
27bc1778d4 pax-utils: new recipe for version 1.2.6 (#5171) 2020-07-06 01:14:09 +03:00
Schrijvers Luc
e64e1a3e50 nnn: bump version (#5028) 2020-05-26 18:00:27 +03:00
Schrijvers Luc
919350df47 ansiweather, bump version (#5008) 2020-05-23 13:08:12 +02:00
waddlesplash
5d5606c45e jq: Bump revision for rebuild. 2020-05-09 16:22:27 -04:00
Augustin Cavalier
165a784ece Bump revisions of all packages that depend on curl. 2020-04-11 17:32:56 -04:00
Crestwave
310706db41 neofetch: bump to 7.0.0 (#4780)
Co-authored-by: Crestwave <crestwave@users.noreply.github.com>
2020-03-15 09:05:19 +01:00
Anna Arad
2023f21e25 nnn: bump to 3.0 (#4792)
Co-authored-by: Anna Arad <annagram@shards.me>
2020-03-14 15:47:39 +03:00
Alexander von Gluck IV
0e4ef3fedc binwalk: Add initial binwalk recipe. 2020-03-07 17:50:48 -06:00
Schrijvers Luc
67c52a889b jigit, bump version (#4701) 2020-02-08 17:35:03 +01:00
Bach Nguyen
b5e6cc020a jigit [recipe] (#3423)
* jigit [recipe]
2020-02-08 08:19:46 +01:00
François Revol
fbb0110016 screen: Add a recipe for latest git + my patchset
It finally decided to work, although crashes on exit if you hit a key before
the 15s timeout, so there's still a bug there.

make check fails currently.
2020-02-03 22:35:24 +01:00
trungnt2910
b792d1eae0 Updated recipe for gcal to v4.1 (#4615)
* Updated recipe for gcal to version 4.1
2020-01-19 17:25:40 +01:00
Anna Arad
fa384271c2 nnn: bump to 2.9 (#4586) 2020-01-15 12:09:07 +03:00
Anna Arad
183364d9a4 Add nnn recipe (#4499) 2020-01-03 14:49:00 +01:00
Kyle Ambroff-Kao
0186c63a17 tmux: Fix crash loading config (#4477)
The tmux code depends on some BSD functionality, namely fparseln,
when parsing configs. This is called in load_cfg during startup after
finding the appropriate config file to load.

On platforms where fparseln isn't available, tmux uses a polyfill
library called compat that it ships with, which includes a fork of the
FreeBSD fparseln function.

The autoconf script for tmux searches the libutil header for fparseln
in order to determine whether to use this compat library or the
fparseln from the the system.

Before this patch, on my x86_64 system at least, tmux would crash on
startup trying to load $HOME/.tmux.conf. It turns out that this is
because on Haiku, the FreeBSD compatibility in libutil code is
disabled in /system/develop/headers/bsd/features.h unless either
_BSD_SOURCE is defined.

    #if defined(_BSD_SOURCE) \
            || (!defined(__STRICT_ANSI__) && !defined(_POSIX_C_SOURCE))
            #define _DEFAULT_SOURCE
    #endif

Since _BSD_SOURCE is not defined, and _POSIX_C_SOURCE *is* defined
(because the compiler is given -std=gnu99), then _DEFAULT_SOURCE is
never defined.

The end result is that fparseln is visible to autoconf, but is not
visible to the compiler when compiling cfg.c.

This leads fparseln to be implicitly defined, which changes the return
type from char* to int, and that conversion can cause a SEGFAULT.

The effect of this patch is to just define _BSD_SOURCE so that the
FreeBSD compat code is visible to the compiler, which produces a tmux
binary that works as expected.
2019-12-23 07:36:06 +01:00
Rafał Bernacki
cc5c1eed93 update screenfetch recipe (#4426)
* added recipe for screenfetch 3.9.1
2019-12-07 19:37:04 +01:00
Jerome Duval
a1264f955e jq: bump version. 2019-11-24 18:39:47 +01:00
Jerome Duval
9bb91681d5 ansiweather: bump version. 2019-11-22 17:29:25 +01:00
Calvin Hill
26539ec2f2 tldr: new recipe (#4308) 2019-10-24 11:43:36 +02:00
Jerome Duval
bf38305d9d ansiweather: bump version. 2019-10-05 20:26:12 +02:00
waddlesplash
e52c1f4c09 neofetch: Revbump. 2019-10-02 22:23:45 -04:00
Crestwave
0dbfb77bad neofetch: fix uptime (#4207) 2019-10-02 22:19:55 -04:00
Crestwave
cd32a206cf pfetch: new recipe (#4206) 2019-10-02 22:19:36 -04:00
Crestwave
3d6a13fa06 bat: redo from scratch (#4204) 2019-10-02 22:17:15 -04:00
miqlas
555a728d56 Neofetch, bump, bugfixes (#4151) 2019-09-01 12:17:59 +02:00
Jérôme Duval
52c6fb142b bat: broken build 2019-07-02 13:25:55 +02:00