diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-26 20:02:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-26 20:02:44 +0000 |
commit | c095cd43d09bd4be60b99b561b39e7866aa8ab0f (patch) | |
tree | 0cde4b8b45b7e4393f92305c47df693c2ef646bd /editors | |
parent | d63a4cfa1b0415955ee62a38577f5e43886852d0 (diff) | |
download | ports-c095cd43d09bd4be60b99b561b39e7866aa8ab0f.tar.gz ports-c095cd43d09bd4be60b99b561b39e7866aa8ab0f.zip |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=441814
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 2 | ||||
-rw-r--r-- | editors/texmacs/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index d504c44fc0b4..91441ab118c9 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2+ RUN_DEPENDS= xterm:x11/xterm LIB_DEPENDS+= libhunspell-1.6.so:textproc/hunspell +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 diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 987cb6eec21e..ecf00f7a82b9 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libgmp.so:math/gmp RUN_DEPENDS= fig2dev:print/transfig +BROKEN_armv6= fails to compile: call to min is ambiguous + USES= cpe desktop-file-utils gmake iconv localbase pkgconfig python \ shared-mime-info shebangfix USE_TEX= tex:run dvipsk:run |