b288ebcfaf
NOTE: New Catalog format in version 11.0 and greater The upgrade process will require more or less twice the size of the actual database. see update_bacula_tables re https://www.bacula.org/bacula-release-11-0-1/ While here, update Bacula 9 conflicts.
29 lines
642 B
Makefile
29 lines
642 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bacula
|
|
PKGNAMESUFFIX= 11-client-static
|
|
|
|
COMMENT= Network backup solution (static client)
|
|
|
|
BROKEN_aarch64= Fails to link: missing sbrk
|
|
BROKEN_riscv64= Fails to link: missing sbrk
|
|
BROKEN_SSL= libressl
|
|
|
|
WITH_CLIENT_ONLY=yes
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bacula11-server
|
|
|
|
PLIST_FILES= sbin/bacula-fd-static \
|
|
sbin/bconsole-static
|
|
|
|
OPTIONS_DEFINE= NLS OPENSSL
|
|
OPTIONS_DEFAULT=OPENSSL
|
|
|
|
CONFIGURE_ARGS+= --enable-client-only \
|
|
--enable-static-fd \
|
|
--enable-static-cons \
|
|
--disable-libtool \
|
|
--disable-build-dird \
|
|
--disable-build-stored
|
|
|
|
.include "${MASTERDIR}/Makefile"
|