Thu Mar 1 23:48:07 2018 UTC ()
xkbcomp: update to 1.4.1.

This release adds the path of the xkbcomp executable to the pkgconfig
data, allowing the X server to find the right binary regardless of
where its (the X servers) $prefix is pointed. Without this the X server
will guess that xkbcomp is configured for the same prefix; since the
default prefix is /usr/local, and your distribution certainly did not
install xkbcomp there, 'make check' and 'ninja dist' for the X server
build would fail because Xvfb would not start.

xkbcomp itself has no functional changes in this release.


(wiz)
diff -r1.14 -r1.15 pkgsrc/x11/xkbcomp/Makefile
diff -r1.11 -r1.12 pkgsrc/x11/xkbcomp/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/x11/xkbcomp/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xkbcomp/Makefile 2017/05/02 08:14:48 1.14
+++ pkgsrc/x11/xkbcomp/Makefile 2018/03/01 23:48:07 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2017/05/02 08:14:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2018/03/01 23:48:07 wiz Exp $
2 2
3DISTNAME= xkbcomp-1.4.0 3DISTNAME= xkbcomp-1.4.1
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= XKBD keymap compiler 10COMMENT= XKBD keymap compiler
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15PKGCONFIG_OVERRIDE= xkbcomp.pc.in 15PKGCONFIG_OVERRIDE= xkbcomp.pc.in
16 16

cvs diff -r1.11 -r1.12 pkgsrc/x11/xkbcomp/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xkbcomp/distinfo 2017/05/02 08:14:48 1.11
+++ pkgsrc/x11/xkbcomp/distinfo 2018/03/01 23:48:07 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2017/05/02 08:14:48 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2018/03/01 23:48:07 wiz Exp $
2 2
3SHA1 (xkbcomp-1.4.0.tar.bz2) = 9578a564ff8fcf96581fb52860828fbab8c67b4f 3SHA1 (xkbcomp-1.4.1.tar.bz2) = e7585cdb357b9d20c8f3c8a9d06f7e897934a772
4RMD160 (xkbcomp-1.4.0.tar.bz2) = be06222455f6242572e1380cc606dcdd92364198 4RMD160 (xkbcomp-1.4.1.tar.bz2) = 2b48e1e7ec74e8b823167a7ab7ba65a02de6fba1
5SHA512 (xkbcomp-1.4.0.tar.bz2) = c96a63fc2d9a6ac17123297574966c45d0dcfd4ae3d4073ce863c7738d453f4c0a5f7a87c06efdec19f0b270207a7170fe1aa72a73ef1b50f95c7ca262f4882e 5SHA512 (xkbcomp-1.4.1.tar.bz2) = 443397e112f67e2ebc5150ec0dbf0f4a072ea39585d964d2c7cbd0569b7e0ce7d8bed0bc2c2d886343fdb060c941e65b42aac16adf189c66e90849029e278f23
6Size (xkbcomp-1.4.0.tar.bz2) = 243774 bytes 6Size (xkbcomp-1.4.1.tar.bz2) = 251069 bytes