From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 14:13:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E473B1065674 for ; Fri, 11 Apr 2008 14:13:27 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id EB5218FC12 for ; Fri, 11 Apr 2008 14:13:25 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id m3BEBhTv085308 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Fri, 11 Apr 2008 16:11:44 +0200 (SAST) (envelope-from jonathan@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Fri, 11 Apr 2008 16:13:44 +0200 User-Agent: KMail/1.7.2 References: <20080411155548.M48993@gwdu60.gwdg.de> In-Reply-To: <20080411155548.M48993@gwdu60.gwdg.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804111613.44580.jonathan@hst.org.za> X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Subject: Re: [7.0] Openldap client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 14:13:28 -0000 On Friday 11 April 2008 16:03, Konrad Heuer wrote: > On Fri, 11 Apr 2008, karim.bourenane@orange-ftgroup.com wrote: > > > fetch: http://www.padl.com/download/nss_ldap-257.tar.gz: size mismatch: > > expected 229242, actual 229299 > > > > Anyone, can tell me, how to install openldap client on Freebsd 7-Stable ? > > I do not know why /usr/ports/net/nss_ldap/distinfo contains a different > file size (and probably inappropriate checksums), but you can just edit > /usr/ports/net/nss_ldap/distinfo and put in what you find (start with size > only, later by using md5 and sha256 utilities in /sbin to calculate > checksums after the file has been fetched /usr/ports/distfiles). Check - the most recent checkin message (2007-12-16) states that the original author rerolled the distfile without making any changes. There are at least a couple of ports where distributors sometimes repackage the source tarball and don't bother to change the version number because they haven't changed anything else. You can either choose to ignore, or manually change, the filesize and checksum, or just bring the ports tree up to date and try again. Jonathan