git: 2ef313347c24 - main - comms/uartlirc: mark BROKEN on FreeBSD >= 13

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 24 10:48:56 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ef313347c2445982d58d13a3bb951bfc1e8ef95

commit 2ef313347c2445982d58d13a3bb951bfc1e8ef95
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-23 17:30:19 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-24 10:46:44 +0000

    comms/uartlirc: mark BROKEN on FreeBSD >= 13
---
 comms/uartlirc/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/comms/uartlirc/Makefile b/comms/uartlirc/Makefile
index 20dc459bc142..c01b1201e803 100644
--- a/comms/uartlirc/Makefile
+++ b/comms/uartlirc/Makefile
@@ -18,6 +18,8 @@ BROKEN_powerpc64=	fails to compile: uart.h: No such file or directory
 BROKEN_powerpc64le=	fails to compile: uart.h: No such file or directory
 BROKEN_riscv64=		fails to compile: uartlirc_core.c:273:19: expected expression
 BROKEN_sparc64=		fails to build
+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'
 
 USES=		kmod
 


More information about the dev-commits-ports-all mailing list