mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Mark various ports BROKEN on aarch64.
Obtained from: local run @lonesome.com
This commit is contained in:
parent
b2b595b3b6
commit
7ea3033324
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555174
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user