NetBSD-Bugs archive

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

Re: xsrc/54249: pkg-conf ig --modversion xcb-xinput returns wrong version string.



The following reply was made to PR xsrc/54249; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: mrg%netbsd.org@localhost
Subject: Re: xsrc/54249: pkg-conf ig --modversion xcb-xinput returns wrong
 version string.
Date: Wed, 29 May 2019 13:13:33 +0000

 Proposing this diff to pick it up automagically:
 
 Index: xcb.mk
 ===================================================================
 RCS file: /cvsroot/src/external/mit/xorg/lib/libxcb/xcb.mk,v
 retrieving revision 1.4
 diff -u -r1.4 xcb.mk
 --- xcb.mk	3 Feb 2015 21:31:31 -0000	1.4
 +++ xcb.mk	29 May 2019 13:13:22 -0000
 @@ -17,8 +17,8 @@
  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>
 


Home | Main Index | Thread Index | Old Index