summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/hashcash: pass -std=gnu89Ionen Wolkens2022-10-111-1/+2
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-dialup/rp-l2tp: pass -std=gnu89Ionen Wolkens2022-10-111-1/+2
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-analyzer/pathload: pass -std=gnu89Ionen Wolkens2022-10-111-1/+2
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-sound/aseqview: pass -std=gnu89Ionen Wolkens2022-10-111-0/+4
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-radio/ibp: pass -std=gnu89Ionen Wolkens2022-10-111-1/+3
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/xli: pass -std=gnu89Ionen Wolkens2022-10-111-1/+3
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* mail-filter/dcc: fix for -std=c2x earlyIonen Wolkens2022-10-112-1/+23
| | | | | | | | | | | Only two functions were using K&R style and no other issues, so patching rather than pass -std=gnu89 (since not going to use it, also drop unused flag-o-matic while here). (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/xgammon: pass -std=gnu89Ionen Wolkens2022-10-111-1/+3
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/xscavenger: pass -std=gnu89Ionen Wolkens2022-10-111-1/+2
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-action/xpilot: pass -std=gnu89Ionen Wolkens2022-10-111-1/+3
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/ftjam: pass -std=gnu89Ionen Wolkens2022-10-111-1/+2
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/sgrep: pass -std=gnu89Ionen Wolkens2022-10-111-0/+4
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/convertlit: pass -std=gnu89Ionen Wolkens2022-10-111-1/+2
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-benchmarks/bonnie: pass -std=gnu89Ionen Wolkens2022-10-111-1/+2
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/volpack: respect flags for makeopts and CBUILD envIonen Wolkens2022-10-112-1/+18
| | | | | | | | Was failing with C2x because gnu89 wasn't being passed only there. This is executed at build time, so also an occasion to use CBUILD. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* www-client/seamonkey: Update to www-client/seamonkey-2.35.14Myckel Habets2022-10-112-0/+567
| | | | | | | | | | | | | * Bump to version 2.35.14 * Max supported rust version is virtual/rust-1.63.0. Changed behaviour of the BDEPEND to reflect this. * Disable elf-hack on arm64. * Header inclusion fix as suggested by SM upstream. * Add additional check for correct rust version usage. Closes: https://github.com/gentoo/gentoo/pull/27608 Signed-off-by: Myckel Habets <gentoo-bugs@habets-dobben.nl> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-devel/lld: Remove unnecessary LLVM_BUILD_TESTSMichał Górny2022-10-112-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-firewall/firewalld: Stabilize 1.2.1 x86, #866638Joonas Niilola2022-10-111-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/firewalld: Stabilize 1.2.1 amd64, #866638Joonas Niilola2022-10-111-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-devel/clang-common: Adjust for gcc-config being IDEPENDMichał Górny2022-10-115-5/+30
| | | | | | Thanks to Arfrever for noticing. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/tree-sitter: Remove oldMichał Górny2022-10-112-66/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/twisted: Remove oldMichał Górny2022-10-113-224/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/dulwich: Remove oldMichał Górny2022-10-112-60/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Add a flag to control the gdb-pluginMichał Górny2022-10-113-20/+29
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Remove obsolete LLVM_CMAKE_PATHMichał Górny2022-10-114-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 x86, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libsodium: Stabilize 1.0.18_p20220618 x86, #876652Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/dnscrypt-proxy: Stabilize 2.1.2 x86, #876649Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/graphicsmagick: Stabilize 1.3.38-r3 x86, #876646Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stabilize 5.4.4-r103 x86, #876640Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stabilize 5.3.6-r102 x86, #876640Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stabilize 5.1.5-r200 x86, #876640Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/pdftk: Stabilize 3.3.2-r1 x86, #876433Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 sparc, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libsodium: Stabilize 1.0.18_p20220618 sparc, #876652Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/graphicsmagick: Stabilize 1.3.38-r3 sparc, #876646Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stabilize 5.4.4-r103 sparc, #876640Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stabilize 5.3.6-r102 sparc, #876640Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stabilize 5.1.5-r200 sparc, #876640Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/tree-sitter: Stabilize 0.20.1 sparc, #876553Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/twisted: Stabilize 22.8.0 sparc, #876550Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 ppc64, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libsodium: Stabilize 1.0.18_p20220618 ppc64, #876652Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/dnscrypt-proxy: Stabilize 2.1.2 ppc64, #876649Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/graphicsmagick: Stabilize 1.3.38-r3 ppc64, #876646Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stabilize 5.4.4-r103 ppc64, #876640Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stabilize 5.3.6-r102 ppc64, #876640Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stabilize 5.1.5-r200 ppc64, #876640Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.67 ppc64, #873064Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.5 ppc64, #872743Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>