pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXres



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 21 15:32:22 UTC 2025

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

Log Message:
libXres: update to 1.2.3.

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/libxres/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (7):
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      configure: add xproto to pkg-config dependencies list
      xres.pc: list minimum version of 1.6 for libX11 dependency
      meson: Add option to build with meson
      Improve man page formatting
      libXRes 1.2.3


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libXres/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libXres/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libXres/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/libXres/Makefile
diff -u pkgsrc/x11/libXres/Makefile:1.20 pkgsrc/x11/libXres/Makefile:1.21
--- pkgsrc/x11/libXres/Makefile:1.20    Tue Jun 27 10:42:38 2023
+++ pkgsrc/x11/libXres/Makefile Sun Sep 21 15:32:22 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2023/06/27 10:42:38 riastradh Exp $
+# $NetBSD: Makefile,v 1.21 2025/09/21 15:32:22 wiz Exp $
 
-DISTNAME=              libXres-1.2.2
+DISTNAME=              libXres-1.2.3
 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=               X Resource Information Extension Library
 
-USE_LIBTOOL=           yes
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
 PKGCONFIG_OVERRIDE+=   xres.pc.in
@@ -18,6 +16,7 @@ PKGCONFIG_OVERRIDE+=  xres.pc.in
 CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
 
 X11_LIB_NAME?=         libXres
+.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/libXres/PLIST
diff -u pkgsrc/x11/libXres/PLIST:1.2 pkgsrc/x11/libXres/PLIST:1.3
--- pkgsrc/x11/libXres/PLIST:1.2        Sun Jun 14 18:24:59 2009
+++ pkgsrc/x11/libXres/PLIST    Sun Sep 21 15:32:22 2025
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:24:59 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/09/21 15:32:22 wiz Exp $
 include/X11/extensions/XRes.h
-lib/libXRes.la
+lib/libXRes.so
+lib/libXRes.so.1
+lib/libXRes.so.1.0.0
 lib/pkgconfig/xres.pc
 man/man3/XRes.3
 man/man3/XResQueryClientPixmapBytes.3

Index: pkgsrc/x11/libXres/distinfo
diff -u pkgsrc/x11/libXres/distinfo:1.11 pkgsrc/x11/libXres/distinfo:1.12
--- pkgsrc/x11/libXres/distinfo:1.11    Mon Dec  5 08:50:26 2022
+++ pkgsrc/x11/libXres/distinfo Sun Sep 21 15:32:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/12/05 08:50:26 wiz Exp $
+$NetBSD: distinfo,v 1.12 2025/09/21 15:32:22 wiz Exp $
 
-BLAKE2s (libXres-1.2.2.tar.xz) = 0c9991f9aee6cb1a323e83aeb24bfd1bc2614a88cb3581754d862ef559d9fc84
-SHA512 (libXres-1.2.2.tar.xz) = 897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810
-Size (libXres-1.2.2.tar.xz) = 261400 bytes
+BLAKE2s (libXres-1.2.3.tar.xz) = 5bdd047da2c5567190d25c4ffb36b05e743c6272070010af86c1d58839f65387
+SHA512 (libXres-1.2.3.tar.xz) = 385dbc87bd4e0d306a1cad6b317d8431494cd2a381766bc3f9e6b7f488ff41ee1f4f25e756421f6a2b5681976d7da0108cea6305f7a34f7105d861cb6c1ae854
+Size (libXres-1.2.3.tar.xz) = 268476 bytes



Home | Main Index | Thread Index | Old Index