diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 00:42:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 00:42:05 +0000 |
commit | e8210b4758f3afbc598afa1378b85f04ee1d062c (patch) | |
tree | f9138a3823b570522b524c8e385a453e712c9114 /lang | |
parent | Update to 1.7.7 (diff) |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=455813
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go14/Makefile | 6 | ||||
-rw-r--r-- | lang/mono/Makefile | 6 | ||||
-rw-r--r-- | lang/racket-minimal/Makefile | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile index efc500184a62..5ab04622404b 100644 --- a/lang/go14/Makefile +++ b/lang/go14/Makefile @@ -12,6 +12,10 @@ COMMENT= Go programming language LICENSE= BSD3CLAUSE +BROKEN_armv6 = fails to build: go build runtime: go/pkg/tool/freebsd_arm/5g: wait: interrupted system call +BROKEN_armv7 = fails to build: go build runtime: go/pkg/tool/freebsd_arm/5g: wait: interrupted system call +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 + USES= compiler shebangfix SHEBANG_LANG= sh perl SHEBANG_FILES= src/*.bash \ @@ -29,8 +33,6 @@ sh_CMD= ${SH} WRKSRC= ${WRKDIR}/go -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 - .include <bsd.port.pre.mk> # If cc is clang, change it to clang to help Go identify the compiler diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 90876b4d937c..293066e336ef 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -18,6 +18,10 @@ BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ LIB_DEPENDS= libinotify.so:devel/libinotify RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow +BROKEN_armv6= fails to compile: mono/arch/arm/arm-codegen.h:947:10: fatal error: 'mono/arch/arm/arm_dpimacros.h' file not found +BROKEN_armv7= fails to compile: mono/arch/arm/arm-codegen.h:947:10: fatal error: 'mono/arch/arm/arm_dpimacros.h' file not found +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc + OPTIONS_DEFINE= ACCEPTANCE_TESTS MONOLITE OPTIONS_DEFAULT= MONOLITE ACCEPTANCE_TESTS_DESC= Download and run the .Net acceptance tests @@ -65,8 +69,6 @@ MAKE_ENV= MONO_SHARED_DIR="${WRKDIR}" \ TEST_TARGET= check TEST_WRKSRC= ${WRKSRC}/mono/tests -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc - PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d* LOCALBASE?= /usr/local diff --git a/lang/racket-minimal/Makefile b/lang/racket-minimal/Makefile index a22b550c4cca..a5019434bece 100644 --- a/lang/racket-minimal/Makefile +++ b/lang/racket-minimal/Makefile @@ -21,6 +21,8 @@ LICENSE= LGPL3 LIB_DEPENDS= libffi.so:devel/libffi +BROKEN_armv6= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target +BROKEN_armv7= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target BROKEN_i386= fails to build: Seg fault (internal error) at 0x606060a BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function) NOT_FOR_ARCHS= aarch64 aarch64 sparc64 |