From owner-freebsd-ports Mon Apr 13 06:25:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA22782 for freebsd-ports-outgoing; Mon, 13 Apr 1998 06:25:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ceia.nordier.com (m2-36-dbn.dial-up.net [196.34.155.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22776 for ; Mon, 13 Apr 1998 13:25:48 GMT (envelope-from rnordier@iafrica.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.8/8.6.12) id PAA13330; Mon, 13 Apr 1998 15:24:03 +0200 (SAT) From: Robert Nordier Message-Id: <199804131324.PAA13330@ceia.nordier.com> Subject: Re: TenDRA on 3.0-currnet In-Reply-To: <19980412220627.01570@hydrogen.nike.efn.org> from John-Mark Gurney at "Apr 12, 98 10:06:27 pm" To: gurney_j@resnet.uoregon.edu Date: Mon, 13 Apr 1998 15:24:01 +0200 (SAT) Cc: scottm@cs.ucla.edu, freebsd-ports@FreeBSD.ORG, asami@vader.cs.berkeley.edu X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John-Mark Gurney wrote: > Scott Michel scribbled this message on Apr 12: > > There appears to be some dependency in 'make install' which makes > > TenDRA want to change file modes on a directory named '2.2.1-RELEASE'. > > Which doesn't bode well for -current users. > > basicly the problem is that TenDRA uses a directory based on uname -r, > so that we need to generate it on the fly... > > Asami, how do we do this from the port makefile? it you give me > when/where this is suppose to happen, I'll make the changes to the > PLIST and Makefile neccessary... The current problem is that my submitted PLIST, which contained lines of the form lib/TenDRA/machines/freebsd/%OSREL%/80x86/bin/calculus has been changed to the form lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/calculus If you want to stick with "2.2.1-RELEASE" in place of "%OSREL%" for some reason, you will have to change the Makefile too: @${SED} 's:%OSREL%:${OSREL}:' ${PLIST} >${PLIST}.tmp ^^^^^^^^ -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message