summaryrefslogtreecommitdiff
path: root/x11/xset
AgeCommit message (Collapse)AuthorFilesLines
2022-12-04xset: update to 1.2.5.wiz2-8/+7
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
2022-11-09Reset MAINTAINERjoerg1-2/+2
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-24xset: remove libXxf86misc inclusionwiz1-2/+2
xset compiles without it, and the server side support code was removed 11 years ago. Bump PKGREVISION.
2018-03-10xset: update to 1.2.4.wiz2-8/+7
Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xset 1.2.4 Emil Velikov (1): autogen.sh: use quoted string variables Jon TURNEY (1): Include unistd.h for usleep() if HAVE_USLEEP Matthieu Herrb (1): Fix one last warning about usage() format string. Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2013-08-09Update to 1.2.3:wiz2-7/+6
This minor maintenance release adds a -version flag, as well as some build configuration improvements and janitorial cleanups. Alan Coopersmith (9): Drop usleep fallbacks for ancient OS versions Combine usage message strings Combine error message strings Fix gcc warnings about discarded const qualifiers Add printf attribute to usage function and fix warnings it causes Fix integer sign/size conversion warnings from clang Add -version flag Pass buf size to on_or_off instead of just assuming it is big enough xset 1.2.3 Jon TURNEY (1): Remove unneeded include of windows.h on WIN32
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-06-03Update to 1.2.2.wiz2-6/+6
1.2.2: This minor maintenance release improves output of pixel colors and errors, as well as some build configuration improvements and janitorial cleanups. 1.2.1: This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups, plus some more unusual cleanups specific to xset.
2010-09-10Update to xset-1.2.0: remove Xprint supportjoerg2-7/+7
2009-11-09Update to xset-1.1.0. Changes:tnn2-6/+6
Avoid warning from "xset r rate" when XF86Misc extension is not present XKB named indicator support for led state query/set Fill in README & COPYING files Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Fix typos in xset manpage Correct make distcheck and most sparse warnings.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-04-16Update to 1.0.4:wiz2-6/+6
Adam Jackson (1): xset 1.0.4 Alan Coopersmith (3): Make code formatting consistent Convert function declarations from K&R to ANSI C Delete duplicated #include statements James Cloos (1): Add *~ to .gitignore to skip patch/emacs droppings gsr.bugs (1): Manpage: Add mention of mouse acceleration with zero threshold
2007-09-21Update to version 1.0.3. Changes include:bjs2-7/+6
-- Change xset_CFLAGS to AM_CFLAGS to make automake-1.10 happier -- Use autoconf to check for usleep before falling into twisty #ifdef maze -- Bug #9524: Markup problems on xset.1x
2007-06-19Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.joerg1-1/+3
2007-03-15Add some more dependencies on other X11 extensions to get DPMS and Xpjoerg1-1/+6
support. Bump revision.
2006-11-07Import xset-1.0.2 from pkgsrc-wip.joerg4-0/+33