IABSD.fr/ports/infrastructure

Branch :


Log

Author Commit Date CI Message
42cdef89 2024-11-08 16:05:20 Release _gnome-initial-setup user & group.
34a4e157 2024-11-07 09:49:51 modgo-gen-modules-helper: print MODGO_VERSION to STDERR The goal is to avoid editing modules.inc by removing the MODGO_VERSION variable from that file by the go ports maintainer when using it like: make modgo-gen-modules > modules.inc OK: paco@ sthen@
4ce4d056 2024-11-06 14:31:59 Reserve uid 555 for Krill
325d34f0 2024-11-01 09:17:30 portcheck: fix false positive about non-icon files going to icons/ subdir ok sthen@
44c8f58e 2024-10-26 14:00:10 remove i386 and powerpc64 from RUST_ARCHS - i386 fails to build rust (ENOMEM) - powerpc64 needs a new bootstrap bump EPOCH for librsvg, as it needs to go from librsvg-2.58.5 (with rust) to librsvg-2.40.21 (without rust) "looks right" sthen@
252dd1f9 2024-10-18 22:39:30 Verify distfiles quietly to reduce checksum noise Print errors only or a single summary line when all distinfo checksums match; this avoids terminal spam especially when working on rust or go ports with hundreds or even thousands of distfiles (crates or modules). Feedback espie OK op
9519fd2a 2024-10-06 10:24:24 new opt-in PATCH_QUIET aka. patch(1) -s; OK tb
3a43d602 2024-09-15 18:15:17 Poison the threads.h header by default in gnu.port.mk This will avoid threads.h from devel/libstdthreads being picked up by gnulib's threadlib.m4, potentially breaking due to dpb junking in bulk builds. The header is included and some weak symbol magic is performed, but it doesn't bring any useful feature as it doesn't even link against libstdthreads.so. That gnulib module already falls back to a pthreads-based implementation anyway. Ultimately it probably makes sense for C11 threads support to go into the base system, as already discussed several times by matthieu@ and others. But now isn't the right time as we're approaching release. ok ajacoutot@ sthen@
829ddd89 2024-08-28 23:11:36 add www/pm2 user
74a6d978 2024-08-24 16:48:14 reserve _caddy for incoming www/caddy ok tb@