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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219264

            Bug ID: 219264
           Summary: x11/libwacom: install the profiles of tablets
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: x11@FreeBSD.org
          Reporter: henry.hu.sh@gmail.com
          Assignee: x11@FreeBSD.org
             Flags: maintainer-feedback?(x11@FreeBSD.org)

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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