aboutsummaryrefslogtreecommitdiff
path: root/comms/lirc
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Update to 0.8.0Alexander Nedotsukov2007-01-195-15/+78
| | | | | | | | | | | | | | | - Hack configure so produced daemon binary is ready to use with third party kernel drivers. - Make libirman support optional. - Move daemon communication sockets under /var/run/lirc. - Add startup script. - Use bzip2. - Minor cleanups. Approved by: maintaner Notes: svn path=/head/; revision=182770
* Don't offer irman as an option. It's required to build the port.Greg Lehey2006-08-231-6/+0
| | | | | | | Submitted by: Daniel O'Connor (maintainer) Notes: svn path=/head/; revision=171224
* - portlint(1)Marcus Alves Grando2006-04-291-2/+3
| | | | | | | | | PR: 95766 Submitted by: Alexander Botero-Lowry <alex___foxybanana.com> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=160816
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Back out previous commit, the pkg-plist may have been fixed already.Kris Kennaway2005-10-291-2/+0
| | | | Notes: svn path=/head/; revision=146641
* BROKEN: Incorrect pkg-plistKris Kennaway2005-10-281-0/+2
| | | | Notes: svn path=/head/; revision=146624
* Fix INDEX build, and correct broken dependency.Joe Marcus Clarke2005-10-251-1/+1
| | | | | | | | Reported by: kris' make index script Approved by: portmgr hat Notes: svn path=/head/; revision=146295
* * Daniel O'Connor <doconnor@gsoft.com.au> has agreed to take overMike Heffner2005-10-251-1/+1
| | | | | | | maintainership as I don't actively use this port anymore. Notes: svn path=/head/; revision=146293
* * Patch for vga on i386.Mike Heffner2005-10-252-1/+7
| | | | | | | PR: ports/87832 Notes: svn path=/head/; revision=146292
* * Update to 0.7.2.Mike Heffner2005-10-199-153/+126
| | | | | | | | PR: ports/86528 Submitted by: Daniel J. O'Connor <darius@dons.net.au> Notes: svn path=/head/; revision=145822
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* 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