Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 2010 13:10:20 +0100 (CET)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        delphij@FreeBSD.org
Subject:   ports/152258: [PATCH] net/openldap-server: enable BDB 5.0 and above
Message-ID:  <20101115121020.B6443848B9@mail2.vx.sk>
Resent-Message-ID: <201011151220.oAFCK7IV063986@freefall.freebsd.org>

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

>Number:         152258
>Category:       ports
>Synopsis:       [PATCH] net/openldap-server: enable BDB 5.0 and above
>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:   Mon Nov 15 12:20:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.1-STABLE FreeBSD 8.1-STABLE #0 r215048M: Thu Nov 11 13:36:47 CET
>Description:
Enable build with BDB 5.0 and above

Port maintainer (delphij@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- openldap-server-2.4.23.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/openldap24-server/Makefile,v
retrieving revision 1.183
diff -u -r1.183 Makefile
--- Makefile	2 Aug 2010 19:26:07 -0000	1.183
+++ Makefile	15 Nov 2010 12:09:15 -0000
@@ -314,8 +314,9 @@
 .else
 
 WITH_BDB_VER?=		46
-INVALID_BDB_VER=	42 50
+INVALID_BDB_VER=	42
 USE_BDB=		yes
+LDFLAGS+=		-L${BDB_LIB_DIR}
 
 .if ${WITH_BDB_VER} >= 43
 CONFIGURE_ARGS+=	--enable-bdb=${BACKEND_ENABLE} \
--- openldap-server-2.4.23.patch ends here ---

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



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