aboutsummaryrefslogtreecommitdiff
path: root/lang/pfe
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-01-02 01:46:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-01-02 01:46:08 +0000
commitf2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee (patch)
treec1428e3ef48406f008bf9e485352728e13586ff8 /lang/pfe
parentbb8c820157b78f5163933bfd87bd3c92e922f882 (diff)
downloadports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.tar.gz
ports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.zip
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=559904
Diffstat (limited to 'lang/pfe')
-rw-r--r--lang/pfe/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index 71fff071e62d..50c52278bb73 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -10,12 +10,13 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of ANSI Forth
-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_armv7= fails to compile: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99
+BROKEN_aarch64= fails to compile: pfe/assembler-ext.c:99:5: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99
+BROKEN_armv6= fails to compile: pfe/assembler-ext.c:99:5: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99
+BROKEN_armv7= fails to compile: pfe/assembler-ext.c:99:5: 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
+BROKEN_riscv64= fails to compile: pfe/assembler-ext.c:99:5: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99
GNU_CONFIGURE= yes
USES= gmake perl5 libtool tar:bzip2