Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 16:16:40 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358285 - head/math/libtsnnls
Message-ID:  <201406181616.s5IGGepA032966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Jun 18 16:16:40 2014
New Revision: 358285
URL: http://svnweb.freebsd.org/changeset/ports/358285
QAT: https://qat.redports.org/buildarchive/r358285/

Log:
  1: Stagify.
  2: USES=libtool, bump version.
  3: new syntax of LIB_DEPENDS.
  
  Approved by:	portmgr@

Modified:
  head/math/libtsnnls/Makefile
  head/math/libtsnnls/pkg-plist

Modified: head/math/libtsnnls/Makefile
==============================================================================
--- head/math/libtsnnls/Makefile	Wed Jun 18 16:11:42 2014	(r358284)
+++ head/math/libtsnnls/Makefile	Wed Jun 18 16:16:40 2014	(r358285)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libtsnnls
 PORTVERSION=	2.3.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	http://www.jasoncantarella.com/downloads/
 
@@ -11,7 +11,7 @@ MAINTAINER=	tzhuan@gmail.com
 COMMENT=	Fast Sparse Nonnegative Least Squares Solver
 
 GNU_CONFIGURE=	yes
-USES=		fortran
+USES=		fortran libtool
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	GOTOBLAS ATLAS
@@ -19,7 +19,6 @@ GOTOBLAS_DESC=	Use gotoblas (conflict wi
 ATLAS_DESC=	Use atlas (conflict with USE_GOTOBLAS)
 # DMALLOC "Use dmalloc" off
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 WITH_BLAS=reference
@@ -36,16 +35,16 @@ WITH_BLAS=atlas
 #.endif
 
 .if ${WITH_BLAS} == reference
-LIB_DEPENDS+=blas.2:${PORTSDIR}/math/blas
-LIB_DEPENDS+=lapack.4:${PORTSDIR}/math/lapack
+LIB_DEPENDS+=	libblas.so:${PORTSDIR}/math/blas
+LIB_DEPENDS+=	liblapack.so:${PORTSDIR}/math/lapack
 BLAS=-lblas
 LAPACK=-llapack
 .elif ${WITH_BLAS} == gotoblas
-LIB_DEPENDS+=goto2:${PORTSDIR}/math/gotoblas
+LIB_DEPENDS+=	libgoto2.so:${PORTSDIR}/math/gotoblas
 BLAS=-lgoto2p
 LAPACK=-lgoto2p
 .elif ${WITH_BLAS} == atlas
-LIB_DEPENDS+=atlas:${PORTSDIR}/math/atlas
+LIB_DEPENDS+=	libatlas.so:${PORTSDIR}/math/atlas
 BLAS=-lptf77blas
 LAPACK=-lalapack -lptcblas
 .endif

Modified: head/math/libtsnnls/pkg-plist
==============================================================================
--- head/math/libtsnnls/pkg-plist	Wed Jun 18 16:11:42 2014	(r358284)
+++ head/math/libtsnnls/pkg-plist	Wed Jun 18 16:16:40 2014	(r358285)
@@ -7,8 +7,8 @@ include/libtsnnls/taucs_basic/taucs_conf
 include/libtsnnls/taucs_basic/taucs_config_tests.h
 include/libtsnnls/taucs_basic/taucs_private.h
 lib/libtsnnls.a
-lib/libtsnnls.la
 lib/libtsnnls.so
 lib/libtsnnls.so.0
+lib/libtsnnls.so.0.0.0
 @dirrm include/libtsnnls/taucs_basic
 @dirrm include/libtsnnls



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406181616.s5IGGepA032966>