Module Name:    src
Committed By:   maya
Date:           Wed May 29 13:15:53 UTC 2019

Modified Files:
        src/external/mit/xorg/lib/libxcb: xcb.mk

Log Message:
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.5 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.5
--- 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	Wed May 29 13:15:53 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: xcb.mk,v 1.4 2015/02/03 21:31:31 jmcneill Exp $
+#	$NetBSD: xcb.mk,v 1.5 2019/05/29 13:15:53 maya 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>

Reply via email to