Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2024 12:38:58 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 331075c0afa0 - main - sysutils/bacula15-server: Fix broken S3 option
Message-ID:  <202405051238.445CcwTA009416@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=331075c0afa04ef95c11fad7d8a611cac29ef897

commit 331075c0afa04ef95c11fad7d8a611cac29ef897
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2024-05-05 12:35:12 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2024-05-05 12:35:12 +0000

    sysutils/bacula15-server: Fix broken S3 option
    
    I did not properly convert the S3 option from the old format to the
    new format.
    
    PR:             278312
---
 sysutils/bacula15-server/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sysutils/bacula15-server/Makefile b/sysutils/bacula15-server/Makefile
index 6e7aec421cd7..a9d84c4720a0 100644
--- a/sysutils/bacula15-server/Makefile
+++ b/sysutils/bacula15-server/Makefile
@@ -133,10 +133,10 @@ MTX_RUN_DEPENDS=	${LOCALBASE}/sbin/mtx:misc/mtx
 
 .endif
 
-.include <bsd.port.pre.mk>
+S3_CONFIGURE_ARGS=	--enable-s3
+S3_LIB_DEPENDS=	libs3.so:sysutils/bacula-libs3
 
-MS3_CONFIGURE_ARGS=	--enable-s3
-MS3_LIB_DEPENDS=	libs3.so:sysutils/bacula-libs3
+.include <bsd.port.pre.mk>
 
 .if defined(WITH_CLIENT_ONLY)
 MP8+=		bacula.8 bacula-fd.8 bconsole.8



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405051238.445CcwTA009416>