Date: Mon, 13 Apr 1998 15:24:01 +0200 (SAT) From: Robert Nordier <rnordier@iafrica.com> To: gurney_j@resnet.uoregon.edu Cc: scottm@cs.ucla.edu, freebsd-ports@FreeBSD.ORG, asami@vader.cs.berkeley.edu Subject: Re: TenDRA on 3.0-currnet Message-ID: <199804131324.PAA13330@ceia.nordier.com> In-Reply-To: <19980412220627.01570@hydrogen.nike.efn.org> from John-Mark Gurney at "Apr 12, 98 10:06:27 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804131324.PAA13330>