Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Sep 2015 16:31:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196978] [x11-drivers/xf86-input-evdev] [comms/libevdev] [new ports] to allow better support for wacom tablets
Message-ID:  <bug-196978-13-U0NSqADW5I@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196978-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196978-13@https.bugs.freebsd.org/bugzilla/>

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

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
                 CC|                            |hselasky@FreeBSD.org,
                   |                            |jbeich@FreeBSD.org
           Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org
                   |org                         |
 Attachment #160722|                            |maintainer-approval?(hselas
              Flags|                            |ky@FreeBSD.org)

--- Comment #6 from Jan Beich <jbeich@FreeBSD.org> ---
Created attachment 160722
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160722&action=edit
cleanup

Let's land this regardless of bug 196678 as these ports aren't tied to a
specific implementation, only absence of libudev.

Proposed changes as part of cleanup before commit:
- libevdev: update libevdev to 1.4.4
- libevdev: replace GPLv2 headers with v4l_compat (already patched)
- libevdev: fix python shebang
- libevdev: drop empty "Created by"
- xf86-input-evdev: update to 2.9.2
- xf86-input-evdev: unbreak build when v4l_compat already installed
- xf86-input-evdev: define LICENSE
- Improve dependency specifications (no gettext, python:run, gmake in xf86)
- Properly leverage USES=pathfix
- Strip binaries
- Other mostly cosmetic changes

poudriere bulk -t logs:
libevdev-1.4.4.log - http://sprunge.us/AFEf 
xf86-input-evdev-2.9.2.log - http://sprunge.us/dSYG

$ svn st
M       comms/libevdev/Makefile
M       comms/libevdev/distinfo
M       comms/libevdev/files/patch-Makefile.am
M       comms/libevdev/pkg-descr
M       comms/libevdev/pkg-plist
M       x11-drivers/xf86-input-evdev/Makefile
M       x11-drivers/xf86-input-evdev/distinfo
D       x11-drivers/xf86-input-evdev/files/patch-Makefile.am
M       x11-drivers/xf86-input-evdev/files/patch-configure.ac
D       x11-drivers/xf86-input-evdev/files/patch-src-evdev.c
        > moved to x11-drivers/xf86-input-evdev/files/patch-src_evdev.c
A  +    x11-drivers/xf86-input-evdev/files/patch-src_evdev.c
        > moved from x11-drivers/xf86-input-evdev/files/patch-src-evdev.c
A       x11-drivers/xf86-input-evdev/files/patch-src_evdev.h
M       x11-drivers/xf86-input-evdev/pkg-plist

ports-mgmt/portlint seems to shows only false positives.

$ (cd x11-drivers/xf86-input-evdev; portlint -AC)
WARN: /a/overlay/hselasky/x11-drivers/xf86-input-evdev/pkg-plist: There are
only 4 items in the plist.  Consider using PLIST_FILES instead of pkg-plist
when installing less than 6 items.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to
make SVN happy.
0 fatal errors and 2 warnings found.

$ (cd comms/libevdev; portlint -AC)
WARN: Makefile: [29]: use ${VARIABLE}, instead of $(VARIABLE).
WARN: Makefile: [15]: the options to USES are not sorted.  Please consider
sorting them.
WARN: Makefile: [21]: possible direct use of command "python" found. use
${PYTHON_CMD} instead.
WARN: Makefile: possible use of absolute pathname "/usr/bin/env".
0 fatal errors and 4 warnings found.

-- 
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-196978-13-U0NSqADW5I>