IABSD.fr/ports/infrastructure/mk

Branch :


Log

Author Commit Date CI Message
9c09e7a6 2026-01-17 22:30:08 Stop checking for whatis.db; OK schwarze It's been almost a decade since the switch to mandoc.db (here used as test, whether X sets are installed).
38356d35 2026-01-07 16:49:11 Fix mv(1) source for codeberg in MODDIST-TUPLE_post-extract. No effect on using codeberg with '.' which still requires manually setting WRKDIST at this point. Testing showed this doesn't break any variables in existing DIST_TUPLE ports. ok kn@
0ceb066d 2025-12-28 17:58:25 Make post-extract regex more specific /^v[0-9]/ instead of just /^v/. This avoids issues project IDs starting with 'v' that use the targetdir of DIST_TUPLE. Checked for no change in output with dist-tuple.test. No breakage in a bulk build.
3fb9148c 2025-12-12 18:19:46 switch ports-gcc from 8 to 15; much of the heavy lifting for this change was done by claudio@. clean cargo-culted cruft in PLISTs (e.g. @conflict for things where there's already a default @conflict). rename g95 package to gfortran while there. bump _SYSTEM_VERSION to avoid bumping ERANGE ports (much of the ports tree on sparc64 depends on ports-gcc).
586c64a3 2025-12-04 18:18:34 Add a convenience _PERLDSCRIPT variable This is the same as _PERLSCRIPT but it calls perl with -d from espie
1da3d6a2 2025-11-21 06:26:52 Add support for web fonts to the font module. Installing .woff2 or .woff files to /usr/local/share/fonts is pointless, since in that location there's no way for httpd to find them. Instead, a font port can point to them with MODFONT_WEBFILES, and the font module will handle creating a subpackage that installs them to /var/www/fonts. ok phessler@
3fd2581a 2025-11-14 17:46:39 add -V 1 to PKG_ARGS for ports using python 3, so that updates work without ERANGE bumps
676613ea 2025-10-24 14:25:34 Remove gcc3 Feedback sthen@, tweak and OK jca@
c9bc3801 2025-08-17 11:06:39 Remove obsolete and unused apache-module OK tb@
35736fe8 2025-07-30 12:06:30 In do-extract fail early if the decompressor errors out Using set -o pipefail we can detect when gzip -d and friends fail when decompressing archives. This is better than a partially extracted archive leading to failures to patch or build later. ok phessler@ landry@