Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2024 11:31:26 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: 192e3892b1b2 - main - editors/ox: Broken on i386
Message-ID:  <202412191131.4BJBVQ7B062155@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=192e3892b1b2cdd2c894367681a41fcceb152359

commit 192e3892b1b2cdd2c894367681a41fcceb152359
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-19 11:30:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-19 11:30:47 +0000

    editors/ox: Broken on i386
    
    Reported by:    fallout
---
 editors/ox/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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



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