From owner-cvs-ports@FreeBSD.ORG Wed Jul 2 14:39:37 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD5E37B401; Wed, 2 Jul 2003 14:39:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C7743FBF; Wed, 2 Jul 2003 14:39:36 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h62Lda0U040514; Wed, 2 Jul 2003 14:39:36 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h62LdavV040513; Wed, 2 Jul 2003 14:39:36 -0700 (PDT) Message-Id: <200307022139.h62LdavV040513@repoman.freebsd.org> From: Maho Nakata Date: Wed, 2 Jul 2003 14:39:36 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/atlas Makefile pkg-plist ports/math/atlas/files non-thread-patch patch-config.c thread-patch X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 02 Jul 2003 21:39:37 -0000 maho 2003/07/02 14:39:36 PDT FreeBSD ports repository Modified files: math/atlas Makefile pkg-plist math/atlas/files patch-config.c thread-patch Added files: math/atlas/files non-thread-patch Log: build both threaded/non-threaded libraries which introduced some kludge... Reported by: kris (broken on bento for lapack++) Suggestion from: "Pedro F. Giffuni" Revision Changes Path 1.11 +52 -23 ports/math/atlas/Makefile 1.1 +18 -0 ports/math/atlas/files/non-thread-patch (new) 1.6 +3 -4 ports/math/atlas/files/patch-config.c 1.2 +20 -3 ports/math/atlas/files/thread-patch 1.4 +26 -5 ports/math/atlas/pkg-plist