From owner-freebsd-gnome@FreeBSD.ORG Mon Jun 23 06:11:21 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF1A37B401 for ; Mon, 23 Jun 2003 06:11:21 -0700 (PDT) Received: from 255-194.ip.ll.net (255-194.ip.ll.net [209.131.255.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E108743F3F for ; Mon, 23 Jun 2003 06:11:20 -0700 (PDT) (envelope-from none_NOSPAM@siu.edu) Received: from siu.edu (localhost [127.0.0.1]) by freebsd2.localnet10 (8.12.9/8.12.9) with ESMTP id h5NDAcpI024872 for ; Mon, 23 Jun 2003 08:10:43 -0500 (CDT) (envelope-from none_NOSPAM@siu.edu) Message-Id: <200306231310.h5NDAcpI024872@freebsd2.localnet10> Date: Mon, 23 Jun 2003 08:10:38 -0500 (CDT) From: none_NOSPAM@siu.edu To: freebsd-gnome@freebsd.org In-Reply-To: <20030623120509.EB77A52A6@netcom1.netcom.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Subject: Re: openldap version X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jimd@siu.edu List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 13:11:22 -0000 Yes!!!!!!!! Beware, however, that the OpenLDAP schema changed between V2.0 and V2.1. This should not affect "basic" installation of the suite, but may affect applications which use it. There now are mandatory objectclass structures, and there are other minor changes (ie; "tightening up of RFC conformancy"). The longer any migration to V2.1 of OpenLDAP is postponed, the more likely that other operational changes will be encountered. I would also like to request that Makefile of ports which depend on it, be adjusted such that they will accept a previously source installed version of OpenLDAP, and NOT install another version. I go through a LOT of work to install highly customized sourced versions of OpenLDAP, and I get VERY tired of them being clobbered by ported versions of OpenLDAP forced by this or that application. A simple "IHAVEITALREADYDADBLASTIT" should be sufficient to prevent the port-make process of installing yet another version. Case in point: PORTNAME= balsa2 PORTVERSION= 2.0.11 PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ DISTNAME= balsa-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A mail reader for the GNOME 2 desktop BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \ If "ldap" were removed from this LIB_DEPENDS and a later make parameter/environment variable setting were checked ("IHAVEITALREADYDADBLASTIT"), and if not found/set - THEN do a "LIB_DEPENDS=+ ", this would help tremendously. Thank you. On 23 Jun, Mike Harding wrote: > > Would it make sense to upgrade the openldap port used by the various > gnome ports to be the same as the kde ports? They are using > openldap21, which is the current release version... > > - Mike H. > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"