Files
ports/sysutils/bareos17-client-static/Makefile
T
Mark Linimon 553b088a05 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)
2021-01-01 23:51:48 +00:00

31 lines
696 B
Makefile

# $FreeBSD$
PORTNAME= bareos
PKGNAMESUFFIX= 17-client-static
COMMENT= Backup archiving recovery open sourced (static client)
BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_riscv64= Fails to link: missing sbrk
CONFLICTS= bareos16-client-static-*
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server
PLIST_FILES= sbin/bareos-fd-static \
sbin/bconsole-static
OPTIONS_DEFINE= NLS LMDB
LMDB_DESC= Enable build of LMDB support
CONFIGURE_ARGS+= --enable-client-only \
--enable-static-fd \
--enable-static-cons \
--disable-libtool \
--disable-build-dird \
--disable-build-stored \
--with-jansson=${LOCALBASE}
.include "${MASTERDIR}/Makefile"