svn commit: r356243 - head/math/openblas

Carlo Strub cs at FreeBSD.org
Mon Jun 2 18:40:06 UTC 2014


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 at 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 <bsd.port.options.mk>
 
 .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


More information about the svn-ports-head mailing list