diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-27 23:07:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-27 23:07:11 +0800 |
commit | f427d85883d325fa56a13e2d34236051a61e2762 (patch) | |
tree | 63c89da74eed9e490571d2f4431a86387cc1eb81 /lang/pfe | |
parent | 616751b74e7581b43a094683d687f80b26d2a29b (diff) | |
download | freebsd-ports-gnome-f427d85883d325fa56a13e2d34236051a61e2762.tar.gz freebsd-ports-gnome-f427d85883d325fa56a13e2d34236051a61e2762.tar.zst freebsd-ports-gnome-f427d85883d325fa56a13e2d34236051a61e2762.zip |
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/pfe')
-rw-r--r-- | lang/pfe/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 1fba97c504f2..a855326517e0 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -10,10 +10,11 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Implementation of ANSI Forth -BROKEN_aarch64= does not compile: error: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99 -BROKEN_i386= does not link -BROKEN_powerpc= does not compile -BROKEN_powerpc64= does not build: error: lvalue required as increment operand +BROKEN_aarch64= fails to compile: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99 +BROKEN_armv6= fails to compile: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99 +BROKEN_i386= fails to link +BROKEN_powerpc= fails to compile +BROKEN_powerpc64= fails to build: lvalue required as increment operand GNU_CONFIGURE= yes USES= gmake perl5 libtool tar:bzip2 |