net/openldap23-server doesn't build with syncprov overlay. That's why it cannot be a replication provider. It would be nice to build net/openldap23-server with --enable-syncprov or add WITH_SYNCPROV flag to Makefile. CU PW Fix: As openldap22 supports provider replication by default I added it by default: -CONFIGURE_ARGS+= --disable-syncprov +CONFIGURE_ARGS+= --enable-syncprov CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ --enable-ldbm=${BACKEND_ENABLE} \--UKI18pt2WmtO0HfeZMtYENC8BasrccZznILVpDi6tYiiL6rf Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile-ORG Tue Jun 28 10:33:12 2005 +++ Makefile Wed Jun 29 00:09:14 2005 @@ -167,7 +167,7 @@ BACKEND_PLIST= "@comment " .endif
Dear maintainer of FreeBSD port net/openldap23-server, please review http://www.freebsd.org/cgi/query-pr.cgi?q=82752 What's your opinion on this? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Mischief managed.
State Changed From-To: open->feedback Asked maintainer
Responsible Changed From-To: freebsd-ports-bugs->pav Track
I think, it should be done using WITH_SYNCPROV knob, because as I said earlier I plan to convert port (on next update) to use OPTIONS.
State Changed From-To: feedback->closed Maintainer's version committed, thank you!