Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 17:04:19 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340077 - in head/sysutils/uhidd: . files
Message-ID:  <201401171704.s0HH4JoJ081362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401171704.s0HH4JoJ081362>