Petr Vaněk
Petr Vaněk
I was able to play GTA-IV with force feedback with this change. Maybe someone will find it useful.
This PR fixes `SEGFAULT` caused by out-of-bounds write which I was experiencing after update to newest version, see the commit message for broader explanation. I also replaced `graph_id` variable with...
This change corrects dependencies on generated defconfig.h and/or convertconf.h header files because they must be generated before compilation of conky.cc and main.cc if BUILD_BUILTIN_CONFIG and/or BUILD_OLD_CONFIG are set. Fixes: https://github.com/brndnmtthws/conky/issues/1118
This PR fixes last two places in `lib/json.c` breaking strict-aliasing rules. The fix is backported from upstream https://github.com/json-parser/json-parser. `-fno-strict-aliasing` seems to be no longer necessary, therefore, I dropped it out...
I just noticed few commas being improperly placed :)
- version bump, I breaked `SRC_URI` similarly to other `dev-python/*` packages - mark the package as `ALLARCHES`, it is pure python
Upstream removed `config.mk` recently in commit 36c77931fd89 - `Makefile: simplify and use system flags by default`, therefore, `src_prepare` is no longer needed. Additional changes: - `EAPI` update, 7 -> 8...
Both packages require `rresvport` function, which is not implemented in musl.
- `6.2.7-r1` is stable long enough in order to remove `6.2.6`. - backported test fix to `7.0.4` and `7.0.5`, see the commit message for more info.
`sys-apps/s6-rc`[1] is an alternative service manager that should be in the list as well. This PR is related to https://github.com/gentoo/gentoo/pull/27325 but it is independent change. [1] https://skarnet.org/software/s6-rc/