Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 15:17:20 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: fe35f0c1c2fd - 2021Q2 - comms/uartlirc: mark BROKEN on FreeBSD >= 13
Message-ID:  <202104261517.13QFHKSX073275@gitrepo.freebsd.org>

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

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

commit fe35f0c1c2fda31eff3cd46993b0f6f06c80b2c4
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-23 17:30:19 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-26 14:52:07 +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?202104261517.13QFHKSX073275>