Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e573efcd | 2018-07-09 21:20:56 | Make sure the fontconfig cache in the xbaseXX.tgz set is valid. Tarballs only store timestamps with 1s resolution, while the fontconfig cache uses nano-second resolution from the filesystem to check that a directory hasn't changed. So the font directories extracted by the installer were almost always considered out of date, causing applications that use fontconfig to trigger a rebuild of the cache. Now, when installing with DESTDIR set, we use a perl one-liner to remove the nanoseconds from the mtime of the fonts directories before running fc-cache, so that the timestamps recorded in the cache match what will be set after extracting the xfont set. Help and suggestions from at least guenther@, millert@, espie@ and deraadt@ | ||
| d1cd8816 | 2016-11-19 08:38:15 | Set permissions of fontconfig cache files, fonts.dir and fons.scale explicitly, so they don't depend on the umask. push forward deraadt; no objections matthieu | ||
| fd18c20e | 2016-10-11 22:14:30 | regen | ||
| 1a97432a | 2016-10-02 20:55:09 | Fix ownership of fonts.dir and font.scale files as well as fontconfig font caches. mkfontdir and mkfontscale are now run out of font/alias at the end of the build or install, like fc-cache. fc-cache is using its -y (sysroot) flag that works if used correctly. | ||
| a8fc9116 | 2015-05-10 14:17:51 | No NEWS is good NEWS - remove a bunch of files not present upstreams anymore | ||
| 61e2983c | 2013-08-18 06:20:12 | Fix a number of merge issues accumulated over the years - INSTALL often got doubled by patch - empty AUTHORS files didn't get removed. | ||
| 77968275 | 2012-08-18 10:38:39 | let build and release proceed through the exact same steps, avoiding nasty surprises... REQUIRES current /usr/share/mk (cd /usr/src/share/mk && make install) okay matthieu@ | ||
| 90122f3a | 2010-10-31 21:22:36 | Update all font packages to latest X.Org versions. | ||
| 62df325a | 2010-07-24 21:02:30 | Update font/alias to 1.0.2 | ||
| ea34eb06 | 2008-03-20 20:54:57 | Fix my previous attempt to run 'fc-cache -v' at the end of a make build. tested by naddy@. | ||
| 7830df18 | 2008-03-15 18:08:24 | Regen with autoconf 2.59-p2, with AM_SANITY check zapped. | ||
| 6637a9a3 | 2007-03-18 22:29:12 | regen with automake 1.9.6p2 | ||
| 81addb90 | 2007-03-16 00:19:19 | regen | ||
| 9b47cdf3 | 2006-11-27 15:13:16 | regenerate with OpenBSD autotools | ||
| 2949cecc | 2006-11-26 18:25:30 | regen with OpenBSD autotools | ||
| 54a0c4eb | 2006-11-26 17:37:04 | Build infrastructure for font | ||
| abaac6c1 | 2006-11-26 15:50:28 | Importing font-alias 1.0.1 |