Received: by mail.netbsd.org (Postfix, from userid 605) id 37FFD84D9E; Wed, 16 Sep 2020 07:33:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AFBAF84D9C for ; Wed, 16 Sep 2020 07:33:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nw8nxueIBy6T for ; Wed, 16 Sep 2020 07:33:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 43C3B84D6E for ; Wed, 16 Sep 2020 07:33:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 300EDFB28; Wed, 16 Sep 2020 07:33:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160024160469880" MIME-Version: 1.0 Date: Wed, 16 Sep 2020 07:33:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libxkbcommon To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200916073324.300EDFB28@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. --_----------=_160024160469880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Sep 16 07:33:24 UTC 2020 Added Files: pkgsrc/x11/libxkbcommon: PLIST.Linux Log Message: libxkbcommon: fix PLIST for Linux add xkbcli-interactive-evdev to PLIST.Linux This utility is only built when linux/input.h is available. From Michael Forney via tech-pkg. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/x11/libxkbcommon/PLIST.Linux Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160024160469880 Content-Disposition: inline Content-Length: 384 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/x11/libxkbcommon/PLIST.Linux diff -u /dev/null pkgsrc/x11/libxkbcommon/PLIST.Linux:1.1 --- /dev/null Wed Sep 16 07:33:24 2020 +++ pkgsrc/x11/libxkbcommon/PLIST.Linux Wed Sep 16 07:33:24 2020 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2020/09/16 07:33:24 wiz Exp $ +libexec/xkbcommon/xkbcli-interactive-evdev +man/man1/xkbcli-interactive-evdev.1 --_----------=_160024160469880--