Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2024 05:28:05 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c574c71c34c - main - devel/omniORB: Mark BROKN on armv7 and i386
Message-ID:  <202401030528.4035S5EZ093885@gitrepo.freebsd.org>

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

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

commit 5c574c71c34ca358b2fe10f7cf923a0d45ad0298
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-02 18:46:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-03 05:27:52 +0000

    devel/omniORB: Mark BROKN on armv7 and i386
    
    Currently the port is BROKEN on i386 and armv7 and I do not have the
    resources to test these. If anyone has a fix feel free to fix.
---
 devel/omniORB/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile
index 1c7af4982fe4..b3f4eacb5436 100644
--- a/devel/omniORB/Makefile
+++ b/devel/omniORB/Makefile
@@ -10,6 +10,9 @@ WWW=		http://omniorb.sourceforge.net/
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_armv7=	use of overloaded operator '[]' is ambiguous (with operand types
+BROKEN_FreeBSD_i386=	use of overloaded operator '[]' is ambiguous (with operand types
+
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 
 USES=		gmake pkgconfig python shebangfix ssl tar:bzip2



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