pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcb-util-errors



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 19 08:29:36 UTC 2022

Modified Files:
        pkgsrc/x11/xcb-util-errors: Makefile distinfo

Log Message:
xcb-util-errors: update to 1.0.1.

Alan Coopersmith (7):
      Build xz tarballs instead of bzip2
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-errors 1.0.1

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Uli Schlachter (1):
      Do not distribute extensions.c and fix out-of-tree builds


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xcb-util-errors/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xcb-util-errors/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/xcb-util-errors/Makefile
diff -u pkgsrc/x11/xcb-util-errors/Makefile:1.3 pkgsrc/x11/xcb-util-errors/Makefile:1.4
--- pkgsrc/x11/xcb-util-errors/Makefile:1.3     Fri May 14 10:19:45 2021
+++ pkgsrc/x11/xcb-util-errors/Makefile Wed Oct 19 08:29:35 2022
@@ -1,20 +1,23 @@
-# $NetBSD: Makefile,v 1.3 2021/05/14 10:19:45 nia Exp $
+# $NetBSD: Makefile,v 1.4 2022/10/19 08:29:35 wiz Exp $
 
-DISTNAME=      xcb-util-errors-1.0
+DISTNAME=      xcb-util-errors-1.0.1
 CATEGORIES=    x11
 MASTER_SITES=  https://xcb.freedesktop.org/dist/
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xcb.freedesktop.org/
 COMMENT=       Library for helping debug xcb problems
 LICENSE=       x11
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config m4
 USE_LIBTOOL=   yes
 
 PKGCONFIG_OVERRIDE=    xcb-errors.pc.in
 
+.include "../../lang/python/tool.mk"
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/xcb-util-errors/distinfo
diff -u pkgsrc/x11/xcb-util-errors/distinfo:1.4 pkgsrc/x11/xcb-util-errors/distinfo:1.5
--- pkgsrc/x11/xcb-util-errors/distinfo:1.4     Tue Oct 26 11:34:34 2021
+++ pkgsrc/x11/xcb-util-errors/distinfo Wed Oct 19 08:29:35 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:34:34 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/10/19 08:29:35 wiz Exp $
 
-BLAKE2s (xcb-util-errors-1.0.tar.bz2) = 89ded55c349abd4da3c768beee78fb37ecd8b833e970dd9b6896ab58e0b79dfb
-SHA512 (xcb-util-errors-1.0.tar.bz2) = 479b731b7056313955db9471d37416c4c9ab8c4574214fe20b3c0bcc1f57812fc343af6b0196814caaa6cc848dd120c70fab2f142902125cba63a8386d32179d
-Size (xcb-util-errors-1.0.tar.bz2) = 297943 bytes
+BLAKE2s (xcb-util-errors-1.0.1.tar.xz) = eceac15d33dfbc63587b5abd1372d87db2c19c25a87c1b1e91691196f137b2fa
+SHA512 (xcb-util-errors-1.0.1.tar.xz) = e883e178921a6f783e0100acae66eaf0ed13fc169fd21b0c313d7a70c9358c129b01b117675eda50e258e8b3b27ff7b21aa4d15c4da69249ffc6bbc7dcf87d4a
+Size (xcb-util-errors-1.0.1.tar.xz) = 268052 bytes



Home | Main Index | Thread Index | Old Index