Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2005 22:36:39 GMT
From:      Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/82752: [PATCH] net/openldap23-server doesn't build with syncprov overlay so it can't be a replication provider server
Message-ID:  <200506282236.j5SMadSc096794@www.freebsd.org>
Resent-Message-ID: <200506282240.j5SMeM21077927@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506282236.j5SMadSc096794>