aboutsummaryrefslogtreecommitdiff
path: root/devel/libhid
Commit message (Collapse)AuthorAgeFilesLines
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Fix install with custom PREFIXIon-Mihai Tetcu2009-06-051-1/+1
| | | | | | | | Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=235182
* - Update Maintainer mail adressMartin Wilke2009-03-141-1/+1
| | | | | | | Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer via private mail) Notes: svn path=/head/; revision=230051
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-097-2/+68
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* [patch] Have devel/libhid also install its python site-packageEdwin Groothuis2007-09-124-2/+43
| | | | | | | | | | | | | | | When devel/swig13 is installed, building of devel/libhid fails, due to my overlooking of the swig detection bits in the ports configure script. However, swig is used to build the python site-package of the port, so I've bumped the portrevision and turned these bits on by default (the additional patch-Makefile.in hunk is to suppress a warning). PR: ports/116076 Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> Notes: svn path=/head/; revision=199360
* Add libhid 0.2.16, a user-space HID access library written in C.Li-Wen Hsu2007-07-286-0/+70
PR: ports/114627 Submitted by: ntarmos at ceid.upatras.gr Notes: svn path=/head/; revision=196451