aboutsummaryrefslogtreecommitdiff
path: root/editors/codelite
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2021-05-27 00:00:52 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-05-27 00:00:52 +0000
commita70955a0137f71934c87ec38ba447d3ed72119c5 (patch)
tree642ff09706b681af3e658a5081ff099df53afdb1 /editors/codelite
parented0398d980392fae5ff2c1ee1758d09aaf489f17 (diff)
downloadports-a70955a0137f71934c87ec38ba447d3ed72119c5.tar.gz
ports-a70955a0137f71934c87ec38ba447d3ed72119c5.zip
editors/codelite: Mark broken, doesn't build with Pango 1.46.2 or newer
PR: 252738
Diffstat (limited to 'editors/codelite')
-rw-r--r--editors/codelite/Makefile4
1 files changed, 3 insertions, 1 deletions
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