pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxcb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 17 16:43:34 UTC 2022

Modified Files:
        pkgsrc/x11/libxcb: Makefile PLIST

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/libxcb/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/libxcb/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxcb/Makefile
diff -u pkgsrc/x11/libxcb/Makefile:1.38 pkgsrc/x11/libxcb/Makefile:1.39
--- pkgsrc/x11/libxcb/Makefile:1.38     Wed May  4 04:39:09 2022
+++ pkgsrc/x11/libxcb/Makefile  Fri Jun 17 16:43:34 2022
@@ -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 @@ COMMENT=      X protocol C-language Binding
 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

Index: pkgsrc/x11/libxcb/PLIST
diff -u pkgsrc/x11/libxcb/PLIST:1.13 pkgsrc/x11/libxcb/PLIST:1.14
--- pkgsrc/x11/libxcb/PLIST:1.13        Wed May  4 06:02:19 2022
+++ pkgsrc/x11/libxcb/PLIST     Fri Jun 17 16:43:34 2022
@@ -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_pixmap_from_buffers_ch
 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