FreeBSD Bugzilla – Attachment 229843 Details for
Bug 260171
sysutils/bacula11-server: enable cloud functionalities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
GIT diff
bacserver.diff (text/plain), 1.37 KB, created by
ml
on 2021-12-02 15:57:07 UTC
(
hide
)
Description:
GIT diff
Filename:
MIME Type:
Creator:
ml
Created:
2021-12-02 15:57:07 UTC
Size:
1.37 KB
patch
obsolete
>diff --git a/sysutils/bacula11-server/Makefile b/sysutils/bacula11-server/Makefile >index d71c4607181c..8395a3c9a463 100644 >--- a/sysutils/bacula11-server/Makefile >+++ b/sysutils/bacula11-server/Makefile >@@ -31,8 +31,9 @@ USE_LDCONFIG= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >-OPTIONS_DEFINE?= MTX NLS IPV6 >+OPTIONS_DEFINE?= MTX NLS IPV6 S3 > MTX_DESC= Install mtx for control of autochanger devices >+S3_DESC= Install S3 plugin > > .if ${PKGNAMESUFFIX} == "11-server" > OPTIONS_MULTI= BACKEND >@@ -126,6 +127,11 @@ MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx > > .include <bsd.port.pre.mk> > >+.if ${PORT_OPTIONS:MS3} >+CONFIGURE_ARGS+= --enable-s3 >+LIB_DEPENDS+= libs3.so:sysutils/bacula11-libs3 >+.endif >+ > # if IPv6 is not in the kernel, it generates many errors > .if ! ${PORT_OPTIONS:MIPV6} > CONFIGURE_ARGS+= --disable-ipv6 >diff --git a/sysutils/bacula11-server/pkg-plist b/sysutils/bacula11-server/pkg-plist >index 363305c0b7b1..fcd19084e95e 100644 >--- a/sysutils/bacula11-server/pkg-plist >+++ b/sysutils/bacula11-server/pkg-plist >@@ -13,6 +13,10 @@ lib/libbacsd-%%LIB_VERSION%%.so > lib/libbacsd.so > lib/libbacsql-%%LIB_VERSION%%.so > lib/libbacsql.so >+%%S3%%lib/bacula-sd-cloud-driver-11.0.5.so >+%%S3%%lib/bacula-sd-cloud-driver.so >+%%S3%%lib/bacula-sd-cloud-s3-driver-11.0.5.so >+%%S3%%lib/bacula-sd-cloud-s3-driver.so > sbin/bacula > sbin/bacula-dir > sbin/bacula-sd
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260171
:
229843
|
235238