From owner-freebsd-x11@freebsd.org Sat May 13 21:39:16 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 130AFD6BB2E for ; Sat, 13 May 2017 21:39:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id F1E65F2B for ; Sat, 13 May 2017 21:39:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id F1458D6BB2C; Sat, 13 May 2017 21:39:15 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0E90D6BB2B for ; Sat, 13 May 2017 21:39:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1343F2A for ; Sat, 13 May 2017 21:39:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v4DLdFsu002798 for ; Sat, 13 May 2017 21:39:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 219264] x11/libwacom: install the profiles of tablets Date: Sat, 13 May 2017 21:39:15 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2017 21:39:16 -0000 Henry Hu has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 219264: x11/libwacom: install the profiles of tablets https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219264 --- Description --- Created attachment 182575 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182575&action= =3Dedit patch to install profiles Due to a linux-only command in the Makefiles (find -printf), libwacom port = is not correctly finding and installing the profiles and tablets. This defeats= its main purpose: supplying metadata about Wacome tablets. This patch fixes thi= s. The attached patch replaces find ... -printf "%P\n" with find ... -print0 | xargs -0 basename which works on FreeBSD. pkg-plist is updated to include the newly installed profiles.