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
This commit is contained in:
wiz 2022-12-04 15:44:19 +00:00
parent 22143325b6
commit d814d512c9
2 changed files with 7 additions and 8 deletions

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.16 2022/11/09 13:14:31 joerg Exp $
# $NetBSD: Makefile,v 1.17 2022/12/04 15:44:19 wiz Exp $
DISTNAME= xset-1.2.4
PKGREVISION= 1
DISTNAME= xset-1.2.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2021/10/26 11:34:57 nia Exp $
$NetBSD: distinfo,v 1.12 2022/12/04 15:44:19 wiz Exp $
BLAKE2s (xset-1.2.4.tar.bz2) = 68d68cc70fa42585272a9480c6c12f6e6696566f8c6a6773774ffb17c8637c86
SHA512 (xset-1.2.4.tar.bz2) = f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d
Size (xset-1.2.4.tar.bz2) = 145546 bytes
BLAKE2s (xset-1.2.5.tar.xz) = 3fe8649660218cffc9a1a7fc4f0c4f06bfb7fb21237c14d887e215f090f86e00
SHA512 (xset-1.2.5.tar.xz) = 12b53d7cd6b7ccf6515c03f68151490fce6b2629e99b8d85ac5d760f4ed93394a457213c3947533809fbbb04acd1ed260aeea1256099a10397660eef3088150d
Size (xset-1.2.5.tar.xz) = 138776 bytes