git: 75e54cae7c7a - main - comms/uartlirc: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 22:57:52 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=75e54cae7c7a26d6797066db0716041ff5b6a7ef
commit 75e54cae7c7a26d6797066db0716041ff5b6a7ef
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 22:45:01 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:40 +0000
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
---
comms/uartlirc/Makefile | 9 ++++++---
1 file 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}