Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2025 09:51:51 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bb0f9da65057 - main - editors/ox: Broken on armv7
Message-ID:  <202501040951.5049ppb4099329@gitrepo.freebsd.org>

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

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

commit bb0f9da650574c99630eaa485562b4b40bf73326
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-04 09:42:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-04 09:42:45 +0000

    editors/ox: Broken on armv7
    
    Reported by:    fallout
---
 editors/ox/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editors/ox/Makefile b/editors/ox/Makefile
index a0edf12db7b5..b8ac41d61e70 100644
--- a/editors/ox/Makefile
+++ b/editors/ox/Makefile
@@ -10,6 +10,7 @@ WWW=		https://github.com/curlpipe/ox/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17
 BROKEN_i386=	compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17
 
 USES=		cargo



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