diff options
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/aws-sdk-cpp/Makefile | 4 | ||||
| -rw-r--r-- | devel/clanlib/Makefile | 3 | ||||
| -rw-r--r-- | devel/directfb/Makefile | 3 | ||||
| -rw-r--r-- | devel/elfutils/Makefile | 6 | ||||
| -rw-r--r-- | devel/kBuild/Makefile | 2 | ||||
| -rw-r--r-- | devel/pecl-grpc/Makefile | 3 | ||||
| -rw-r--r-- | devel/pwlib/Makefile | 7 | ||||
| -rw-r--r-- | devel/raknet/Makefile | 3 | ||||
| -rw-r--r-- | devel/rapidjson/Makefile | 3 | ||||
| -rw-r--r-- | devel/smv/Makefile | 3 | ||||
| -rw-r--r-- | devel/sourcenav/Makefile | 2 |
11 files changed, 33 insertions, 6 deletions
diff --git a/devel/aws-sdk-cpp/Makefile b/devel/aws-sdk-cpp/Makefile index 5c199806f611..3bd37aa5ade8 100644 --- a/devel/aws-sdk-cpp/Makefile +++ b/devel/aws-sdk-cpp/Makefile @@ -12,6 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl +BROKEN_aarch64= fails to build: runaway process +BROKEN_armv6= fails to build: runaway process +BROKEN_powerpc64= fails to build: runaway process + USE_GITHUB= yes GH_ACCOUNT= aws USES= cmake pkgconfig compiler:c++11-lib ssl diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 7a7b604680e1..fbb2c1649050 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -20,6 +20,9 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libpcre.so:devel/pcre +NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS_REASON= invokes x86 asm + USES= execinfo gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz USE_GCC= yes USE_XORG= x11 diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile index 3f9db241cf98..c5c85ed54bd1 100644 --- a/devel/directfb/Makefile +++ b/devel/directfb/Makefile @@ -28,7 +28,8 @@ USE_LDCONFIG= yes USE_PERL5= build PORTDOCS= * -BROKEN_armv6= fails to compile: invokes x86 assembler +BROKEN_aarch64= fails to install: armasm_memcpy.h:No such file or directory +BROKEN_armv6= fails to compile: invokes x86 assembler DIRECTFB_SHLIB= 6.0.11 # LT_BINARY.LT_AGE.LT_REVISION DIRECTFB_BIN= ${DIRECTFB_SHLIB:R:R} # LT_BINARY diff --git a/devel/elfutils/Makefile b/devel/elfutils/Makefile index ebdb8a221d78..9059f87d17ff 100644 --- a/devel/elfutils/Makefile +++ b/devel/elfutils/Makefile @@ -18,8 +18,10 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING-LGPLV3 LIB_DEPENDS= libargp.so:devel/argp-standalone PATCH_DEPENDS= gnulib>=0:devel/gnulib -BROKEN_armv6= Fails to build: fails to compile i386_disasm.c -BROKEN_sparc64= Fails to build: fails to compile dwarf_begin_elf.c +BROKEN_aarch64= fails to build: fatal error: linux/uio.h: No such file or directory +BROKEN_armv6= fails to build: fails to compile i386_disasm.c +BROKEN_powerpc64= fails to build: error: field 'r' has incomplete type +BROKEN_sparc64= fails to build: fails to compile dwarf_begin_elf.c OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index ece5437242d8..76fd2dd11d24 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -16,6 +16,8 @@ COMMENT= Makefile framework BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex BROKEN_powerpc64= does not build: fatal error: xmmintrin.h: No such file or directory +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 +NOT_FOR_ARCHS_REASON= ./kBuild/env.sh: unknown cpu/arch USE_GCC= any USES= autoreconf:build gmake makeinfo diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile index bb814d81ccde..3b50ad20411f 100644 --- a/devel/pecl-grpc/Makefile +++ b/devel/pecl-grpc/Makefile @@ -10,6 +10,9 @@ COMMENT= High performance, general RPC framework LICENSE= BSD3CLAUSE +BROKEN_aarch64= fails to compile: fatal error: sys/auxv.h file not found +BROKEN_mips64= fails to compile: fatal error: sys/auxv.h file not found + USES= php:pecl .include <bsd.port.mk> diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 1200b019b7c4..94fd6a854ddf 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -15,6 +15,9 @@ COMMENT= Cross platform C++ library, used by OpenH323 LIB_DEPENDS= libexpat.so:textproc/expat2 +BROKEN_aarch64= fails to compile: fatal error: trclib.h: No such file or directory +BROKEN_mips64= fails to compile: fatal error: trclib.h: No such file or directory + CONFLICTS= ptlib-2.* WRKSRC= ${WRKDIR}/ptlib_v${PORTVERSION:S/./_/g} @@ -93,11 +96,11 @@ PLIST_SUB+= DC1394="@comment " .include <bsd.port.pre.mk> -.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64") +.if (${ARCH} == "amd64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64") CFLAGS+= -fPIC .endif -.if (${ARCH} == "amd64") || (${ARCH} == "i386") || (${ARCH} == "ia64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64") +.if (${ARCH} == "amd64") || (${ARCH} == "i386") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64") PLIST_SUB+= BSDVIDEO="" .else PLIST_SUB+= BSDVIDEO="@comment " diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile index 650e5c40eefa..a7a66f871797 100644 --- a/devel/raknet/Makefile +++ b/devel/raknet/Makefile @@ -25,6 +25,9 @@ LICENSE_PERMS_SpecialAuth= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LEGAL_TEXT= Special authorization granted to distribute version 3.x under GPLv3 +NOT_FOR_ARCHS= aarch64 mips mips64 +NOT_FOR_ARCHS_REASON= fails to compile: error: Add your platform to the list + NO_WRKSUBDIR= yes USE_LDCONFIG= yes diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index 01919825a787..70465e1da22f 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -15,7 +15,8 @@ LICENSE_NAME= RapidJSON LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} -BROKEN_powerpc64= Does not build +BROKEN_aarch64= does not build: c++: error: the clang compiler does not support -march=native +BROKEN_powerpc64= does not build DOXYGEN_BUILD_DEPENDS+= doxygen:devel/doxygen diff --git a/devel/smv/Makefile b/devel/smv/Makefile index 471f05e22c7f..f0c56d0097b7 100644 --- a/devel/smv/Makefile +++ b/devel/smv/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}.r${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Symbolic Model Verifier System for checking finite state systems +BROKEN_aarch64= fails to build: undefined reference to sbrk +BROKEN_armv6= fails to build: error: non-void function check_bdd should return a value + USE_GCC= yes WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= ${PORTNAME} diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile index 8f364fa15982..7260764e2e23 100644 --- a/devel/sourcenav/Makefile +++ b/devel/sourcenav/Makefile @@ -15,6 +15,8 @@ COMMENT= Source code analysis tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to build: undefined reference to fpsetround + USES= shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/snavigator/demo/c++/contrib/perl/sample_client USE_GCC= yes |
