From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 30 10:50:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5574B1065695 for ; Wed, 30 Sep 2009 10:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F4358FC50 for ; Wed, 30 Sep 2009 10:50:05 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8UAo3qX092848 for ; Wed, 30 Sep 2009 10:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8UAo30m092847; Wed, 30 Sep 2009 10:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 30 Sep 2009 10:50:03 GMT Resent-Message-Id: <200909301050.n8UAo30m092847@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C136106566B; Wed, 30 Sep 2009 10:49:01 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id F2DEA8FC40; Wed, 30 Sep 2009 10:49:00 +0000 (UTC) Received: by yxe1 with SMTP id 1so6877254yxe.3 for ; Wed, 30 Sep 2009 03:49:00 -0700 (PDT) Received: by 10.90.173.8 with SMTP id v8mr4329843age.98.1254307740207; Wed, 30 Sep 2009 03:49:00 -0700 (PDT) Received: from fbsd9i386.scjamorim.org (201.22.150.180.dynamic.adsl.gvt.net.br [201.22.150.180]) by mx.google.com with ESMTPS id 39sm806344agb.63.2009.09.30.03.48.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 30 Sep 2009 03:48:59 -0700 (PDT) Received: by fbsd9i386.scjamorim.org (Postfix, from userid 0) id 3BD9534974A; Wed, 30 Sep 2009 07:49:21 -0300 (BRT) Message-Id: <20090930104921.3BD9534974A@fbsd9i386.scjamorim.org> Date: Wed, 30 Sep 2009 07:49:21 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/139248: [PATCH] math/ltl: Fixed problem reported by pointyhat and make bump. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2009 10:50:05 -0000 >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: