Sat Jun 3 18:36:12 2023 UTC ()
xrdb: update to 1.2.2.

Alan Coopersmith (9):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reduction as recommended by cppcheck
      Use C99 struct initialization
      Rename variable 'dup' to avoid shadowing dup() function
      Fallback asprintf: don't truncate output that has a \0 in string
      configure: raise minimum autoconf requirement to 2.70
      xrdb 1.2.2


(wiz)
diff -r1.15 -r1.16 pkgsrc/x11/xrdb/Makefile
diff -r1.13 -r1.14 pkgsrc/x11/xrdb/distinfo

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

--- pkgsrc/x11/xrdb/Makefile 2022/11/09 13:14:31 1.15
+++ pkgsrc/x11/xrdb/Makefile 2023/06/03 18:36:12 1.16
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:31 joerg Exp $ 1# $NetBSD: Makefile,v 1.16 2023/06/03 18:36:12 wiz Exp $
2 2
3DISTNAME= xrdb-1.2.1 3DISTNAME= xrdb-1.2.2
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
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 server resource database utility 10COMMENT= X server resource database utility
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15CONFIGURE_ARGS+= --with-cpp=${CPPPATH} 15CONFIGURE_ARGS+= --with-cpp=${CPPPATH}
16CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE 
17 16
18.include "../../x11/libX11/buildlink3.mk" 17.include "../../x11/libX11/buildlink3.mk"
19.include "../../x11/libXmu/buildlink3.mk" 18.include "../../x11/libXmu/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/x11/xrdb/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xrdb/distinfo 2021/10/26 11:34:56 1.13
+++ pkgsrc/x11/xrdb/distinfo 2023/06/03 18:36:12 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2021/10/26 11:34:56 nia Exp $ 1$NetBSD: distinfo,v 1.14 2023/06/03 18:36:12 wiz Exp $
2 2
3BLAKE2s (xrdb-1.2.1.tar.bz2) = df03b7825c2567298cc6161afa06e6c785fe7b4201a3c9bf545a6c00694e35e6 3BLAKE2s (xrdb-1.2.2.tar.xz) = ae9c69828f3ca6bc802c4b4f876bae22e25d1e843ddecde16fa0edf24fef7721
4SHA512 (xrdb-1.2.1.tar.bz2) = d88135cdfea8536523dfb986249ee42761d5363c936352f12f55b4d0c849f21236f7d74d39869c5ec5b549019d6ed89d9096cde4b3c2b4816c2778a8e370b5c9 4SHA512 (xrdb-1.2.2.tar.xz) = c8a6fc94e270e9cb5602e055150553de103d545298285157ecd8924f163a10ebeb9acfff56d1fafbf48d339809c76340213792478cdf3270012d3cd05486001c
5Size (xrdb-1.2.1.tar.bz2) = 143216 bytes 5Size (xrdb-1.2.2.tar.xz) = 136768 bytes