Received: by mail.netbsd.org (Postfix, from userid 605) id 2DC9884D38; Thu, 1 Mar 2018 23:48:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4998984D35 for ; Thu, 1 Mar 2018 23:48:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id s-3_XsBxgkqE for ; Thu, 1 Mar 2018 23:48:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A240984CEF for ; Thu, 1 Mar 2018 23:48:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E2CBFB40; Thu, 1 Mar 2018 23:48:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151994808720800" MIME-Version: 1.0 Date: Thu, 1 Mar 2018 23:48:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xkbcomp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180301234807.9E2CBFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151994808720800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Mar 1 23:48:07 UTC 2018 Modified Files: pkgsrc/x11/xkbcomp: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xkbcomp/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xkbcomp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151994808720800 Content-Disposition: inline Content-Length: 1588 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xkbcomp/Makefile diff -u pkgsrc/x11/xkbcomp/Makefile:1.14 pkgsrc/x11/xkbcomp/Makefile:1.15 --- pkgsrc/x11/xkbcomp/Makefile:1.14 Tue May 2 08:14:48 2017 +++ pkgsrc/x11/xkbcomp/Makefile Thu Mar 1 23:48:07 2018 @@ -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 Index: pkgsrc/x11/xkbcomp/distinfo diff -u pkgsrc/x11/xkbcomp/distinfo:1.11 pkgsrc/x11/xkbcomp/distinfo:1.12 --- pkgsrc/x11/xkbcomp/distinfo:1.11 Tue May 2 08:14:48 2017 +++ pkgsrc/x11/xkbcomp/distinfo Thu Mar 1 23:48:07 2018 @@ -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 --_----------=_151994808720800--