From owner-cvs-all@FreeBSD.ORG Sat Feb 11 09:11:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B01FF16A422; Sat, 11 Feb 2006 09:11:24 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6051043D49; Sat, 11 Feb 2006 09:11:24 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1B9BOS9012521; Sat, 11 Feb 2006 09:11:24 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1B9BOgL012520; Sat, 11 Feb 2006 09:11:24 GMT (envelope-from maho) Message-Id: <200602110911.k1B9BOgL012520@repoman.freebsd.org> From: Maho Nakata Date: Sat, 11 Feb 2006 09:11:24 +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/math/atlas-devel Makefile pkg-plist ports/math/atlas-devel/files patch-config.c patch-tune+sysinfo+getSysSum.c timing_tolerance-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 09:11:24 -0000 maho 2006-02-11 09:11:24 UTC FreeBSD ports repository Modified files: math/atlas-devel Makefile pkg-plist math/atlas-devel/files patch-config.c Added files: math/atlas-devel/files timing_tolerance-patch Removed files: math/atlas-devel/files patch-tune+sysinfo+getSysSum.c Log: o Do not build static libraries in default setting; this reduce the build time by half. o Add support for Pentium D o timing_torerance patch is now activated via knob; this significantly reduce the build time. A lot of discussion with: "Pedro F. Giffuni" Revision Changes Path 1.31 +53 -17 ports/math/atlas-devel/Makefile 1.11 +16 -14 ports/math/atlas-devel/files/patch-config.c 1.2 +0 -12 ports/math/atlas-devel/files/patch-tune+sysinfo+getSysSum.c (dead) 1.1 +12 -0 ports/math/atlas-devel/files/timing_tolerance-patch (new) 1.2 +12 -12 ports/math/atlas-devel/pkg-plist