Path to this page:
Subject: CVS commit: pkgsrc/x11/xset
From: Thomas Klausner
Date: 2022-12-04 16:44:19
Message id: 20221204154419.7B853FA90@cvs.NetBSD.org
Log Message:
xset: update to 1.2.5.
This release changes the configure script to default to --without-xf86misc,
disabling the build of support for the XFree86-Misc extension and dropping
the dependency on libXxf86misc.
Support for the XFree86-Misc extension was removed in the xserver-1.6.0
release in 2008, so this code is unusable on most systems now. The
gitlab repo for the libXxf86misc client library was archived in 2018,
ending the maintenance of that library by X.Org.
Anyone who really still wants to build this code can do so by passing
--with-xf86misc to the configure script, but you're on your own if you do.
Alan Coopersmith (14):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Use the real name of the DPMS extension in messages & man page
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: stop requiring Signed-off-by in commits
Variable scope reduction as recommended by cppcheck
Remove unnecessary casts
Remove unnecessary check for NULL pointer before calling free()
set_pixels: Mark pixels parameter as const
Use C99 designated struct initializers
configure: Make xf86misc support disabled by default
xset 1.2.5
Files: