Module Name: src Committed By: martin Date: Fri May 31 08:08:25 UTC 2019
Modified Files: src/external/mit/xorg/lib/libxcb [netbsd-8]: xcb.mk Log Message: Pull up following revision(s) (requested by maya in ticket #1277): external/mit/xorg/lib/libxcb/xcb.mk: revision 1.5 Pick up xcb pkgconfig version automagically from the configure script PACKAGE_VERSION. We have failed to update it for netbsd-8 and netbsd-current, resulting in fallout in pkgsrc, reported by Yasushi Oshima in PR xsrc/54249. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.8.1 src/external/mit/xorg/lib/libxcb/xcb.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mit/xorg/lib/libxcb/xcb.mk diff -u src/external/mit/xorg/lib/libxcb/xcb.mk:1.4 src/external/mit/xorg/lib/libxcb/xcb.mk:1.4.8.1 --- src/external/mit/xorg/lib/libxcb/xcb.mk:1.4 Tue Feb 3 21:31:31 2015 +++ src/external/mit/xorg/lib/libxcb/xcb.mk Fri May 31 08:08:25 2019 @@ -1,4 +1,4 @@ -# $NetBSD: xcb.mk,v 1.4 2015/02/03 21:31:31 jmcneill Exp $ +# $NetBSD: xcb.mk,v 1.4.8.1 2019/05/31 08:08:25 martin Exp $ # define XCBEXT to something before including this @@ -17,8 +17,8 @@ LIBDPLIBS=\ SHLIB_MAJOR?= 0 SHLIB_MINOR?= 1 -PKGCONFIG= xcb-${XCBEXT} -PKGCONFIG_VERSION.${PKGCONFIG}= 1.10 +PKGCONFIG= xcb-${XCBEXT} +PKGDIST.xcb-${XCBEXT}= ${X11SRCDIR.xcb} .include <bsd.x11.mk> .include <bsd.lib.mk>