From owner-freebsd-stable@FreeBSD.ORG Thu Sep 24 23:45:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD9921065679 for ; Thu, 24 Sep 2009 23:45:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 4960A8FC1A for ; Thu, 24 Sep 2009 23:45:38 +0000 (UTC) Received: (qmail 21605 invoked by uid 399); 24 Sep 2009 23:45:37 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 24 Sep 2009 23:45:37 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4ABC0481.9080000@FreeBSD.org> Date: Thu, 24 Sep 2009 16:45:05 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: "Peter C. Lai" References: <4ABA0E63.90209@eng.auth.gr> <20090923155402.GG81123@cesium.hyperfine.info> <4ABBF4B9.4070203@FreeBSD.org> <20090924224115.GU81123@cesium.hyperfine.info> In-Reply-To: <20090924224115.GU81123@cesium.hyperfine.info> X-Enigmail-Version: 0.96.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Base system's Heimdal with Openldap support? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2009 23:45:38 -0000 Peter C. Lai wrote: > What happens when you portupgrade? You will have to deal with rebuilding > that part of world? Not unless the shared library version number changes, that's the beauty of shared libraries. Doug