aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-29 22:45:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-29 22:53:40 +0000
commit75e54cae7c7a26d6797066db0716041ff5b6a7ef (patch)
treeac46f157a8cc2970334911ef600d6e0f4712fdce /comms
parenteccf609860ef4ddabb9f91e5aa69cdb453129b76 (diff)
downloadports-75e54cae7c7a26d6797066db0716041ff5b6a7ef.tar.gz
ports-75e54cae7c7a26d6797066db0716041ff5b6a7ef.zip
comms/uartlirc: Mark DEPRECATED
- BROKEN on all supported versions for more than 2 years after the EOL of 12 - Set EXPIRATION_DATE 2023-12-31
Diffstat (limited to 'comms')
-rw-r--r--comms/uartlirc/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/comms/uartlirc/Makefile b/comms/uartlirc/Makefile
index b5a819122f99..a51fdc4b85aa 100644
--- a/comms/uartlirc/Makefile
+++ b/comms/uartlirc/Makefile
@@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Driver for "homebrew" serial LIRC receivers
WWW= https://forums.freebsd.org/viewtopic.php?t=31610
+DEPRECATED= BROKEN on all supported versions for more than 2 years after the EOL of 12
+EXPIRATION_DATE= 2023-12-31
BROKEN_aarch64= fails to compile: uartlirc_core.c:273:19: expected expression
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
@@ -22,14 +24,15 @@ BROKEN_FreeBSD_14= fails to compile: uartlirc_bus_scc.c:101:7: use of undeclared
USES= kmod
-WRKSRC= ${WRKDIR}/${PORTNAME}
+CFLAGS+= ${DEBUG_FLAGS}
+
EXTRACT_CMD= ${SH}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=
-PLIST_FILES+= ${KMODDIR}/${PORTNAME}.ko
+WRKSRC= ${WRKDIR}/${PORTNAME}
-CFLAGS+= ${DEBUG_FLAGS}
+PLIST_FILES+= ${KMODDIR}/${PORTNAME}.ko
do-install:
${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR}