svn commit: r340077 - in head/sysutils/uhidd: . files
Raphael Kubo da Costa
rakuco at FreeBSD.org
Fri Jan 17 17:04:20 UTC 2014
Author: rakuco
Date: Fri Jan 17 17:04:18 2014
New Revision: 340077
URL: http://svnweb.freebsd.org/changeset/ports/340077
QAT: https://qat.redports.org/buildarchive/r340077/
Log:
- Add patch to fix the build on FreeBSD 10 and beyond. [1]
- Set LICENSE, adjust LIB_DEPENDS to the new syntax, adjust WWW to the new
format.
PR: ports/185011 [1]
Submitted by: Kai Wang <kaiwang27 at gmail.com> (maintainer)
Added:
head/sysutils/uhidd/files/patch-uhidd-Makefile (contents, props changed)
Modified:
head/sysutils/uhidd/Makefile
head/sysutils/uhidd/pkg-descr
Modified: head/sysutils/uhidd/Makefile
==============================================================================
--- head/sysutils/uhidd/Makefile Fri Jan 17 17:01:07 2014 (r340076)
+++ head/sysutils/uhidd/Makefile Fri Jan 17 17:04:18 2014 (r340077)
@@ -11,8 +11,10 @@ MASTER_SITES= GOOGLE_CODE \
MAINTAINER= kaiwang27 at gmail.com
COMMENT= Userland USB HID device driver using libusb20
+LICENSE= BSD2CLAUSE
+
BUILD_DEPENDS= cuse4bsd-kmod>=0.1.24:${PORTSDIR}/multimedia/cuse4bsd-kmod
-LIB_DEPENDS= cuse4bsd:${PORTSDIR}/multimedia/cuse4bsd-kmod
+LIB_DEPENDS= libcuse4bsd.so:${PORTSDIR}/multimedia/cuse4bsd-kmod
OPTIONS_DEFINE= DEVD
OPTIONS_DEFAULT= DEVD
Added: head/sysutils/uhidd/files/patch-uhidd-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/uhidd/files/patch-uhidd-Makefile Fri Jan 17 17:04:18 2014 (r340077)
@@ -0,0 +1,11 @@
+--- uhidd/Makefile.old 2013-12-19 06:20:40.000000000 +0100
++++ uhidd/Makefile 2013-12-19 06:19:20.000000000 +0100
+@@ -8,7 +8,7 @@
+ CLEANFILES= ${GENSRCS}
+ MAN= uhidd.conf.5 uhidd.8
+
+-WARNS?= 6
++WARNS?= 5
+
+ PREFIX?= /usr/local
+ LOCALBASE?= /usr/local
Modified: head/sysutils/uhidd/pkg-descr
==============================================================================
--- head/sysutils/uhidd/pkg-descr Fri Jan 17 17:01:07 2014 (r340076)
+++ head/sysutils/uhidd/pkg-descr Fri Jan 17 17:04:18 2014 (r340077)
@@ -3,4 +3,4 @@ keyboard) using libusb20. The driver aim
with multiple Top-Level application collections in one interface, i.e,
HID devices with multiple logical device sharing one endpoint.
-WWW: http://wiki.FreeBSD.org/uhidd
+WWW: http://wiki.FreeBSD.org/uhidd
More information about the svn-ports-head
mailing list