aboutsummaryrefslogtreecommitdiffstats
path: root/comms/lirc
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - Update to 0.8.0bland2007-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
* Don't offer irman as an option. It's required to build the port.grog2006-08-231-6/+0
| | | | Submitted by: Daniel O'Connor (maintainer)
* - portlint(1)mnag2006-04-301-2/+3
| | | | | | PR: 95766 Submitted by: Alexander Botero-Lowry <alex___foxybanana.com> Approved by: maintainer timeout (14 days)
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Back out previous commit, the pkg-plist may have been fixed already.kris2005-10-291-2/+0
|
* BROKEN: Incorrect pkg-plistkris2005-10-291-0/+2
|
* Fix INDEX build, and correct broken dependency.marcus2005-10-251-1/+1
| | | | | Reported by: kris' make index script Approved by: portmgr hat
* * Daniel O'Connor <doconnor@gsoft.com.au> has agreed to take overmikeh2005-10-251-1/+1
| | | | maintainership as I don't actively use this port anymore.
* * Patch for vga on i386.mikeh2005-10-252-1/+7
| | | | PR: ports/87832
* * Update to 0.7.2.mikeh2005-10-199-153/+126
| | | | | PR: ports/86528 Submitted by: Daniel J. O'Connor <darius@dons.net.au>
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Set the device directory to /var/lirc and check for libirman in the correctmikeh2004-12-201-2/+2
| | | | | | | location. Submitted by: Lewis Thompson <purple@lewiz.net> PR: ports/75190
* Add capability to build with libirman support.mikeh2004-12-031-4/+28
| | | | Suggested and tested by: dennis@rootxs.nl
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Fix plist & unmark broken.mikeh2004-02-172-3/+0
|
* BROKEN: Broken pkg-plistkris2004-02-171-0/+2
|
* Respect CFLAGS; utilize USE_GETOPT_LONG; utilize USE_LIBTOOL.linimon2004-02-113-45/+24
| | | | | | PR: ports/59842 Submitted by: Ports Fury Approved by: maintainer timeout (6 weeks)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Add USE_XLIB to the ports Makefileedwin2003-10-131-0/+1
| | | | Noticed by: bento
* New port: comms/lirc: Linux Infared Remote Controledwin2003-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>