aboutsummaryrefslogtreecommitdiff
path: root/comms/lirc
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-281-1/+1
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* Fix build with -fno-commonStefan Eßer2020-09-2122-49/+1598
| | | | | | | While here add license and regenerate all patches with make makepatch. Notes: svn path=/head/; revision=549449
* Add USES=xorg USES=gl, ports categories cNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'c'. Notes: svn path=/head/; revision=516745
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508834
* Split out evdev headers from multimedia/v4l_compatNiclas Zeising2018-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their own port, devel/evdev-proto, and update those to be current with the Linux 4.19 kernel. This is done in order to be able to update the rest of the FreeBSD input stack, which is forthcoming. By splititng out the evdev headers we can update them independent of other updates in v4l_compat, which makes it easier for the graphics team to keep track of them and keep them updated as needed. Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work with the updated headers. This will be further updated. Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work with the updated evdev headers. Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat as needed, and bump portrevisions. This is the first step in getting the FreeBSD input stack (libevdev, libinput and so on) updated to newer versions. Many thanks to all who have helped out with testing, code and exp-runs. Apologies if I've forgotten to add any names. PR: 222905, 217248, (based on, in part), 233787 (exp-run) Submitted by: Greg V, wulf Tested by: tcberner, kde Exp-run by: antoine Approved by: portmgr (antoine) Obtained from: FreeBSDDesktop development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports Notes: svn path=/head/; revision=487789
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lThomas Zander2018-09-291-1/+1
| | | | Notes: svn path=/head/; revision=480899
* - Fix plist on non-x86Dmitry Marakasov2018-02-152-1/+1
| | | | | | | Reported by: Michal Meloun <melounmichal@gmail.com> Notes: svn path=/head/; revision=461927
* - Switch to USES=localbaseDmitry Marakasov2018-02-021-25/+27
| | | | | | | | | | - Pet portlint - Switch to options helpers - Fix plist for MINIMAL case - Properly optionize svgalib dependency handling Notes: svn path=/head/; revision=460716
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Reset maintainerEitan Adler2015-12-141-1/+1
| | | | Notes: svn path=/head/; revision=403704
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-20/+9
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+0
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-3/+2
| | | | Notes: svn path=/head/; revision=374890
* - libirman is no longer only a static lib so move it from build to libJuergen Lock2014-10-241-3/+3
| | | | | | | | | | depends. - Bump PORTREVISION. Reported by: Henry Hu <henry.hu.sh@gmail.com> (via private email) Notes: svn path=/head/; revision=371448
* Cleanup plistBaptiste Daroussin2014-10-201-2/+1
| | | | Notes: svn path=/head/; revision=371247
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371244
* Replace @exec/unexec by @dirrmtry which does the same jobBaptiste Daroussin2014-09-021-2/+1
| | | | Notes: svn path=/head/; revision=367120
* Modernize USE_PYTHON to USES+=python.Matthias Andree2014-08-111-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=364669
* comms/lirc:Tijl Coosemans2014-08-112-18/+17
| | | | | | | | | | | | - Fix missing -lusb [1] - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use @sample Reported by: sbruno [1] Notes: svn path=/head/; revision=364613
* devel/libftdi: USES=libtool, fix build, bump dependenciesKurt Jaeger2014-08-031-1/+1
| | | | | | | | | | | | | | comms/linrad comms/lirc devel/urjtag devel/openocd sysutils/lcdproc sysutils/flashrom devel/xc3sprog is already bumped via PR 188055 Notes: svn path=/head/; revision=363878
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-2912-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361937
* Pet check-plist.Juergen Lock2014-05-201-2/+1
| | | | Notes: svn path=/head/; revision=354653
* Switch my ports to USES= tar:...Juergen Lock2014-03-151-2/+1
| | | | Notes: svn path=/head/; revision=348333
* - Switch to USES= gmake.Juergen Lock2014-01-262-16/+20
| | | | | | | - Stagify. Notes: svn path=/head/; revision=341247
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | LIB_DEPENDS in comms Notes: svn path=/head/; revision=336176
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update devel/automake to 1.14Ade Lovett2013-07-161-0/+5
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* - Add missing dependency. [1]Juergen Lock2013-02-081-7/+3
| | | | | | | | | | | - Strip Makefile header. - Bump PORTREVISION. PR: ports/175969 [1] Submitted by: pawel [1] Notes: svn path=/head/; revision=311955
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Get rid of two more shlib major versions to pet portlint.Juergen Lock2012-06-021-1/+1
| | | | Notes: svn path=/head/; revision=298039
* - Convert these to OPTIONng.Juergen Lock2012-06-021-8/+9
| | | | | | | - Omit shlib major versions in LIB_DEPENDS to pet portlint. Notes: svn path=/head/; revision=298038
* Add knob (default off) to install comms/uartlirc serial LIRC driver.Juergen Lock2012-05-131-1/+6
| | | | Notes: svn path=/head/; revision=296540
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Further improvements to the devinput repeat behaviour, now xbmc shouldJuergen Lock2011-12-183-7/+865
| | | | | | | | | | work a little better. - Include updated lircd.conf.devinput in example lircd.conf, with one missing button added. (KEY_IMAGES) - Bump PORTREVISION. Notes: svn path=/head/; revision=287598
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update devinput repeat hack to improve af9015 tuner remote behaviour.Juergen Lock2011-07-172-6/+21
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=277836
* - Some doc (pkg-message..) updates after the webcamd update that nowJuergen Lock2011-07-163-2/+41
| | | | | | | | supports /dev/input/eventX. - Bump PORTREVISION. Notes: svn path=/head/; revision=277817
* - Update to 0.9.0 .Juergen Lock2011-06-287-7/+137
| | | | | | | | | - Add devinput driver (/dev/input/eventX, -H devinput) in preparation for upcoming webcamd update that will support it. - Fix build with clang, and a few bugs it found too. Notes: svn path=/head/; revision=276586
* - Add patch to fix MAKE_JOBS_SAFE and mark as such.Juergen Lock2011-03-152-0/+12
| | | | | | | - No PORTREVISION bump as the installed bits don't change. Notes: svn path=/head/; revision=270971
* - Chase libftdi updateDennis Herrmann2011-03-051-2/+2
| | | | | | | | - Bump PORTREVISION - Remove MD5 checksum Notes: svn path=/head/; revision=270349
* And this was missed too, doh!Juergen Lock2011-03-021-1/+4
| | | | Notes: svn path=/head/; revision=270142
* Also commit this that was just missed.Juergen Lock2011-03-021-6/+6
| | | | Notes: svn path=/head/; revision=270141
* - Add an example lircd.conf that's preconfigured for use withJuergen Lock2011-03-022-2/+564
| | | | | | | | | | webcamd, either with USB DVB tuner remotes supported by the Linux drivers by default that webcamd uses, or for remotes supplied with MCE USB IR receivers. - Bump PORTREVISION. Notes: svn path=/head/; revision=270140
* - Adjust pkg-message after remote support has been committed to theJuergen Lock2011-02-282-11/+7
| | | | | | | | webcamd port. - Bump PORTREVISION. Notes: svn path=/head/; revision=270020
* - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lircJuergen Lock2011-02-2618-262/+478
| | | | | | | | | | | | | | | | | | | | | | support in webcamd svn (for mceusb-based receivers/transmitters and USB DVB tuner remotes supported by the Linux code), and enable support for a few more USB devices while we're at it tho of those only an FTDI-based one was tested: http://www.huitsing.nl/irftdi/ [1] - Fix plist for audio/rhythmbox and multimedia/totem and add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for multimedia/xine when building them with (optional) lirc support. [2] - Chase liblirc_client shlib version bump for ports depdending on it and bump PORTREVISIONs for ports depending on it by default. Approved by: portmgr (miwi) [2] Thanks to: Warren Block <wblock@wonkity.com> for testing [1] Notes: svn path=/head/; revision=269851