pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libxcb libxcb: depend on latest py-xcbgen, and fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d28d84f54a02
branches:  trunk
changeset: 380868:d28d84f54a02
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 17 16:43:34 2022 +0000

description:
libxcb: depend on latest py-xcbgen, and fix PLIST for it.

Bump PKGREVISION.

diffstat:

 x11/libxcb/Makefile |  5 +++--
 x11/libxcb/PLIST    |  4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 8440524e37c1 -r d28d84f54a02 x11/libxcb/Makefile
--- a/x11/libxcb/Makefile       Fri Jun 17 14:54:08 2022 +0000
+++ b/x11/libxcb/Makefile       Fri Jun 17 16:43:34 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2022/05/04 04:39:09 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/06/17 16:43:34 wiz Exp $
 
 DISTNAME=      libxcb-1.15
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  https://xorg.freedesktop.org/archive/individual/lib/
 EXTRACT_SUFX=  .tar.xz
@@ -11,7 +12,7 @@
 LICENSE=       mit # with no-advertising clause
 
 TOOL_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt
-TOOL_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.15:../../x11/py-xcbgen
+TOOL_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.15.1:../../x11/py-xcbgen
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
diff -r 8440524e37c1 -r d28d84f54a02 x11/libxcb/PLIST
--- a/x11/libxcb/PLIST  Fri Jun 17 14:54:08 2022 +0000
+++ b/x11/libxcb/PLIST  Fri Jun 17 16:43:34 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/05/04 06:02:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/06/17 16:43:34 wiz Exp $
 include/xcb/bigreq.h
 include/xcb/composite.h
 include/xcb/damage.h
@@ -318,6 +318,8 @@
 man/man3/xcb_dri3_query_version.3
 man/man3/xcb_dri3_query_version_reply.3
 man/man3/xcb_dri3_query_version_unchecked.3
+man/man3/xcb_dri3_set_drm_device_in_use.3
+man/man3/xcb_dri3_set_drm_device_in_use_checked.3
 man/man3/xcb_enter_notify_event_t.3
 man/man3/xcb_expose_event_t.3
 man/man3/xcb_fill_poly.3



Home | Main Index | Thread Index | Old Index