From owner-cvs-ports@FreeBSD.ORG Fri Oct 15 23:04:08 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 582401065672; Fri, 15 Oct 2010 23:04:08 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 468698FC12; Fri, 15 Oct 2010 23:04:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9FN47uc046521; Fri, 15 Oct 2010 23:04:07 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9FN4735046520; Fri, 15 Oct 2010 23:04:07 GMT (envelope-from stas) Message-Id: <201010152304.o9FN4735046520@repoman.freebsd.org> From: Stanislav Sedov Date: Fri, 15 Oct 2010 23:04:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/sbcl Makefile distinfo pkg-plist ports/lang/sbcl/files patch-disable-failing-tests patch-install.sh X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 15 Oct 2010 23:04:08 -0000 stas 2010-10-15 23:04:07 UTC FreeBSD ports repository Modified files: lang/sbcl Makefile distinfo pkg-plist Added files: lang/sbcl/files patch-disable-failing-tests Removed files: lang/sbcl/files patch-install.sh Log: - Update to 1.0.43. [1] - Allow memory upper bound on amd64, too. [1] - Respect CC, *FLAGS, and toolchain-related variables. [1] - Disable failing tests on threaded build: mailbox.interrupts-safety.1 and get-protocol-by-name/error. [2] - Prevent local SBCL_HOME from interfering with installation. [2] - Delete both .bak *and* .orig files in WRKSRC. [2] - Install supplied documentation, both for the SBCL itself and the modules. - Provide a way to install HTML, PDF and PS versions of manuals. Install PDF and HTML by defaul. - Substitue the correct build date in sbcl.1 manual page before installing. - Don't install empty dirs and other temporary files. - Respect NOPORTDOCS. PR: ports/146623 Submitted by: bf [1], Anonymous [2] Revision Changes Path 1.78 +142 -27 ports/lang/sbcl/Makefile 1.63 +3 -3 ports/lang/sbcl/distinfo 1.1 +20 -0 ports/lang/sbcl/files/patch-disable-failing-tests (new) 1.4 +0 -14 ports/lang/sbcl/files/patch-install.sh (dead) 1.44 +50 -82 ports/lang/sbcl/pkg-plist