diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-11-15 09:06:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-11-15 09:06:24 +0000 |
commit | 7ea30333243cc66e87cac16a74b223a8e75a4054 (patch) | |
tree | 5ac4ddb1132ccd33cae2e63c7b84099f6f4d55af | |
parent | b2b595b3b68abfc301de6361454a01f5a2bcbb00 (diff) | |
download | ports-7ea30333243cc66e87cac16a74b223a8e75a4054.tar.gz ports-7ea30333243cc66e87cac16a74b223a8e75a4054.zip |
Notes
-rw-r--r-- | comms/uartlirc/Makefile | 1 | ||||
-rw-r--r-- | databases/tarantool/Makefile | 1 | ||||
-rw-r--r-- | devel/google-perftools/Makefile | 2 | ||||
-rw-r--r-- | security/ossec-hids-local/Makefile | 2 | ||||
-rw-r--r-- | security/wazuh-agent/Makefile | 3 | ||||
-rw-r--r-- | sysutils/consolehm/Makefile | 2 |
6 files changed, 10 insertions, 1 deletions
diff --git a/comms/uartlirc/Makefile b/comms/uartlirc/Makefile index 0618fab80566..d4aa0d3747fc 100644 --- a/comms/uartlirc/Makefile +++ b/comms/uartlirc/Makefile @@ -13,6 +13,7 @@ EXTRACT_SUFX= .shar MAINTAINER= ports@FreeBSD.org COMMENT= Driver for "homebrew" serial LIRC receivers +BROKEN_aarch64= fails to compile: uartlirc_core.c:273:19: expected expression BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_powerpc64= fails to compile: uart.h: No such file or directory BROKEN_powerpc64le= fails to compile: uart.h: No such file or directory diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 775a779f9eae..b78a2120ccbb 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -11,6 +11,7 @@ COMMENT= NoSQL database running in a Lua application server LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz NOT_FOR_ARCHS= armv6 powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index 4babd1284af3..ace6ac1388d1 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -14,6 +14,8 @@ COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to compile: src/stacktrace.cc:230:2: Cannot calculate stack trace: will need to write for your environment + USES= compiler:c11 gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index 31999a88c2a1..a23f2d0d5b10 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -8,6 +8,8 @@ OSSEC_TYPE?= local LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: rootcheck/os_string.c:186:20: use of undeclared identifier '__LDPGSZ' + USES= compiler gmake ssl .if ${OSSEC_TYPE} == local diff --git a/security/wazuh-agent/Makefile b/security/wazuh-agent/Makefile index 38da0b495d0d..311a40f56fa1 100644 --- a/security/wazuh-agent/Makefile +++ b/security/wazuh-agent/Makefile @@ -18,7 +18,8 @@ COMMENT= Security tool to monitor and check logs and intrusions LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= Fails to build external OpenSSL dependency +BROKEN_aarch64= fails to compile: rootcheck/os_string.c:188:20: use of undeclared identifier '__LDPGSZ' +BROKEN_i386= fails to build external OpenSSL dependency USES= gmake perl5 readline shebangfix uidfix USE_GITHUB= yes diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index b27077e2bceb..6ef51e327915 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= LOCAL/fenner MAINTAINER= ports@FreeBSD.org COMMENT= Console based hardware monitor for FreeBSD +BROKEN_aarch64= fails to link: undefined symbol: outb + USES= uidfix GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/consolehm/consolehm |