From owner-svn-ports-all@FreeBSD.ORG Mon Jun 2 18:40:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 100659ED; Mon, 2 Jun 2014 18:40:06 +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 F2A52267A; Mon, 2 Jun 2014 18:40:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s52Ie5hl058713; Mon, 2 Jun 2014 18:40:05 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s52Ie5q6058712; Mon, 2 Jun 2014 18:40:05 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201406021840.s52Ie5q6058712@svn.freebsd.org> From: Carlo Strub Date: Mon, 2 Jun 2014 18:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356243 - head/math/openblas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 18:40:06 -0000 Author: cs Date: Mon Jun 2 18:40:05 2014 New Revision: 356243 URL: http://svnweb.freebsd.org/changeset/ports/356243 QAT: https://qat.redports.org/buildarchive/r356243/ Log: Support staging PR: ports/190442 Submitted by: phd_kimberlite@yahoo.co.jp (maintainer) Modified: head/math/openblas/Makefile Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Mon Jun 2 18:29:22 2014 (r356242) +++ head/math/openblas/Makefile Mon Jun 2 18:40:05 2014 (r356243) @@ -3,7 +3,7 @@ PORTNAME= openblas PORTVERSION= 0.2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \ NL:lapack_tmg @@ -48,7 +48,6 @@ AVX_DESC= Support Advanced Vector Exten OPTIONS_DEFAULT= DYNAMIC_ARCH .endif -NO_STAGE= yes .include .if defined(TARGET_CPU_ARCH) @@ -160,8 +159,8 @@ benchmark: build do-install: cd ${WRKDIR}/lib ; \ ${INSTALL_DATA} ${OPENBLAS_LIBS:S|$|.a|} ${OPENBLAS_LIBS:S|$|.so.${OPENBLAS_SVER}|} \ - ${PREFIX}/lib/ - cd ${PREFIX}/lib ; \ + ${STAGEDIR}${PREFIX}/lib/ + cd ${STAGEDIR}${PREFIX}/lib ; \ for i in ${OPENBLAS_LIBS:S|$|.so|}; do \ ${LN} -sf $$i.${OPENBLAS_SVER} $$i ; \ done