Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2021 00:04:52 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a70955a0137f - main - editors/codelite: Mark broken, doesn't build with Pango 1.46.2 or newer
Message-ID:  <202105270004.14R04qHq033951@gitrepo.freebsd.org>

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

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

commit a70955a0137f71934c87ec38ba447d3ed72119c5
Author:     Daniel Engberg <daniel.engberg.lists@pyret.net>
AuthorDate: 2021-05-27 00:00:52 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-27 00:00:52 +0000

    editors/codelite: Mark broken, doesn't build with Pango 1.46.2 or newer
    
    PR:     252738
---
 editors/codelite/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index 0e960affa72d..d04a512da1f8 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -10,10 +10,12 @@ COMMENT=	Open Source IDE for C/C++
 
 LICENSE=	GPLv2+
 
+BROKEN=		outdated, doesn't build with Pango 1.46.2 or newer - PR 249879
+
 RUN_DEPENDS=	xterm:x11/xterm
 LIB_DEPENDS+=	libhunspell-1.7.so:textproc/hunspell
 
-BROKEN_armv6=		fails to configure: has leading or trailing whitespace.  This is now an error according to policy CMP0004
+#BROKEN_armv6=		fails to configure: has leading or trailing whitespace.  This is now an error according to policy CMP0004
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	eranif



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