Skip to content

Commit

Permalink
comms/uartlirc: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- BROKEN on all supported versions for more than 2 years after the EOL of 12
- Set EXPIRATION_DATE 2023-12-31
  • Loading branch information
5u623l20 committed Oct 29, 2023
1 parent eccf609 commit 75e54ca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions comms/uartlirc/Makefile
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 75e54ca

Please sign in to comment.