svn commit: r301819 - head/net/openldap24-server

Xin LI delphij at FreeBSD.org
Wed Aug 1 04:19:43 UTC 2012


Author: delphij
Date: Wed Aug  1 04:19:42 2012
New Revision: 301819
URL: http://svn.freebsd.org/changeset/ports/301819

Log:
  DYNAMIC_BACKEND should be in the default.
  
  Submitted by:	sunpoet

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Wed Aug  1 03:25:19 2012	(r301818)
+++ head/net/openldap24-server/Makefile	Wed Aug  1 04:19:42 2012	(r301819)
@@ -59,7 +59,7 @@ OPTIONS_DEFINE+=	DEREF DYNGROUP DYNLIST 
 OPTIONS_DEFINE+=	REFINT RETCODE RWM SEQMOD SSSVLV SYNCPROV TRANSLUCENT
 OPTIONS_DEFINE+=	UNIQUE VALSORT SMBPWD DYNAMIC_BACKENDS
 
-OPTIONS_DEFAULT=	BDB TCP_WRAPPERS SEQMOD SYNCPROV
+OPTIONS_DEFAULT=	BDB TCP_WRAPPERS SEQMOD SYNCPROV DYNAMIC_BACKENDS
 
 DYNACL_DESC=		Run-time loadable ACL (experimental)
 ACI_DESC=		Per-object ACI (experimental)



More information about the svn-ports-all mailing list