Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2017 21:39:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 219264] x11/libwacom: install the profiles of tablets
Message-ID:  <bug-219264-7141-GG5szjK5rI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219264-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219264-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Henry Hu <henry.hu.sh@gmail.com> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219264-7141-GG5szjK5rI>