ports/82752: [PATCH] net/openldap23-server doesn't build with syncprov overlay so it can't be a replication provider server

Pawel Wieleba P.Wieleba at iem.pw.edu.pl
Tue Jun 28 22:40:27 UTC 2005


>Number:         82752
>Category:       ports
>Synopsis:       [PATCH] net/openldap23-server doesn't build with syncprov overlay so it can't be a replication provider server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 22:40:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Wieleba
>Release:        5.4-STABLE
>Organization:
>Environment:
FreeBSD srv 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri May 13 08:15:55 CEST 2005     root at srv:/usr/obj/usr/src/sys/SRV  i386
>Description:
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
>How-To-Repeat:
      
>Fix:
As openldap22 supports provider replication by default I added it by default:
--- 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

-CONFIGURE_ARGS+=       --disable-syncprov
+CONFIGURE_ARGS+=       --enable-syncprov

 CONFIGURE_ARGS+=       --localstatedir=${LOCALSTATEDIR} \
                        --enable-ldbm=${BACKEND_ENABLE} \

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list