ports/82725: [PATCH] net/openldap23-server port doesn't build with unique and ppolicy overlays

Pawel Wieleba P.Wieleba at iem.pw.edu.pl
Tue Jun 28 09:00:33 UTC 2005


>Number:         82725
>Category:       ports
>Synopsis:       [PATCH] net/openldap23-server port doesn't build with unique and ppolicy overlays
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 09:00:32 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Wieleba
>Release:        FreeBSD 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:
Hi!
I'm using unique and ppolicy overlays with OpenLDAP server, and I have to manually change the port before each build, because it doesn't have proper flags.
It would be nice to to add WITH_UNIQUE and WITH_PPOLICY flags to this port.
>How-To-Repeat:
      
>Fix:
The patch to the net/openldap23-server port which solves the problem is also available on my web:
http://www.iem.pw.edu.pl/~wielebap/ldap/openldap/2.3/Makefile.diff

--- Makefile-ORG        Mon Jun 27 13:42:17 2005
+++ Makefile    Tue Jun 28 10:37:49 2005
@@ -193,6 +193,14 @@
 CONFIGURE_ARGS+=       --enable-aci
 .endif

+.if defined(WITH_UNIQUE)
+CONFIGURE_ARGS+=       --enable-unique
+.endif
+
+.if defined(WITH_PPOLICY)
+CONFIGURE_ARGS+=       --enable-ppolicy
+.endif
+
 .if defined(WITHOUT_BDB)
 CONFIGURE_ARGS+=       --disable-bdb \
                        --disable-hdb \
@@ -355,6 +363,8 @@
        @${ECHO} "WITH_DYNGROUP         with Dynamic Group overlay"
        @${ECHO} "WITH_PROXYCACHE       with Proxy Cache overlay"
        @${ECHO} "WITH_ACI              with per-object ACIs (experimental)"
+       @${ECHO} "WITH_UNIQUE           with attribute Uniqueness overlay"
+       @${ECHO} "WITH_PPOLICY          with Password Policy 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:



More information about the freebsd-ports-bugs mailing list