From owner-svn-ports-all@freebsd.org Tue Feb 11 19:01:55 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1467E23F9D1; Tue, 11 Feb 2020 19:01:55 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48HBw26tpbz4VJp; Tue, 11 Feb 2020 19:01:54 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7015CBBF; Tue, 11 Feb 2020 19:01:54 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01BJ1sCr002501; Tue, 11 Feb 2020 19:01:54 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01BJ1scB002498; Tue, 11 Feb 2020 19:01:54 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202002111901.01BJ1scB002498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 11 Feb 2020 19:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525886 - in head/x11/libinput: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/x11/libinput: . files X-SVN-Commit-Revision: 525886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 19:01:55 -0000 Author: zeising Date: Tue Feb 11 19:01:53 2020 New Revision: 525886 URL: https://svnweb.freebsd.org/changeset/ports/525886 Log: x11/libinput: Update to 1.15.1 update x11/libinput to 1.15.1 PR: 240153 (based on) Reported by: Greg V Tested by: jbeich, manu, grembo Modified: head/x11/libinput/Makefile head/x11/libinput/distinfo head/x11/libinput/files/patch-meson.build head/x11/libinput/pkg-plist Modified: head/x11/libinput/Makefile ============================================================================== --- head/x11/libinput/Makefile Tue Feb 11 18:54:54 2020 (r525885) +++ head/x11/libinput/Makefile Tue Feb 11 19:01:53 2020 (r525886) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libinput -PORTVERSION= 1.12.6 -PORTREVISION= 1 +PORTVERSION= 1.15.1 CATEGORIES= x11 MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/ Modified: head/x11/libinput/distinfo ============================================================================== --- head/x11/libinput/distinfo Tue Feb 11 18:54:54 2020 (r525885) +++ head/x11/libinput/distinfo Tue Feb 11 19:01:53 2020 (r525886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548226824 -SHA256 (libinput-1.12.6.tar.xz) = 12b4023a3fc683d3d8127db573bdf925a2ef366615042f69c87e57c32a50f45d -SIZE (libinput-1.12.6.tar.xz) = 518784 +TIMESTAMP = 1581363218 +SHA256 (libinput-1.15.1.tar.xz) = 6b2f57495c6f173ecf49ee19d3e10087d9916a52711e1b5eb01e0d9635950c16 +SIZE (libinput-1.15.1.tar.xz) = 579236 Modified: head/x11/libinput/files/patch-meson.build ============================================================================== --- head/x11/libinput/files/patch-meson.build Tue Feb 11 18:54:54 2020 (r525885) +++ head/x11/libinput/files/patch-meson.build Tue Feb 11 19:01:53 2020 (r525886) @@ -1,6 +1,6 @@ ---- meson.build.orig 2019-01-21 01:28:48 UTC +--- meson.build.orig 2020-02-03 05:25:43 UTC +++ meson.build -@@ -145,6 +145,8 @@ endif +@@ -152,6 +152,8 @@ endif ############ udev bits ############ @@ -9,21 +9,12 @@ executable('libinput-device-group', 'udev/libinput-device-group.c', dependencies : [dep_udev, dep_libwacom], -@@ -182,6 +184,8 @@ litest_model_quirks_file = configure_file(input : 'ude - install : false, - configuration : litest_udev_rules_config) - -+endif +@@ -192,6 +194,8 @@ litest_groups_rules_file = configure_file(input : 'ude + litest_fuzz_override_file = configure_file(input : 'udev/90-libinput-fuzz-override.rules.in', + output : '90-libinput-fuzz-override-litest.rules', + configuration : litest_udev_rules_config) + - ############ libepoll-shim (BSD) ############ ++endif - if cc.has_header_symbol('sys/epoll.h', 'epoll_create1', prefix : prefix) -@@ -634,7 +638,7 @@ executable('test-build-std-gnuc90', - 'test/build-pedantic.c', - dependencies : [dep_udev], - include_directories : [includes_src, includes_include], -- c_args : ['-std=gnu90', '-Werror'], -+ c_args : ['-std=gnu89', '-Werror'], - install : false) - # test for linking with the minimal linker flags - executable('test-build-linker', + ############ Check for leftover udev rules ######## + Modified: head/x11/libinput/pkg-plist ============================================================================== --- head/x11/libinput/pkg-plist Tue Feb 11 18:54:54 2020 (r525885) +++ head/x11/libinput/pkg-plist Tue Feb 11 19:01:53 2020 (r525886) @@ -6,6 +6,7 @@ lib/libinput.so.10.13.0 libdata/pkgconfig/libinput.pc libexec/libinput/libinput-debug-events %%DEBUG_GUI%%libexec/libinput/libinput-debug-gui +libexec/libinput/libinput-debug-tablet libexec/libinput/libinput-list-devices libexec/libinput/libinput-measure libexec/libinput/libinput-measure-fuzz @@ -17,6 +18,7 @@ libexec/libinput/libinput-record libexec/libinput/libinput-replay man/man1/libinput-debug-events.1.gz %%DEBUG_GUI%%man/man1/libinput-debug-gui.1.gz +man/man1/libinput-debug-tablet.1.gz man/man1/libinput-list-devices.1.gz man/man1/libinput-measure-fuzz.1.gz man/man1/libinput-measure-touch-size.1.gz @@ -35,12 +37,12 @@ man/man1/libinput.1.gz %%DATADIR%%/30-vendor-aiptek.quirks %%DATADIR%%/30-vendor-alps.quirks %%DATADIR%%/30-vendor-contour.quirks -%%DATADIR%%/30-vendor-cyapa.quirks +%%DATADIR%%/30-vendor-cypress.quirks %%DATADIR%%/30-vendor-elantech.quirks -%%DATADIR%%/30-vendor-huion.quirks %%DATADIR%%/30-vendor-ibm.quirks %%DATADIR%%/30-vendor-kensington.quirks %%DATADIR%%/30-vendor-logitech.quirks +%%DATADIR%%/30-vendor-madcatz.quirks %%DATADIR%%/30-vendor-microsoft.quirks %%DATADIR%%/30-vendor-razer.quirks %%DATADIR%%/30-vendor-synaptics.quirks @@ -56,3 +58,5 @@ man/man1/libinput.1.gz %%DATADIR%%/50-system-hp.quirks %%DATADIR%%/50-system-lenovo.quirks %%DATADIR%%/50-system-system76.quirks +%%DATADIR%%/50-system-toshiba.quirks +share/zsh/site-functions/_libinput