Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2021 10:48:55 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ef313347c24 - main - comms/uartlirc: mark BROKEN on FreeBSD >= 13
Message-ID:  <202104241048.13OAmtKX088498@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

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

commit 2ef313347c2445982d58d13a3bb951bfc1e8ef95
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-23 17:30:19 +0000
Commit:     Dmitry Marakasov <amdmi3@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104241048.13OAmtKX088498>