From owner-freebsd-ports@FreeBSD.ORG Tue Aug 14 23:48:46 2007 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 49AD916A419 for ; Tue, 14 Aug 2007 23:48:46 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-4.eunet.yu [194.247.192.229]) by mx1.freebsd.org (Postfix) with ESMTP id B217913C469 for ; Tue, 14 Aug 2007 23:48:45 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-213-51.eunet.yu [213.198.213.51]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l7ENmeTY012832; Wed, 15 Aug 2007 01:48:41 +0200 Message-Id: <200708142348.l7ENmeTY012832@eunet.yu> Date: Wed, 15 Aug 2007 01:43:45 +0200 From: Nikola Lecic To: "Scot Hetzel" In-Reply-To: <790a9fff0708141639h4a805f95n6519c40dc5dcd20a@mail.gmail.com> References: <790a9fff0708141639h4a805f95n6519c40dc5dcd20a@mail.gmail.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_40,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.2 Cc: James , freebsd-ports@freebsd.org Subject: Re: lam/MPI with trillium libraries 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: Tue, 14 Aug 2007 23:48:46 -0000 On Tue, 14 Aug 2007 18:39:08 -0500 "Scot Hetzel" wrote: > On 8/14/07, James wrote: > > I'm looking to build a copy of a debugging program called XMPI. For > > this to work, I have to have lam/MPI installed with the trillium > > libraries. > > > > I couldn't see any easy way to tell the net/lam port to install > > itself with these libraries, though it makes some measure of sense > > to me that there ought to be one. Is anyone out there aware of any > > way to do this? It's typically passed as a flag > > during ./configure, so if I'm just uninformed as to the ways of > > ports and there's an easy way to pass that in, that'd be a great > > solution. > > >=20 > Edit the ports Makefile and add the flag to CONFIGURE_ARGS. >=20 > If you want to make this flag conditional, add: >=20 > .if defined(WITH_MYOPTION) > CONFIGURE_ARGS+=3D --enable-my-option > .endif >=20 > after "CONFIGURE_ARGS=3D" in the Makefile. Yes, but changes like this will be erased by 'portsnap fetch update' after the next net/lam port revision. Nikola Le=C4=8Di=C4=87