Up to [cvs.NetBSD.org] / pkgsrc / x11 / xset
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 4 15:44:19 2022 UTC (2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.16: +3 -4
lines
Diff to previous 1.16 (colored)
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
Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:31 2022 UTC (2 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Reset MAINTAINER
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 18 23:36:12 2020 UTC (3 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
all: migrate several HOMEPAGEs to https 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.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Nov 24 21:54:08 2019 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
xset: remove libXxf86misc inclusion xset compiles without it, and the server side support code was removed 11 years ago. Bump PKGREVISION.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 10 22:16:40 2018 UTC (4 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
xset: update to 1.2.4. 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
Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 9 09:23:13 2013 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.11: +2 -3
lines
Diff to previous 1.11 (colored)
Update to 1.2.3: 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
Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 29 05:07:20 2012 UTC (10 years, 3 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.10: +1 -3
lines
Diff to previous 1.10 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 23 10:24:23 2012 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
Remove xextproto/buildlink3.mk in most cases where it occurs with 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).
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 3 18:25:37 2012 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Update to 1.2.2. 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.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 10 20:17:39 2010 UTC (12 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Update to xset-1.2.0: remove Xprint support
Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 9 18:20:03 2009 UTC (13 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to xset-1.1.0. Changes: 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.
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 24 21:45:18 2008 UTC (14 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Switch master site to MASTER_SITE_XORG.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 16 21:49:37 2008 UTC (14 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update to 1.0.4: 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
Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 21 19:52:58 2007 UTC (15 years, 4 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
Update to version 1.0.3. Changes include: -- 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
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 19 09:39:14 2007 UTC (15 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 15 22:44:08 2007 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.1: +6 -1
lines
Diff to previous 1.1 (colored)
Add some more dependencies on other X11 extensions to get DPMS and Xp support. Bump revision.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Nov 7 17:34:10 2006 UTC (16 years, 3 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import xset-1.0.2 from pkgsrc-wip.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 7 17:34:10 2006 UTC (16 years, 3 months ago) by joerg
Branch: MAIN
Initial revision