From owner-svn-ports-head@FreeBSD.ORG Tue May 12 03:26:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 287F655D; Tue, 12 May 2015 03:26:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16BC61657; Tue, 12 May 2015 03:26:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4C3QMDu071335; Tue, 12 May 2015 03:26:22 GMT (envelope-from maho@FreeBSD.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4C3QMfl071334; Tue, 12 May 2015 03:26:22 GMT (envelope-from maho@FreeBSD.org) Message-Id: <201505120326.t4C3QMfl071334@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: maho set sender to maho@FreeBSD.org using -f From: Maho Nakata Date: Tue, 12 May 2015 03:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386116 - head/math/suitesparse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 03:26:23 -0000 Author: maho Date: Tue May 12 03:26:22 2015 New Revision: 386116 URL: https://svnweb.freebsd.org/changeset/ports/386116 Log: Use bsd.options.desc.mk for descriptions Suggested by: demon@ Modified: head/math/suitesparse/Makefile Modified: head/math/suitesparse/Makefile ============================================================================== --- head/math/suitesparse/Makefile Tue May 12 02:41:12 2015 (r386115) +++ head/math/suitesparse/Makefile Tue May 12 03:26:22 2015 (r386116) @@ -17,16 +17,11 @@ LICENSE_COMB= multi USES= fortran gmake OPTIONS_RADIO= BLAS -OPTIONS_RADIO_BLAS= OPENBLAS REFERENCE ATLAS +OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS OPTIONS_DEFAULT= OPENBLAS -OPENBLAS_DESC= Openblas OPENBLAS_USES= blaslapack:openblas - -REFERENCE_DESC= Blas / Lapack -REFERENCE_USES= blaslapack:netlib - -ATLAS_DESC= ATLAS +NETLIB_USES= blaslapack:netlib ATLAS_USES= blaslapack:atlas .if defined (WITH_METIS)