git: 2a4e9c2d2251 - main - net-mgmt/seafile-server: Added LDAP support option default on.

Richard Gallamore ultima at FreeBSD.org
Sun May 9 21:25:24 UTC 2021


The branch main has been updated by ultima:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2a4e9c2d22514f5df2896d9e56455a376f359370

commit 2a4e9c2d22514f5df2896d9e56455a376f359370
Author:     Richard Gallamore <ultima at FreeBSD.org>
AuthorDate: 2021-05-09 21:23:47 +0000
Commit:     Richard Gallamore <ultima at FreeBSD.org>
CommitDate: 2021-05-09 21:23:47 +0000

    net-mgmt/seafile-server: Added LDAP support option default on.
---
 net-mgmt/seafile-server/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile
index 215c68482f0c..783953f61fc6 100644
--- a/net-mgmt/seafile-server/Makefile
+++ b/net-mgmt/seafile-server/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	seafile-server
 DISTVERSIONPREFIX=	v
 DISTVERSION=	${SEAFILE_VER}
 DISTVERSIONSUFFIX=	-server
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	ultima at FreeBSD.org
@@ -48,8 +49,8 @@ SUB_FILES=	pkg-message
 
 MAKE_JOBS_UNSAFE=	yes
 
-OPTIONS_DEFINE=		FUSE NLS
-OPTIONS_DEFAULT=	FUSE
+OPTIONS_DEFINE=		FUSE LDAP NLS
+OPTIONS_DEFAULT=	FUSE LDAP
 OPTIONS_EXCLUDE_DragonFly=	FUSE
 OPTIONS_SUB=		yes
 
@@ -58,6 +59,9 @@ FUSE_DESC=		Use file system in userspace
 FUSE_CONFIGURE_ENABLE=	fuse
 FUSE_LIB_DEPENDS=	libfuse.so:sysutils/fusefs-libs
 
+LDAP_CONFIGURE_ENABLE=	ldap
+LDAP_USE=		openldap=yes
+
 NLS_USES=		gettext
 
 .include <bsd.port.pre.mk>


More information about the dev-commits-ports-main mailing list