Date: Wed, 30 Sep 2009 07:49:21 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/139248: [PATCH] math/ltl: Fixed problem reported by pointyhat and make bump. Message-ID: <20090930104921.3BD9534974A@fbsd9i386.scjamorim.org> Resent-Message-ID: <200909301050.n8UAo30m092847@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139248 >Category: ports >Synopsis: [PATCH] math/ltl: Fixed problem reported by pointyhat and make bump. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 30 10:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD fbsd9i386.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r197551: Mon Sep 28 03:46:59 BRT >Description: - Added support to the lib BLAS and LAPLACK - BUMP PORTREVISION You can see the log in my tinderbox: AMD64 http://www.scjamorim.org/Home/ltl-1.9.1_1-6amd64.log http://www.scjamorim.org/Home/ltl-1.9.1_1-7amd64.log i386 http://www.scjamorim.org/Home/ltl-1.9.1_1-6i386.log http://www.scjamorim.org/Home/ltl-1.9.1_1-7i386.log Port maintainer (rossiya@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ltl-1.9.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/ltl/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 19 Sep 2009 19:37:57 -0000 1.6 +++ Makefile 30 Sep 2009 10:44:15 -0000 @@ -8,12 +8,16 @@ PORTNAME= ltl PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.mpe.mpg.de/~drory/ltl/ MAINTAINER= rossiya@gmail.com COMMENT= A C++ class SSE library for scientific computing +LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack \ + blas.2:${PORTSDIR}/math/blas + USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:22 @@ -21,7 +25,7 @@ MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX} MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" -INSTALL_TARGET= install install-data check distdir +INSTALL_TARGET= install install-data distdir PORTDOCS= *.html --- ltl-1.9.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090930104921.3BD9534974A>