From owner-dev-commits-ports-main@freebsd.org Sat Apr 24 10:48:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1D57C5FAE3D; Sat, 24 Apr 2021 10:48:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FS7F36nT4z4nBZ; Sat, 24 Apr 2021 10:48:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAACE1F756; Sat, 24 Apr 2021 10:48:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13OAmtAG088499; Sat, 24 Apr 2021 10:48:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13OAmtKX088498; Sat, 24 Apr 2021 10:48:55 GMT (envelope-from git) Date: Sat, 24 Apr 2021 10:48:55 GMT Message-Id: <202104241048.13OAmtKX088498@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dmitry Marakasov Subject: git: 2ef313347c24 - main - comms/uartlirc: mark BROKEN on FreeBSD >= 13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2ef313347c2445982d58d13a3bb951bfc1e8ef95 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2021 10:48:56 -0000 The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ef313347c2445982d58d13a3bb951bfc1e8ef95 commit 2ef313347c2445982d58d13a3bb951bfc1e8ef95 Author: Dmitry Marakasov AuthorDate: 2021-04-23 17:30:19 +0000 Commit: Dmitry Marakasov 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