Bug 82752 - [PATCH] net/openldap23-server doesn't build with syncprov overlay so it can't be a replication provider server
Summary: [PATCH] net/openldap23-server doesn't build with syncprov overlay so it can't...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-28 23:40 UTC by Pawel Wieleba
Modified: 2005-06-30 13:21 UTC (History)
0 users

See Also:


Attachments
openldap.diff (1.00 KB, patch)
2005-06-30 12:54 UTC, Vsevolod Stakhov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Wieleba 2005-06-28 23:40:22 UTC
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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-30 12:00:25 UTC
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.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-30 12:00:31 UTC
State Changed
From-To: open->feedback

Asked maintainer 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-30 12:00:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 4 Vsevolod Stakhov 2005-06-30 12:54:48 UTC
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.
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-30 13:20:09 UTC
State Changed
From-To: feedback->closed

Maintainer's version committed, thank you!