Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 6ddd87d7 | 2026-05-08 09:02:11 | Fix the build system changes that handle the autoconf cache patches. The beforeconfigure target doesn't work as expected and causes extra configure script executions and sometimes full rebuilds. replace it by more ad-hoc code to generate a local autoconf cache for the packages that need it (currently libpng and libXfont2) ok miod@ | ||
| 604aeb51 | 2025-10-03 05:57:09 | Make sure the libpng object files are built using the same PICFLAG as those of freetype. This unbreaks freetype on at least luna88k, when the resulting library had text relocations because these files were not built pic. found by & ok aoyama@ | ||
| f7e46d86 | 2025-10-01 02:52:43 | When powerpc64 sets CFLAGS it must configure --cache-file=/dev/null prevents an error found by deraadt@; ok miod@ robert@ | ||
| 7a75a1c6 | 2025-09-17 14:48:30 | Add Makefile.bsd-wrapper to build static libpng and run autoreconf. It will be bundled into libfreetype for better font rendering. ok robert@ sthen@ matthieu@ |