From owner-freebsd-ports@FreeBSD.ORG Tue Aug 14 23:51:40 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 6FC0916A417 for ; Tue, 14 Aug 2007 23:51:40 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-7.EUnet.yu (smtpclu-7.eunet.yu [194.247.192.232]) by mx1.freebsd.org (Postfix) with ESMTP id DB85A13C4A5 for ; Tue, 14 Aug 2007 23:51:39 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-213-51.eunet.yu [213.198.213.51]) by smtpclu-7.EUnet.yu (8.13.6/8.13.6) with ESMTP id l7EMkYgf014371; Wed, 15 Aug 2007 00:46:35 +0200 Message-Id: <200708142246.l7EMkYgf014371@smtpclu-7.EUnet.yu> Date: Wed, 15 Aug 2007 01:46:38 +0200 From: Nikola Lecic To: freebsd-ports@freebsd.org In-Reply-To: References: 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 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:51:40 -0000 On Tue, 14 Aug 2007 16:56:04 -0600 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. >=20 > 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. Hi James, The default configure args for that port are CONFIGURE_ARGS=3D --with-rsh=3Dssh So, if you just want to do 'make install', then # make CONFIGURE_ARGS=3D' --with-rsh=3Dssh --with-....' # make install clean or, if you use portupgrade, add MAKE_ARGS =3D { 'net/lam' =3D> ' --with-rsh=3Dssh --with-....', ... } to your /usr/local/etc/pkgtools.conf to save them for future upgrades. There are also other ways to preserve make options. Nikola Le=C4=8Di=C4=87