1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/bareos16-client/Makefile
Mark Linimon 068e708146 Mark these ports as BROKEN on powerpc64-13.
Workaround: use the latest version (bareos-*), which works.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2020-05-31 08:16:46 +00:00

23 lines
566 B
Makefile

# $FreeBSD$
PORTNAME= bareos
PKGNAMESUFFIX= 16-client
COMMENT= Backup archiving recovery open sourced (client)
BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_FreeBSD_13_powerpc64= fails to compile: bsnprintf.c:621:16: static declaration of 'round' follows non-static declaration
CONFLICTS= bareos-client-*
WITH_CLIENT_ONLY=yes
USE_RC_SUBR= bareos-fd
PLIST= ${PKGDIR}/pkg-plist.client
MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server
OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO
LMDB_DESC= Enable build of LMDB support
.include "${MASTERDIR}/Makefile"