[Bug 241237] [NEW PORT] multimedia/kodi-addon-peripheral-joystick-devel: Joystick support for Kodi
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 15 07:34:46 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241237
Tobias Kortkamp <tobik at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needs-patch
Assignee|ports-bugs at FreeBSD.org |tobik at freebsd.org
--- Comment #4 from Tobias Kortkamp <tobik at freebsd.org> ---
Please address the problems below.
+PORTNAME= kodi-addon-peripheral-joystick
+PORTVERSION= 1.4.8
+DISTVERSIONPREFIX=v
+CATEGORIES= multimedia
+PKGNAMESUFFIX= -devel
It would be nice if you could set PORTNAME, PKGNAME{PREFIX,SUFFIX}
like I did in multimedia/kodi-addon-inputstream.adaptive-devel and
rename the port dir to multimedia/kodi-addon-peripheral.joystick-devel.
You can also drop GH_PROJECT afterwards. Please copy BUILD_DEPENDS
and RUN_DEPENDS from there too.
+GH_TAGNAME= 7611722a4921b66674a41c3f5322ff0a54246b71
Drop this and DISTVERSIONPREFIX. The repository has a 1.4.8-Leia
tag with that commit already, so:
DISTVERSION= 1.4.8
DISTVERSIONSUFFIX= -Leia
+ @${CP} -f ${FILESDIR}/input.h ${WRKSRC}/src/linux/
+ @${CP} -f ${FILESDIR}/input-event-codes.h ${WRKSRC}/src/linux/
I do not like this at all. Can this port not use evdev-proto instead
of having its own copy of these headers?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list