From owner-svn-ports-all@FreeBSD.ORG Wed Jun 18 16:16:41 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 73203EA0; Wed, 18 Jun 2014 16:16:41 +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 43DAD24C7; Wed, 18 Jun 2014 16:16:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5IGGfGb032968; Wed, 18 Jun 2014 16:16:41 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5IGGepA032966; Wed, 18 Jun 2014 16:16:40 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406181616.s5IGGepA032966@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 18 Jun 2014 16:16:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358285 - head/math/libtsnnls 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: Wed, 18 Jun 2014 16:16:41 -0000 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 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