Commit graph

11 commits

Author SHA1 Message Date
khorben
506fbe992e Revbump for packages depending on devel/libusb{,compat} 2018-02-27 23:56:07 +00:00
khorben
b69741eca1 Import global switch for libusb's implementation [2/2]
This switch is meant to be used by packages requiring an implementation of the
former libusb (as in devel/libusb). The original implementation can be
chosen by setting LIBUSB_TYPE to "native".

The alternative implementation libusb-compat (as in devel/libusb-compat) wraps
libusb1 (in devel/libusb1). This implementation can be chosen by setting
LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not requiring root
privileges to locate and use USB devices without a kernel driver.

This second part switches packages using libusb to this framework. It does not
change compilation options or dependencies at this point.

Compile-tested on most packages affected and available on NetBSD/amd64.
2018-02-10 13:53:46 +00:00
dholland
19788bca04 PR 50556: comms/lirc doesn't build
Add patches to work around gcc inline mess.

Note: this package should be updated and the PR contains an update, but
I don't want to do that when I can't compile it (whereas simple mechanical
patches are much less likely to go astray...)
2016-05-02 02:32:14 +00:00
dbj
dde82c09aa update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
agc
ad1e2a0a92 Add SHA512 digests for distfiles for comms category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
2015-11-03 01:34:52 +00:00
dholland
7cafd81653 Use PKG_SKIP_REASON for unsupported OSes. 2015-01-01 09:35:17 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
cheusov
0a0bc4e2de Fix build failure on some Linuxes if CHECK_INTERPRETER=yes 2012-12-25 11:41:25 +00:00
dsainty
41d79c7848 lirc will attempt to use devel/libusb should it be installed, despite not
being buildlinked in.  This ultimately fails.  So buildlink it in.

Bump PKGREVISION.
2012-12-05 22:52:16 +00:00
cheusov
cff17be7d6 BUILDLINK_API_DEPENDS.lirc += lirc>=0.9.0 2012-12-02 01:27:16 +00:00
cheusov
d4e5503dee Import LIRC, Linux Infrared Remote Control
LIRC is a package that supports receiving and sending IR signals of
  the most common IR remote controls. It contains a daemon that decodes
  and sends IR signals, a mouse daemon that translates IR signals to
  mouse movements and a couple of user programs that allow to control
  your computer with a remote control.

  Tested on RHEL.
2012-12-02 01:21:50 +00:00