aboutsummaryrefslogtreecommitdiff
path: root/comms/lirc
Commit message (Collapse)AuthorAgeFilesLines
* Set the device directory to /var/lirc and check for libirman in the correctMike Heffner2004-12-191-2/+2
| | | | | | | | | | location. Submitted by: Lewis Thompson <purple@lewiz.net> PR: ports/75190 Notes: svn path=/head/; revision=124526
* Add capability to build with libirman support.Mike Heffner2004-12-031-4/+28
| | | | | | | Suggested and tested by: dennis@rootxs.nl Notes: svn path=/head/; revision=123013
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Fix plist & unmark broken.Mike Heffner2004-02-172-3/+0
| | | | Notes: svn path=/head/; revision=101121
* BROKEN: Broken pkg-plistKris Kennaway2004-02-161-0/+2
| | | | Notes: svn path=/head/; revision=101090
* Respect CFLAGS; utilize USE_GETOPT_LONG; utilize USE_LIBTOOL.Mark Linimon2004-02-113-45/+24
| | | | | | | | | PR: ports/59842 Submitted by: Ports Fury Approved by: maintainer timeout (6 weeks) Notes: svn path=/head/; revision=100616
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add USE_XLIB to the ports MakefileEdwin Groothuis2003-10-121-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=90945
* New port: comms/lirc: Linux Infared Remote ControlEdwin Groothuis2003-10-069-0/+236
This is a port of the LIRC, Linux Infrared Remote Control, package (www.lirc.org). This port installs the daemons and tools for interacting with device drivers that support the LIRC device interface. The port does not install any FreeBSD infrared device drivers yet; the user must obtain these from third parties or port the existing Linux drivers. PR: ports/46774 Submitted by: Mike Heffner <mikeh@FreeBSD.org> <mheffner@acm.vt.edu> Notes: svn path=/head/; revision=90343