Date: Sun, 27 Jul 2003 19:48:32 -0700 From: Kent Stewart <kstewart@owt.com> To: Kris Kennaway <kris@obsecurity.org>, Stephen Hilton <nospam@hiltonbsd.com> Cc: freebsd-ports@freebsd.org Subject: Re: make index problems Message-ID: <200307271948.32859.kstewart@owt.com> In-Reply-To: <20030727235101.GA81204@rot13.obsecurity.org> References: <20030726123021.2e3e3c79.nospam@hiltonbsd.com> <20030727113043.5e923f6d.nospam@hiltonbsd.com> <20030727235101.GA81204@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 27 July 2003 04:51 pm, Kris Kennaway wrote: > On Sun, Jul 27, 2003 at 11:30:43AM -0500, Stephen Hilton wrote: > > Went to /usr/ports/print and did: > > # rm -rf pips* > > > > To remove all the print/pips* related ports. > > > > Now "make index" runs clean on my 4.8-STABLE system cvsup'd > > last night. > > What happens if you restore the pips ports, then do > > cd /usr/ports/print/pips800 > make describe > ruby# make describe "Makefile", line 60: Malformed conditional (${PRTYPE} == 780cs) "Makefile", line 63: Malformed conditional (${PRTYPE} == 820ug) make: fatal errors encountered -- cannot continue Now, if you quote the string stored in PRTYPE and then quote the string compares, you don't have a problem. All of this seemed to pop up when the do_string_compare in ../usr.bin/make/cond.c was updated. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307271948.32859.kstewart>