[Bug 196978] [x11-drivers/xf86-input-evdev] [comms/libevdev] [new ports] to allow better support for wacom tablets
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 4 16:31:35 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196978
Jan Beich <jbeich at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
CC| |hselasky at FreeBSD.org,
| |jbeich at FreeBSD.org
Assignee|freebsd-ports-bugs at FreeBSD. |jbeich at FreeBSD.org
|org |
Attachment #160722| |maintainer-approval?(hselas
Flags| |ky at FreeBSD.org)
--- Comment #6 from Jan Beich <jbeich at 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.
More information about the freebsd-ports-bugs
mailing list