1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Pietro Cerutti
100d65b37a - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by:	portmgr
2013-02-28 10:51:58 +00:00
Chris Rees
9fa7da3a83 Style fixes and remove unconditional use of [
Users should see some microseconds shaved off boot :)

Approved by:	Kai Wang (maintainer)
Feature safe:	yes
2012-10-29 12:41:01 +00:00
Guido Falsi
af16dbd73f - Update to 0.2.1
PR:		ports/172703
Submitted by:	Kai Wang <kaiwang27@gmail.com> (maintainer)
Feature safe:	yes
2012-10-22 20:13:36 +00:00
Alex Kozlov
892c1a6750 - Unbreak after yacc update in r235723
PR:	ports/168311
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	eadler, itetcu (mentors, implicit)
2012-05-27 09:14:07 +00:00
Eitan Adler
c6a81dce93 This patch has been committed into uhidd upstream and will be included
in the next uhidd release. However it seems that the next release will take some time and some people want/need this patch so temporarily add it.

PR:		ports/159313
Submitted by:	Test Rat <ttsestt@gmail.com>
Reviewed by:	Kai Wang <kaiwang27@gmail.com>
Requested by:	Jan Beich jbeich@tormail.net
Approved by:	maintainer
2012-02-03 17:16:28 +00:00
Martin Wilke
4603a533d9 - Unbreak build on clang/gcc46
PR:		163440
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer
2012-01-14 19:58:48 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Greg Larkin
103ba8b556 - Added rc.d default value
- Bumped PORTREVISION

PR:		ports/156734
Submitted by:	Chris Rees <utisoft@gmail.com>
Approved by:	Kai Wang <kaiwang27@gmail.com> (maintainer)
2011-05-03 15:20:02 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Pav Lucistnik
e5a5ab2231 - Do not remove etc/devd, it is now part of mtree 2010-11-12 20:57:42 +00:00
Pav Lucistnik
f519976002 - respect PREFIX for location of uhidd.conf
- use PTHREAD_LIBS instead of -lpthread
- try to guess kernel sources based on SYSDIR (used by bsd.kmod.mk)
  or SRC_BASE (used by ports like virtualbox and kqemu)
- use KMODDIR in plist, too
- I don't think SUB_FILES needs to be *after* bsd.port.pre.mk
- inherit DEBUG_FLAGS from make.conf, not only from command line
- mimic bsd.kmod.mk in installing .symbols file and add entry to plist

PR:		ports/147898
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	Kai Wang <kaiwang27@gmail.com> (maintainer)
2010-08-26 14:50:38 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
52bea2820c - Update to 0.2.0
PR:		144513
Submitted by:	Kai Wang <kaiwang27@gmail.com> (maintainer)
2010-03-15 15:49:15 +00:00
Mark Linimon
82c13c3051 Since it is unlikely that this will ever be back-ported to the old
USB stack, IGNORE is preferred to BROKEN here.

Hat:		portmgr
2009-11-12 03:36:06 +00:00
Martin Wilke
a561b9469e uhidd is a userland driver/daemon for USB HID devices (e.g. mouse,
keyboard) using libusb20. The driver aims to support USB HID devices
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

PR:		ports/137793
Feature safe:	yes
Submitted by:	Kai Wang <kaiwang27 at gmail.com>
2009-09-19 20:20:28 +00:00