From owner-svn-ports-all@freebsd.org Thu Jan 31 07:55:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 223C1134BA48; Thu, 31 Jan 2019 07:55:56 +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 BDF4C761A6; Thu, 31 Jan 2019 07:55:55 +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 B1074463E; Thu, 31 Jan 2019 07:55:55 +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 x0V7ttS8017064; Thu, 31 Jan 2019 07:55:55 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0V7ttsk017063; Thu, 31 Jan 2019 07:55:55 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201901310755.x0V7ttsk017063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 31 Jan 2019 07:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491696 - head/x11/libinput/files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/libinput/files X-SVN-Commit-Revision: 491696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BDF4C761A6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.94)[-0.945,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] 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: Thu, 31 Jan 2019 07:55:56 -0000 Author: zeising Date: Thu Jan 31 07:55:55 2019 New Revision: 491696 URL: https://svnweb.freebsd.org/changeset/ports/491696 Log: x11/libinput: update to 1.12.6, fixup Fix previous commit, r491694, by actually removing old patches and adding new ones. This was missed in the transition from git to svn. PR: 222905 Reported by: Greg V (original version) Obtained from: FreeBSDDesktop development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports Tested by: tcberner (kde@), andrnils@gmail.com Sponsored by: B3 Init (zeising) Added: head/x11/libinput/files/patch-meson.build (contents, props changed) Deleted: head/x11/libinput/files/patch-0e03784e.c head/x11/libinput/files/patch-4e3ea4b8.c head/x11/libinput/files/patch-61f3e385.c head/x11/libinput/files/patch-ef9b7e88.c head/x11/libinput/files/patch-f8b41205.c Added: head/x11/libinput/files/patch-meson.build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libinput/files/patch-meson.build Thu Jan 31 07:55:55 2019 (r491696) @@ -0,0 +1,20 @@ +--- meson.build.orig 2018-12-31 16:13:39 UTC ++++ meson.build +@@ -145,6 +145,8 @@ endif + + ############ udev bits ############ + ++if false ++ + executable('libinput-device-group', + 'udev/libinput-device-group.c', + dependencies : [dep_udev, dep_libwacom], +@@ -181,6 +183,8 @@ litest_model_quirks_file = configure_file(input : 'ude + output : '90-libinput-model-quirks-litest.rules', + install : false, + configuration : litest_udev_rules_config) ++ ++endif + + ############ libepoll-shim (BSD) ############ +