Sun Dec 4 15:44:19 2022 UTC ()
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


(wiz)
diff -r1.16 -r1.17 pkgsrc/x11/xset/Makefile
diff -r1.11 -r1.12 pkgsrc/x11/xset/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/x11/xset/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xset/Makefile 2022/11/09 13:14:31 1.16
+++ pkgsrc/x11/xset/Makefile 2022/12/04 15:44:19 1.17
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.16 2022/11/09 13:14:31 joerg Exp $ 1# $NetBSD: Makefile,v 1.17 2022/12/04 15:44:19 wiz Exp $
2 2
3DISTNAME= xset-1.2.4 3DISTNAME= xset-1.2.5
4PKGREVISION= 1 
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
11COMMENT= X11 user preferences utility 10COMMENT= X11 user preferences utility
12LICENSE= mit 11LICENSE= mit
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16 15
17CONFIGURE_ENV+= APP_MAN_SUFFIX=1 16CONFIGURE_ENV+= APP_MAN_SUFFIX=1
18 17
19.include "../../x11/libX11/buildlink3.mk" 18.include "../../x11/libX11/buildlink3.mk"
20.include "../../x11/libXext/buildlink3.mk" 19.include "../../x11/libXext/buildlink3.mk"

cvs diff -r1.11 -r1.12 pkgsrc/x11/xset/distinfo (expand / switch to unified diff)

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