Mon Dec 5 08:50:26 2022 UTC ()
libXres: update to 1.2.2.

Alan Coopersmith (10):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Reformat code to X.Org standard style
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Variable scope reductions
      Resolve -Wsign-compare warnings from gcc
      Handle implicit conversion warnings from clang
      Use calloc instead of malloc to allocate arrays
      libXres 1.2.2


(wiz)
diff -r1.18 -r1.19 pkgsrc/x11/libXres/Makefile
diff -r1.10 -r1.11 pkgsrc/x11/libXres/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/x11/libXres/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libXres/Makefile 2022/11/09 13:14:22 1.18
+++ pkgsrc/x11/libXres/Makefile 2022/12/05 08:50:26 1.19
@@ -1,26 +1,24 @@ @@ -1,26 +1,24 @@
1# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:22 joerg Exp $ 1# $NetBSD: Makefile,v 1.19 2022/12/05 08:50:26 wiz Exp $
2 2
3DISTNAME= libXres-1.2.1 3DISTNAME= libXres-1.2.2
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 5MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= X Resource Information Extension Library 10COMMENT= X Resource Information Extension Library
11 11
12USE_LIBTOOL= yes 12USE_LIBTOOL= yes
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16PKGCONFIG_OVERRIDE+= xres.pc.in 16PKGCONFIG_OVERRIDE+= xres.pc.in
17 17
18CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull 
19 
20X11_LIB_NAME?= libXres 18X11_LIB_NAME?= libXres
21.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk" 19.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
22.include "../../meta-pkgs/modular-xorg/hacks.mk" 20.include "../../meta-pkgs/modular-xorg/hacks.mk"
23.include "../../x11/libX11/buildlink3.mk" 21.include "../../x11/libX11/buildlink3.mk"
24.include "../../x11/libXext/buildlink3.mk" 22.include "../../x11/libXext/buildlink3.mk"
25.include "../../x11/xorgproto/buildlink3.mk" 23.include "../../x11/xorgproto/buildlink3.mk"
26.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/x11/libXres/distinfo 2021/10/26 11:34:07 1.10
+++ pkgsrc/x11/libXres/distinfo 2022/12/05 08:50:26 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/26 11:34:07 nia Exp $ 1$NetBSD: distinfo,v 1.11 2022/12/05 08:50:26 wiz Exp $
2 2
3BLAKE2s (libXres-1.2.1.tar.bz2) = e1de2e476897bcf20cee5f4296ddffa1c46d1e722175290ce935ec3876a5c8a8 3BLAKE2s (libXres-1.2.2.tar.xz) = 0c9991f9aee6cb1a323e83aeb24bfd1bc2614a88cb3581754d862ef559d9fc84
4SHA512 (libXres-1.2.1.tar.bz2) = c17d28406e17e305dc4976f095e88059735f5bd8c600adf2e556523c9e0dd7fa01dcbf7a9d28a642e77e49a5b30f54bb9b2fc34bfbedce467ee2a020bba5cdf1 4SHA512 (libXres-1.2.2.tar.xz) = 897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810
5Size (libXres-1.2.1.tar.bz2) = 311025 bytes 5Size (libXres-1.2.2.tar.xz) = 261400 bytes