diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-01 23:51:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-01 23:51:48 +0000 |
commit | 553b088a0505b32e910f454bc2a296fca47ac9dd (patch) | |
tree | b95d03e698b9ef7fe36e585725c5dcfc5aee36d0 /sysutils/bacula9-client/Makefile | |
parent | 6b5efb1b8820c67344543e6cd051a864862f5a8f (diff) | |
download | ports-553b088a0505b32e910f454bc2a296fca47ac9dd.tar.gz ports-553b088a0505b32e910f454bc2a296fca47ac9dd.zip |
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=559890
Diffstat (limited to 'sysutils/bacula9-client/Makefile')
-rw-r--r-- | sysutils/bacula9-client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bacula9-client/Makefile b/sysutils/bacula9-client/Makefile index 7a709d2cef6b..ac494162a6b1 100644 --- a/sysutils/bacula9-client/Makefile +++ b/sysutils/bacula9-client/Makefile @@ -5,6 +5,9 @@ PKGNAMESUFFIX= 9-client COMMENT= Network backup solution (client) +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_riscv64= Fails to link: missing sbrk + WITH_CLIENT_ONLY=yes USE_RC_SUBR= bacula-fd @@ -13,6 +16,4 @@ MASTERDIR= ${.CURDIR}/../../sysutils/bacula9-server OPTIONS_DEFINE= NLS PYTHON IPV6 -BROKEN_aarch64= Fails to link: missing sbrk - .include "${MASTERDIR}/Makefile" |