| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-02 | dri.old: disable lint again | rillig | |
| 2023-07-01 | dri.old: only disable lint for a single file | rillig | |
| 2023-06-20 | update for fontconfig 2.14.2. | mrg | |
| 2023-06-19 | transform XFILESEARCHPATHDEFAULT in the pkg-config file. | mrg | |
| 2023-06-03 | adapt to ${CC_WNO_STRINGOP_OVERFLOW} | lukem | |
| Use ${CC_WNO_STRINGOP_OVERFLOW} instead of the older style more complex expressions. Remove workarounds if they were only for gcc < 10. | |||
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem | |
| Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler. GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name. | |||
| 2023-03-23 | updates for xkeyboard-config 2.38. | mrg | |
| 2023-02-24 | arrange for ftoption.h to define FT_CONFIG_OPTION_USE_BROTLI but not for tools | mrg | |
| guard the definition in ftoption.h with #ifndef TOOL_FCCACHE, and build the tools portions with this defined if not already set. this fixes building pkgsrc blender with native x11. | |||
| 2023-02-10 | Fix xkb_base in the pkg-config file and mapage for xkeyboard-config | nros | |
| The xkbdata files are installed in /usr/X11R7/lib/X11/xkb not /usr/X11R7/share/X11/xkb. The wrong directory causes build failures in pkgsrc packages that use the xkb_base variable. Also base the datadir on the vars from bsd.x11.mk. Also use @xkb_base@ instead of /usr/X11R7/share/lib/X11/xkb in the manpage to show the right xkbdata directory. | |||
| 2023-02-07 | apply -g1 to the gallium sources as well. saves another couple of 100MB. | mrg | |
| 2023-01-29 | build framework for embedded brotli. | mrg | |
| need to figure out a way to handle tools build vs installed build before we can enable it in freetype itself. | |||
| 2023-01-28 | add missing ./etc/fonts/conf.avail/10-yes-antialias.conf, noted by wiz. | mrg | |
| 2023-01-25 | fix clang build | christos | |
| 2023-01-22 | Disable optimization on vax | christos | |
| 2023-01-22 | Disable MT for lint since we don't have stdatomic.h | christos | |
| 2023-01-21 | updates for fontconfig 2.14.1. | mrg | |
| 2023-01-20 | add $NetBSD$ | mrg | |
| 2023-01-19 | updates for fontconfig 2.14. | mrg | |
| 2023-01-19 | updates for libXpm 3.5.15. | mrg | |
| 2023-01-08 | handle .pc updates. prepare to enable uuid support. | mrg | |
| 2023-01-08 | handle @LIBBSD_LIBS@ in the new .pc file. | mrg | |
| 2022-12-17 | handle pixman revert. | mrg | |
| 2022-11-13 | add a 'check' target to run the tests (needs to be on the same arch as host.) | mrg | |
| 2022-11-13 | add build infrastructure to build the pixman tests | mrg | |
| not built or installed by default. | |||
| 2022-11-12 | disable arm64 NEON for now. my X server exits for unknown reasons.. | mrg | |
| 2022-11-12 | updates for pixman 0.42.2. | mrg | |
| this enables NEON for arm64. maybe firefox will be faster on pbp... | |||
| 2022-11-12 | updates for libdrm 2.4.114. | mrg | |
| unfortunately, the i915 ioctls are no longer handled by kdump/ktruss as the new one conflicts with base. this needs a clean build in these dirs (and rescue). the radeon ioctls have been enabled instead. | |||
| 2022-11-12 | updates for libpciaccess 0.17. | mrg | |
| 2022-10-29 | updates for new libXext, libXmu, libXpresent and libxkbfile. | mrg | |
| 2022-10-28 | put reallocarray() in the public namespace | wiz | |
| reallocarray() will be part of the next POSIX release, see https://austingroupbugs.net/view.php?id=1218 adapt an errno value to match POSIX expectations As discussed on tech-userlevel | |||
| 2022-10-18 | keep changed-how-generated files in the ${FILES} list. | mrg | |
| 2022-10-18 | add a note about a hack for the pkgconfig file. | mrg | |
| 2022-10-18 | hack: add generated file as .pc.in to fix the build | mrg | |
| 2022-10-17 | remove evdev.extras.xml and evdev.xml from the list (build) generated files. | mrg | |
| 2022-10-17 | these are now generated files in xkeyboard-config 2.37. | mrg | |
| 2022-10-17 | updates for xkeyboard-config 2.37. | mrg | |
| 2022-09-29 | Only include other "old" makefiles from old MesaLib ones. Ok @mrg. | rjs | |
| 2022-09-14 | fix defines no longer provided by config.h. | mrg | |
| fixes eg, missing "10x20" font for me, but does require fc-cache and X restarting to fix. | |||
| 2022-09-09 | updates for libXfont2 2.0.6. | mrg | |
| 2022-09-09 | updates for libfontenc 1.1.6. | mrg | |
| 2022-09-09 | updates for libFS 1.0.9. | mrg | |
| 2022-07-14 | build and install libxcvt, and it's cvt(1). | mrg | |
| 2022-07-14 | enable thread safety constructor. | mrg | |
| 2022-07-14 | build framework for libxcvt (needed for xorg-server 21.x). | mrg | |
| doesn't work quite yet. lib/libxcvt can't find sources for some odd reason. | |||
| 2022-07-12 | don't build newly obsolete xf86vidmode.h. | mrg | |
| 2022-07-12 | updates for generated files. | mrg | |
| 2022-07-12 | updates for libxcb 1.15. | mrg | |
| (try to make xcbgen work here still, but still doesn't quite work.) | |||
| 2022-07-11 | updates for libdrm 2.4.112. | mrg | |
| 2022-07-03 | libXaw: suppress lint warnings about pointer casts | rillig | |
| Typical example: TextAction.c(373): warning: pointer cast from 'pointer to struct _WidgetRec' to 'pointer to struct _TextRec' may be troublesome [247] | |||
| 2022-05-14 | libxcb: suppress lint warnings that are not useful | rillig | |
