Date: Thu, 31 Jan 2019 07:55:55 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491696 - head/x11/libinput/files Message-ID: <201901310755.x0V7ttsk017063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) ############ +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901310755.x0V7ttsk017063>