mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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@gmail.com> (maintainer)
This commit is contained in:
parent
d59ddc0b99
commit
60d549fe4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340077
3 changed files with 15 additions and 2 deletions
|
@ -11,8 +11,10 @@ MASTER_SITES= GOOGLE_CODE \
|
|||
MAINTAINER= kaiwang27@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
|
||||
|
|
11
sysutils/uhidd/files/patch-uhidd-Makefile
Normal file
11
sysutils/uhidd/files/patch-uhidd-Makefile
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue