pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libXScrnSaver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 21 15:29:43 UTC 2025

Modified Files:
        pkgsrc/x11/libXScrnSaver: Makefile PLIST distinfo

Log Message:
libXScrnSaver: update to 1.2.5.

This release adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to:
  https://gitlab.freedesktop.org/xorg/lib/libxscrnsaver/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (5):
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      meson: Add option to build with meson
      Improve man page formatting
      libXScrnSaver 1.2.5


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/libXScrnSaver/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libXScrnSaver/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libXScrnSaver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXScrnSaver/Makefile
diff -u pkgsrc/x11/libXScrnSaver/Makefile:1.19 pkgsrc/x11/libXScrnSaver/Makefile:1.20
--- pkgsrc/x11/libXScrnSaver/Makefile:1.19      Tue Jun 27 10:29:39 2023
+++ pkgsrc/x11/libXScrnSaver/Makefile   Sun Sep 21 15:29:43 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/06/27 10:29:39 riastradh Exp $
+# $NetBSD: Makefile,v 1.20 2025/09/21 15:29:43 wiz Exp $
 
-DISTNAME=              libXScrnSaver-1.2.4
+DISTNAME=              libXScrnSaver-1.2.5
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,8 +9,6 @@ MAINTAINER=             pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               X11 Screen Saver Library
 
-USE_LIBTOOL=           yes
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
 CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
@@ -18,6 +16,7 @@ CONFIGURE_ARGS.NetBSD+=       --disable-malloc
 PKGCONFIG_OVERRIDE+=   xscrnsaver.pc.in
 
 X11_LIB_NAME?=         libXScrnSaver
+.include "../../devel/meson/build.mk"
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
 .include "../../x11/libX11/buildlink3.mk"

Index: pkgsrc/x11/libXScrnSaver/PLIST
diff -u pkgsrc/x11/libXScrnSaver/PLIST:1.2 pkgsrc/x11/libXScrnSaver/PLIST:1.3
--- pkgsrc/x11/libXScrnSaver/PLIST:1.2  Wed Aug 26 11:54:46 2009
+++ pkgsrc/x11/libXScrnSaver/PLIST      Sun Sep 21 15:29:43 2025
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2009/08/26 11:54:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/09/21 15:29:43 wiz Exp $
 include/X11/extensions/scrnsaver.h
-lib/libXss.la
+lib/libXss.so
+lib/libXss.so.1
+lib/libXss.so.1.0.0
 lib/pkgconfig/xscrnsaver.pc
 man/man3/XScreenSaverAllocInfo.3
 man/man3/XScreenSaverGetRegistered.3

Index: pkgsrc/x11/libXScrnSaver/distinfo
diff -u pkgsrc/x11/libXScrnSaver/distinfo:1.9 pkgsrc/x11/libXScrnSaver/distinfo:1.10
--- pkgsrc/x11/libXScrnSaver/distinfo:1.9       Mon Dec  5 08:52:03 2022
+++ pkgsrc/x11/libXScrnSaver/distinfo   Sun Sep 21 15:29:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/12/05 08:52:03 wiz Exp $
+$NetBSD: distinfo,v 1.10 2025/09/21 15:29:43 wiz Exp $
 
-BLAKE2s (libXScrnSaver-1.2.4.tar.xz) = 4a9fb586357011e9de4123faad68e88240d0fd51705adbcfa1a71e30bc2bf467
-SHA512 (libXScrnSaver-1.2.4.tar.xz) = e4395af85f8496618afb23ffdaca1a75f5e3d213478d8dc73249cbc9840d7b993ba7513dbf6015cb38b48fe3f2223496365158a148dd5e1ac7475c5ee569e28c
-Size (libXScrnSaver-1.2.4.tar.xz) = 264384 bytes
+BLAKE2s (libXScrnSaver-1.2.5.tar.xz) = 1a43aec26b24143fc6304320ae3e32ac1e47d57de996ef0dee7b8121480cf51b
+SHA512 (libXScrnSaver-1.2.5.tar.xz) = 1c0be0d15c5e7b50a3eb4a239e2c833c44b693b111c7f64c409f9abf8051356572acadebc8b295555683ff6bd4895acdbe32b15a538c971f15d8aa4e6b7fd51b
+Size (libXScrnSaver-1.2.5.tar.xz) = 271488 bytes



Home | Main Index | Thread Index | Old Index