From owner-cvs-ports@FreeBSD.ORG Mon May 3 08:11:03 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB9816A4CE; Mon, 3 May 2004 08:11:03 -0700 (PDT) Received: from jk.homeunix.net (dhcp-19-33.dsl.CSUChico.EDU [132.241.19.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEF243D3F; Mon, 3 May 2004 08:11:03 -0700 (PDT) (envelope-from jk@jk.homeunix.net) Received: from jk.homeunix.net (localhost [127.0.0.1]) by jk.homeunix.net (8.12.11/8.12.11) with ESMTP id i43FB01n020876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 May 2004 08:11:00 -0700 (PDT) Received: (from warlock@localhost) by jk.homeunix.net (8.12.11/8.12.11/Submit) id i43FB0J4020875; Mon, 3 May 2004 08:11:00 -0700 (PDT) Date: Mon, 3 May 2004 08:11:00 -0700 From: John Kennedy To: Oliver Eikemeier Message-ID: <20040503151100.GA16961@memnoch.jk.homeunix.net> References: <200405031338.i43DceZX018352@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405031338.i43DceZX018352@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-jk-MailScanner: No infection found X-jk-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.9, required 6, autolearn=not spam, BAYES_00 -4.90) X-jk-MailScanner-From: warlock@jk.homeunix.net cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: ports/net/openldap20-* and sendmail X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 15:11:03 -0000 On Mon, May 03, 2004 at 06:38:40AM -0700, Oliver Eikemeier wrote: > Removed files: > net/openldap20-client Makefile > net/openldap20-server Makefile ... > Log: > removed EOL version of OpenLDAP I haven't finished tracking it down because of priorities, but I've had some problems on 5.2.1 with sendmail and later OpenLDAP client software (> 2.0). When linked against sendmail (LDAP-enabled, so obviously not stock), it won't pass some of the tests. I'm going on notes, so bear with me a bit. On 3/30 (a bit ago), it looked to me like there may have been a library incompatibility and just linking sendmail against openldap was causing it to fail its self tests (during the build). Sendmail was playing some games with timers (their own copy of "sleep", for example) and my thought was that there was some incompatible itimer stuff going on between the two in later versions of the LDAP libraries. I just never got a chance to chase it down all the way and propose patches.