Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 22:06:00 +0100 (CET)
From:      Christian Kratzer <ck@cksoft.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Christian Kratzer <ck@cksoft.de>
Subject:   ports/48647: Update openldap21 to version 2.1.13
Message-ID:  <20030224210600.1B9D144ABA@majakka.cksoft.de>

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

>Number:         48647
>Category:       ports
>Synopsis:       Update openldap21 to version 2.1.13
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 24 13:10:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Christian Kratzer
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
CK Software GmbH
>Environment:
System: FreeBSD majakka.cksoft.de 4.7-STABLE FreeBSD 4.7-STABLE #1: Thu Dec 19 14:57:42 CET 2002 ck@majakka.cksoft.de:/usr/obj/usr/src/RELENG_4/src/sys/MAJAKKA i386

>Description:

The OpenLDAP project released OpenLDAP 2.1.13 today.
The build framework now insists on Berkeley db4.1 over Berkeley db 4.0.

>How-To-Repeat:
>Fix:

--- openldap21/Makefile.orig	Mon Feb 24 20:14:13 2003
+++ openldap21/Makefile	Mon Feb 24 21:52:46 2003
@@ -15,7 +15,7 @@
 #
 
 PORTNAME=	openldap21
-PORTVERSION=	2.1.12
+PORTVERSION=	2.1.13
 PORTREVISION=	0
 CATEGORIES=	net databases
 MASTER_SITES=	ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/		\
@@ -38,10 +38,10 @@
 MAINTAINER=	ck@cksoft.de
 COMMENT=	Open source LDAP client and server software
 
-LIB_DEPENDS+=	db4.0:${PORTSDIR}/databases/db4
+LIB_DEPENDS+=	db41.1:${PORTSDIR}/databases/db41
 
-CXXFLAGS+=	-D_REENTRANT ${PTHREAD_CFLAGS} -I${LOCALBASE}/include/db4
-CPPFLAGS+=	-D_REENTRANT ${PTHREAD_CFLAGS} -I${LOCALBASE}/include/db4
+CXXFLAGS+=	-D_REENTRANT ${PTHREAD_CFLAGS} -I${LOCALBASE}/include/db41
+CPPFLAGS+=	-D_REENTRANT ${PTHREAD_CFLAGS} -I${LOCALBASE}/include/db41
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 USE_OPENSSL=	yes
--- openldap21/distinfo.orig	Mon Feb 24 21:34:40 2003
+++ openldap21/distinfo	Mon Feb 24 21:34:47 2003
@@ -1 +1 @@
-MD5 (openldap-2.1.12.tgz) = 23a38674ed6067a92b2f2c977f92a485
+MD5 (openldap-2.1.13.tgz) = 17afd77fbfb9e25d7acf9d0e39c84f62


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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