pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xkbcomp xkbcomp: update to 1.4.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87421424871c
branches:  trunk
changeset: 376418:87421424871c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 01 23:48:07 2018 +0000

description:
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.

diffstat:

 x11/xkbcomp/Makefile |   4 ++--
 x11/xkbcomp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f56220fb2719 -r 87421424871c x11/xkbcomp/Makefile
--- a/x11/xkbcomp/Makefile      Thu Mar 01 23:47:24 2018 +0000
+++ b/x11/xkbcomp/Makefile      Thu Mar 01 23:48:07 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/05/02 08:14:48 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/03/01 23:48:07 wiz Exp $
 
-DISTNAME=              xkbcomp-1.4.0
+DISTNAME=              xkbcomp-1.4.1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
diff -r f56220fb2719 -r 87421424871c x11/xkbcomp/distinfo
--- a/x11/xkbcomp/distinfo      Thu Mar 01 23:47:24 2018 +0000
+++ b/x11/xkbcomp/distinfo      Thu Mar 01 23:48:07 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/05/02 08:14:48 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/03/01 23:48:07 wiz Exp $
 
-SHA1 (xkbcomp-1.4.0.tar.bz2) = 9578a564ff8fcf96581fb52860828fbab8c67b4f
-RMD160 (xkbcomp-1.4.0.tar.bz2) = be06222455f6242572e1380cc606dcdd92364198
-SHA512 (xkbcomp-1.4.0.tar.bz2) = c96a63fc2d9a6ac17123297574966c45d0dcfd4ae3d4073ce863c7738d453f4c0a5f7a87c06efdec19f0b270207a7170fe1aa72a73ef1b50f95c7ca262f4882e
-Size (xkbcomp-1.4.0.tar.bz2) = 243774 bytes
+SHA1 (xkbcomp-1.4.1.tar.bz2) = e7585cdb357b9d20c8f3c8a9d06f7e897934a772
+RMD160 (xkbcomp-1.4.1.tar.bz2) = 2b48e1e7ec74e8b823167a7ab7ba65a02de6fba1
+SHA512 (xkbcomp-1.4.1.tar.bz2) = 443397e112f67e2ebc5150ec0dbf0f4a072ea39585d964d2c7cbd0569b7e0ce7d8bed0bc2c2d886343fdb060c941e65b42aac16adf189c66e90849029e278f23
+Size (xkbcomp-1.4.1.tar.bz2) = 251069 bytes



Home | Main Index | Thread Index | Old Index