Commit graph

8 commits

Author SHA1 Message Date
triaxx
3196b2177c lirc: fix build on Arch Linux
* Remove inlining for send_data()
* Add Linux specific missing include for major()
* Bump revision
2019-06-24 19:01:51 +00:00
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
dbj
dde82c09aa update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
dholland
7cafd81653 Use PKG_SKIP_REASON for unsupported OSes. 2015-01-01 09:35:17 +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
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