- Add support for RADOS and GFAPI (plugins and storage) [1] - Bareos ports are compiled with fastlz (compress file with LZ4/LZ4HC/FastLZ) by default - Add python3 support [1] https://docs.bareos.org/TasksAndConcepts/Plugins.html [1] https://docs.bareos.org/TasksAndConcepts/StorageBackends.html ChangeLog at: https://docs.bareos.org/Appendix/ReleaseNotes.html
26 lines
605 B
Makefile
26 lines
605 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bareos
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Backup archiving recovery open sourced (client)
|
|
|
|
BROKEN_aarch64= Fails to link: missing sbrk
|
|
|
|
CONFLICTS= bareos18-client-* bareos17-client-* bareos16-client-*
|
|
|
|
WITH_CLIENT_ONLY=yes
|
|
USE_RC_SUBR= bareos-fd
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
|
|
|
|
OPTIONS_GROUP= PLUGINS
|
|
OPTIONS_GROUP_PLUGINS= GFAPI RADOS
|
|
OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO
|
|
|
|
GFAPI_DESC= GFAPI fd plugin support
|
|
RADOS_DESC= RADOS fd plugin support
|
|
LMDB_DESC= Enable build of LMDB support
|
|
|
|
.include "${MASTERDIR}/Makefile"
|