summaryrefslogtreecommitdiff
path: root/external/mit/xorg
AgeCommit message (Collapse)Author
2023-07-02dri.old: disable lint againrillig
2023-07-01dri.old: only disable lint for a single filerillig
2023-06-20update for fontconfig 2.14.2.mrg
2023-06-19use xorg-pkg-ver.mk to get PACKAGE_STRING defined.mrg
2023-06-19transform XFILESEARCHPATHDEFAULT in the pkg-config file.mrg
2023-06-03adapt 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-03bsd.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-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
Provide a single variable CC_WNO_ADDRESS_OF_PACKED_MEMBER with options for both clang and gcc, to replace CLANG_NO_ADDR_OF_PACKED_MEMBER CC_NO_ADDR_OF_PACKED_MEMBER GCC_NO_ADDR_OF_PACKED_MEMBER Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
2023-03-23updates for xkeyboard-config 2.38.mrg
2023-02-27obsolete several xorg-server.old configurations and normalise some comments.mrg
2023-02-26updates for xf86-video-trident 1.4.0.mrg
2023-02-24arrange for ftoption.h to define FT_CONFIG_OPTION_USE_BROTLI but not for toolsmrg
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-10Fix xkb_base in the pkg-config file and mapage for xkeyboard-confignros
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-07apply -g1 to the gallium sources as well. saves another couple of 100MB.mrg
2023-02-04stop building and installing xfwpwiz
As proposed on tech-x11 https://mail-index.netbsd.org/tech-x11/2022/12/29/msg002333.html
2023-01-29build 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-28add missing ./etc/fonts/conf.avail/10-yes-antialias.conf, noted by wiz.mrg
2023-01-26Fix link errors now complained by new ld(1) from binutils 2.39.tsutsui
2023-01-26No need to link shared libXext here.tsutsui
2023-01-25fix clang buildchristos
2023-01-22Disable optimization on vaxchristos
2023-01-22Disable MT for lint since we don't have stdatomic.hchristos
2023-01-21updates for fontconfig 2.14.1.mrg
2023-01-20add $NetBSD$mrg
2023-01-19Pass -DALIGNOF_VOID_P with proper size to fix the tools buildmartin
2023-01-19updates for fontconfig 2.14.mrg
2023-01-19updates for libXpm 3.5.15.mrg
2023-01-08also link -lintl.mrg
2023-01-08enable gettext supportmrg
2023-01-08set -D_CONST_X_STRING for new xfd.mrg
2023-01-08set -DHAVE_STRLCPY -DHAVE_STRLCAT for new lndir.mrg
2023-01-08handle .pc updates. prepare to enable uuid support.mrg
2023-01-08handle @LIBBSD_LIBS@ in the new .pc file.mrg
2022-12-25Need -lxcb for xcb_create_pixmapchristos
2022-12-17handle pixman revert.mrg
2022-11-13add a 'check' target to run the tests (needs to be on the same arch as host.)mrg
2022-11-13add build infrastructure to build the pixman testsmrg
not built or installed by default.
2022-11-13add -D_CONST_X_STRING, like new upstreammrg
2022-11-12disable arm64 NEON for now. my X server exits for unknown reasons..mrg
2022-11-12updates for pixman 0.42.2.mrg
this enables NEON for arm64. maybe firefox will be faster on pbp...
2022-11-12updates 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-12updates for libpciaccess 0.17.mrg
2022-10-29updates for new libXext, libXmu, libXpresent and libxkbfile.mrg
2022-10-28put reallocarray() in the public namespacewiz
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-18keep changed-how-generated files in the ${FILES} list.mrg
2022-10-18add a note about a hack for the pkgconfig file.mrg
2022-10-18hack: add generated file as .pc.in to fix the buildmrg
2022-10-17remove evdev.extras.xml and evdev.xml from the list (build) generated files.mrg
2022-10-17these are now generated files in xkeyboard-config 2.37.mrg
2022-10-17updates for xkeyboard-config 2.37.mrg