Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5722863BA69 for ; Fri, 2 Jul 2010 21:59:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id EF94763B102; Fri, 2 Jul 2010 21:59:40 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 21A1063B101 for ; Fri, 2 Jul 2010 21:59:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 04668175DD; Fri, 2 Jul 2010 21:59:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 2 Jul 2010 21:59:39 +0000 From: Aleksej Saushev Subject: CVS commit: pkgsrc/lang/sbcl To: pkgsrc-changes@NetBSD.org Reply-To: asau@netbsd.org X-Mailer: log_accum Message-Id: <20100702215940.04668175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: asau Date: Fri Jul 2 21:59:39 UTC 2010 Modified Files: pkgsrc/lang/sbcl: Makefile distinfo Log Message: Update to SBCL 1.0.40 Changes in sbcl-1.0.40 relative to sbcl-1.0.39: * bug fix: readdir now works on :inode64 darwin builds (lp#592897) * bug fix: Name conflicts between symbols passed as arguments to a single call to IMPORT no longer add multiple symbols with the same name to the package (detectable via DO-SYMBOLS). * bug fix: support building without the dlshim on darwin x86 and x86-64 (lp#533470). * bug fix: TRACE :ENCAPSULATE NIL now works on ppc/linux. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/sbcl/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/sbcl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.