pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xrdb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun  3 18:36:12 UTC 2023

Modified Files:
        pkgsrc/x11/xrdb: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xrdb/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xrdb/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/xrdb/Makefile
diff -u pkgsrc/x11/xrdb/Makefile:1.15 pkgsrc/x11/xrdb/Makefile:1.16
--- pkgsrc/x11/xrdb/Makefile:1.15       Wed Nov  9 13:14:31 2022
+++ pkgsrc/x11/xrdb/Makefile    Sat Jun  3 18:36:12 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:31 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2023/06/03 18:36:12 wiz Exp $
 
-DISTNAME=              xrdb-1.2.1
+DISTNAME=              xrdb-1.2.2
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
@@ -13,7 +13,6 @@ GNU_CONFIGURE=                yes
 USE_TOOLS+=            pkg-config
 
 CONFIGURE_ARGS+=       --with-cpp=${CPPPATH}
-CPPFLAGS.NetBSD+=      -D_OPENBSD_SOURCE
 
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"

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



Home | Main Index | Thread Index | Old Index