2013-09-20 12:54:54 +00:00
|
|
|
# Created by: nox@FreeBSD.org
|
2012-05-13 16:06:05 +00:00
|
|
|
|
|
|
|
PORTNAME= uartlirc
|
|
|
|
PORTVERSION= 0.3
|
2013-12-04 18:53:52 +00:00
|
|
|
PORTREVISION= 2
|
2014-01-26 15:13:04 +00:00
|
|
|
CATEGORIES= comms
|
2012-05-13 16:06:05 +00:00
|
|
|
MASTER_SITES= LOCAL/nox \
|
|
|
|
http://people.freebsd.org/~nox/tmp/
|
|
|
|
DISTNAME= ${PORTNAME}-preliminary-003
|
|
|
|
EXTRACT_SUFX= .shar
|
|
|
|
|
2015-12-14 02:52:14 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-05-13 16:06:05 +00:00
|
|
|
COMMENT= Driver for "homebrew" serial LIRC receivers
|
|
|
|
|
2020-11-15 09:06:24 +00:00
|
|
|
BROKEN_aarch64= fails to compile: uartlirc_core.c:273:19: expected expression
|
2017-05-27 15:33:43 +00:00
|
|
|
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
|
|
|
|
BROKEN_powerpc64= fails to compile: uart.h: No such file or directory
|
2020-09-23 18:18:38 +00:00
|
|
|
BROKEN_powerpc64le= fails to compile: uart.h: No such file or directory
|
2021-01-02 01:46:08 +00:00
|
|
|
BROKEN_riscv64= fails to compile: uartlirc_core.c:273:19: expected expression
|
2017-05-27 15:33:43 +00:00
|
|
|
BROKEN_sparc64= fails to build
|
2021-04-23 17:30:19 +00:00
|
|
|
BROKEN_FreeBSD_13= fails to compile: uartlirc_bus_scc.c:101:7: use of undeclared identifier 'SCC_CLASS_SAB82532'
|
|
|
|
BROKEN_FreeBSD_14= fails to compile: uartlirc_bus_scc.c:101:7: use of undeclared identifier 'SCC_CLASS_SAB82532'
|
2016-04-21 16:43:14 +00:00
|
|
|
|
2014-01-26 15:13:04 +00:00
|
|
|
USES= kmod
|
2013-09-20 12:54:54 +00:00
|
|
|
|
2012-05-13 16:06:05 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
EXTRACT_CMD= ${SH}
|
|
|
|
EXTRACT_BEFORE_ARGS=
|
|
|
|
EXTRACT_AFTER_ARGS=
|
|
|
|
|
2014-09-22 09:24:44 +00:00
|
|
|
PLIST_FILES+= ${KMODDIR}/${PORTNAME}.ko
|
2012-05-13 16:06:05 +00:00
|
|
|
|
|
|
|
CFLAGS+= ${DEBUG_FLAGS}
|
|
|
|
|
|
|
|
do-install:
|
2014-01-26 15:13:04 +00:00
|
|
|
${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR}
|
2012-05-13 16:06:05 +00:00
|
|
|
|
2014-09-22 09:24:44 +00:00
|
|
|
.include <bsd.port.mk>
|