Commit Graph

16207 Commits

Author SHA1 Message Date
Sergei Reznikov
eb8399de3e mxml: enable recipe 2019-12-23 13:40:39 +03:00
Sergei Reznikov
797c8a98b8 DreamChess: bump for rebuild 2019-12-23 13:19:32 +03:00
Sergei Reznikov
375c90a083 mpd: bump version 2019-12-23 13:15:46 +03:00
Schrijvers Luc
c745c53848 icecast, revbump for rebuild (#4480) 2019-12-23 11:15:13 +01:00
Sergei Reznikov
2e89ff3799 vlc: drop libthreadutil 2019-12-23 13:11:33 +03:00
Schrijvers Luc
57b0a0188f icecast, fix running as root, move PATCH and libnetwork check to configure.in, remove secondary architecture (#4479) 2019-12-23 11:06:12 +01:00
Sergei Reznikov
11342c5b91 libupnp: bump version. 2019-12-23 12:55:07 +03:00
Sergei Reznikov
032c9b9759 mediatomb: enable recipe 2019-12-23 11:11:11 +03: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
Jérôme Duval
1c8a4212df musescore: add version requirement on cmd:lrelease 2019-12-22 11:05:52 +01:00
Gerasim Troeglazov
9f354ffc64 QtHaikuPlugins: bump version
Fix: don't translate unhandled scancodes
Fix: rework application quit handler for Qt 5.14
2019-12-22 12:10:22 +10:00
X547
18d0b1d8a0 Blender: fix regression by using python 3.6, small fixes (#4465)
* fix regression by using python 3.6, small fixes

* remove git
2019-12-21 14:00:00 -05:00
Gerasim Troeglazov
580f20de6b QtHaikuPlugins: bump version 2019-12-21 20:50:33 +10:00
alwayslivid
0ce0bc3219 Added recipe and patch for nesalizer (#4461) 2019-12-19 18:08:11 +03:00
Schrijvers Luc
1eda2f7b1e fuel, add missing cmd lrelease (#4463) 2019-12-19 14:25:57 +01:00
Alexander G. M. Smith
8b99f78f14 fossil: update to version 2.10, circa October 2019. (#4462) 2019-12-19 14:02:59 +01:00
Gerasim Troeglazov
e899f62745 QtHaikuPlugins: bump version 2019-12-19 20:45:05 +10:00
alwayslivid
323a662d32 Added dbuspython recipe. (#4442)
* dbuspython: add recipe
2019-12-18 21:25:12 +01:00
Jerome Duval
a6b84ecb3a testdisk: bump version. 2019-12-18 19:02:09 +01:00
Jerome Duval
4e6578a044 git: bump version. 2019-12-18 18:46:28 +01:00
Adam Fowler
fcbd8c6978 Paladin: bump version (#4454) 2019-12-17 11:11:09 +03:00
Sergei Reznikov
f8509f4872 kde-frameworks: bump for rebuild 2019-12-16 16:20:02 +03:00
Sergei Reznikov
319ab0742c extra_cmake_modules: disable debug build profile by default 2019-12-16 16:14:02 +03:00
Sergei Reznikov
b74421abf9 QtHaikuPlugins: bump for rebuild 2019-12-16 12:53:10 +03:00
Adam Fowler
dc02a84771 Paladin: bump version (#4452) 2019-12-16 12:24:19 +03:00
Jerome Duval
3bd689b105 freeciv: use settings directory. 2019-12-15 22:11:37 +01:00
Bach Nguyen
abb57971f2 freeciv: add a recipe for version 2.6.0 2019-12-15 22:11:11 +01:00
Gerasim Troeglazov
5702a23741 QtWebKit: bump git revision 2019-12-15 23:46:27 +10:00
Gerasim Troeglazov
9f6d1c1dfe QtHaikuPlugins: bump version 2019-12-15 23:44:41 +10:00
Gerasim Troeglazov
d979cfcf0d Qt5: bump version 2019-12-15 23:43:18 +10:00
Sergei Reznikov
1fb6f24150 kde-frameworks: bump revision 2019-12-15 16:06:39 +03:00
Jérôme Duval
348d37197c youtube_dl: bump version. 2019-12-15 10:49:26 +01:00
Rafał Bernacki
c9440e68d7 create recipe for ncdu 1.14.1 (#4446) 2019-12-14 16:38:57 -05:00
alwayslivid
e211fcf64a dbus: fixed 32-bit support (#4448) 2019-12-14 17:52:30 +01:00
Adam Fowler
2a1524520d Paladin: bump revision (#4447) 2019-12-14 01:39:55 +03:00
Vrondir
347dbe9e99 Add recipe for Lingua (#4424) 2019-12-12 15:37:59 +01:00
Rafał Bernacki
955a740f20 color-lines: save files in settings directory (#4436)
should fix #4142
2019-12-12 11:44:20 +01:00
Plüss Roland
fabd12b6fc scons: add recipe for version 3.1.1 (#4437) 2019-12-12 11:40:16 +01:00
Schrijvers Luc
830d9bf0d5 wxqt, specify version for libjpeg and tiff (#4441) 2019-12-12 10:55:09 +01:00
Humdinger
86b2160d69 Genesis Commander: update to 0.46 2019-12-12 08:08:20 +01:00
Schrijvers Luc
9961ea21db qt5: revbump after bump for double_conversion (#4440) 2019-12-10 15:42:28 +01:00
Vrondir
cd82a7567c double-conversion: bump version (#4423) 2019-12-10 15:37:31 +01:00
Gerasim Troeglazov
4dc3423c72 QMPlay2: bump version 2019-12-10 21:43:43 +10:00
Gerasim Troeglazov
1b47e5b1d9 KTechLab: bump git revision 2019-12-10 21:28:49 +10:00
Gerasim Troeglazov
e902c2421c Krita: bump version 2019-12-10 21:04:30 +10:00
Gerasim Troeglazov
7754bc515a PPSSPP: bump version 2019-12-09 23:48:56 +10:00
alwayslivid
f939ec6c27 apache: bump version (#4432) 2019-12-09 13:13:59 +01:00
Paradoxianer
583d452173 new recepie for a new version of ProjectConceptor now including two translators and the the x86_64 Platform fix (#4405) 2019-12-09 09:12:01 +01:00
miqlas
7ace008c10 LibOpenMPT: bump, remove unneeded cruft, patches upstreamed (#4434)
* readd necessary stuff
2019-12-08 16:38:42 +00:00
Gerasim Troeglazov
87124b5bdb QuiteRSS: bump version 2019-12-08 22:53:28 +10:00