Index: head/comms/uartlirc/Makefile =================================================================== --- head/comms/uartlirc/Makefile (revision 335627) +++ head/comms/uartlirc/Makefile (revision 335628) @@ -1,57 +1,57 @@ # Created by: nox@FreeBSD.org # $FreeBSD$ PORTNAME= uartlirc PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms kld MASTER_SITES= LOCAL/nox \ http://people.freebsd.org/~nox/tmp/ DISTNAME= ${PORTNAME}-preliminary-003 EXTRACT_SUFX= .shar MAINTAINER= nox@FreeBSD.org COMMENT= Driver for "homebrew" serial LIRC receivers SSP_UNSAFE= kernel module does not support ssp WRKSRC= ${WRKDIR}/${PORTNAME} EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= NO_STAGE= yes .include PLIST_FILES+= "@cwd /" PLIST_FILES+= ${KMODDIR:C,^/,,}/${PORTNAME}.ko PLIST_FILES+= "@exec kldxref ${KMODDIR}" PLIST_FILES+= "@unexec kldxref ${KMODDIR}" # install where x11/nvidia-driver does also: KMODDIR= /boot/modules MAKE_ENV+= KMODDIR="${KMODDIR}" SYSDIR?= ${SRC_BASE}/sys MAKE_ENV+= SYSDIR="${SYSDIR}" CFLAGS+= ${DEBUG_FLAGS} .if ${OSVERSION} < 800000 IGNORE= needs .endif .if !exists(${SYSDIR}/Makefile) IGNORE= requires kernel source to be installed .endif .if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on powerpc or sparc64 .endif do-install: ${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR} kldxref ${KMODDIR} .include Index: head/comms/uartlirc/pkg-descr =================================================================== --- head/comms/uartlirc/pkg-descr (revision 335627) +++ head/comms/uartlirc/pkg-descr (revision 335628) @@ -1,22 +1,22 @@ This is a driver for "homebrew" type serial LIRC reveivers as described here: http://lirc.org/receivers.html It overrides the `normal' uart(4) driver, if you have that driver already loaded or statically in your kernel (like it is in GENERIC) then you need to load uartlirc.ko from loader.conf(5) (or manually via the loader prompt) for the override to work. The driver provides a /dev/lircX node for each serial port in addition to the normal tty nodes /dev/cuauX etc, so you can still use other serial ports normally should you have more than one. Note: it only supports PCI/motherboard serial ports not ones connected via USB, for USB you can use mceusb hardware supported via webcamd, or FTDI hardware supported by comms/lirc natively via libftdi, see: http://wiki.freebsd.org/WebcamCompat and the comms/lirc port's pkg-message. -WWW: http://forums.freebsd.org/showthread.php?p=175029 +WWW: http://forums.freebsd.org/viewtopic.php?t=31610 Property changes on: head/comms/uartlirc/pkg-descr ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property