Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 17:10:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/185011: commit references a PR
Message-ID:  <201401171710.s0HHA2HT024751@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185011; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185011: commit references a PR
Date: Fri, 17 Jan 2014 17:04:26 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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