Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2005 21:24:02 GMT
From:      Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/84966: [PATCH] net/openldap23-server; RWM overlay (no WITH_ flag)
Message-ID:  <200508152124.j7FLO20D003986@www.freebsd.org>
Resent-Message-ID: <200508152132.j7FLWAlI095335@freefall.freebsd.org>

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

>Number:         84966
>Category:       ports
>Synopsis:       [PATCH] net/openldap23-server; RWM overlay (no WITH_ flag)
>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:   Mon Aug 15 21:30:15 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: Sat Jul  9 05:35:30 CEST 2005     root@srv:/usr/obj/usr/src/sys/SRV  i386
>Description:
There is no flag, which allows to building RWM overlay with openldap23 through the port.
>How-To-Repeat:
      
>Fix:
The patch which adds the new flag:

--- Makefile-OLD    Fri Jul 22 11:33:34 2005
+++ Makefile       Mon Aug 15 23:13:47 2005
@@ -205,6 +205,10 @@
 CONFIGURE_ARGS+=       --disable-syncprov
 .endif

+.if defined(WITH_RWM)
+CONFIGURE_ARGS+=       --enable-rwm
+.endif
+
 .if defined(WITHOUT_BDB)
 CONFIGURE_ARGS+=       --disable-bdb \
                        --disable-hdb \
@@ -370,6 +374,7 @@
        @${ECHO} "WITH_UNIQUE           with attribute Uniqueness overlay"
        @${ECHO} "WITH_PPOLICY          with Password Policy overlay"
        @${ECHO} "WITH_SYNCPROV         with Syncprov overlay"
+       @${ECHO} "WITH_RWM              with Rewrite/Remap overlay"
        @${ECHO} "WITHOUT_DYNAMIC_BACKENDS build static backends"
 .if defined(DFOSVERSION) || ${OSVERSION} >= 500038
        @${ECHO} "WITH_RCORDER          slapd(1) should start early in the boot process"

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



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