From owner-freebsd-ports@FreeBSD.ORG Fri Jan 8 13:45:37 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6DEA1065670 for ; Fri, 8 Jan 2010 13:45:37 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 84C048FC15 for ; Fri, 8 Jan 2010 13:45:37 +0000 (UTC) Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 761FB1E057; Fri, 8 Jan 2010 14:45:34 +0100 (CET) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 3560716049; Fri, 8 Jan 2010 14:45:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 22BF316048; Fri, 8 Jan 2010 14:45:36 +0100 (CET) Date: Fri, 8 Jan 2010 14:45:36 +0100 (CET) From: Gerald Pfeifer To: freebsd-ports@coreland.ath.cx In-Reply-To: <20100108111533.GA24638@logik.internal.network> Message-ID: References: <20100108111533.GA24638@logik.internal.network> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-ports@freebsd.org Subject: Re: GNAT and LAPACK X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2010 13:45:37 -0000 On Fri, 8 Jan 2010, freebsd-ports@coreland.ath.cx wrote: > This appears to be the correct list of files that only apply to GNAT: > > http://coreland.ath.cx/tmp/gnat-dist.txt Note that if you want to combine this with lang/gcc44 as I had suggested you'll need something like TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} CONFIGURE_ARGS+= --libdir=${TARGLIB} \ --libexecdir=${LIBEXEC} in your port. Glimpsing at the list your created, it does look good to me. Gerald