summaryrefslogtreecommitdiff
path: root/lang/newlisp-devel/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-07-02 04:00:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-07-02 04:00:29 +0000
commitaff42c7199b9182b398eeda522cb9bcb182895f8 (patch)
tree1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /lang/newlisp-devel/Makefile
parentAttempt to see if the build can be fixed on non-clang-based archs. (diff)
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=473699
Diffstat (limited to 'lang/newlisp-devel/Makefile')
-rw-r--r--lang/newlisp-devel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/newlisp-devel/Makefile b/lang/newlisp-devel/Makefile
index 12c4e79536f0..5a288c72ac1c 100644
--- a/lang/newlisp-devel/Makefile
+++ b/lang/newlisp-devel/Makefile
@@ -13,9 +13,11 @@ COMMENT= LISP like scripting language
LICENSE= GPLv3
-LIB_DEPENDS= libffi.so:devel/libffi
+BROKEN_mips= fails to compile: unrecognized command line option "-m64"
+BROKEN_mips64= fails to compile: unrecognized command line option "-m64"
+BROKEN_powerpc64= fails to build: error: redefinition of typedef CPPFunction
-BROKEN_powerpc64= does not build: error: redefinition of typedef CPPFunction
+LIB_DEPENDS= libffi.so:devel/libffi
CONFLICTS= newlisp-[0-9]*