From owner-freebsd-ports@FreeBSD.ORG Sun Jul 27 19:48:38 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9766037B401 for ; Sun, 27 Jul 2003 19:48:38 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 021E343F93 for ; Sun, 27 Jul 2003 19:48:38 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id h6S2mXk26038; Sun, 27 Jul 2003 19:48:33 -0700 From: Kent Stewart To: Kris Kennaway , Stephen Hilton Date: Sun, 27 Jul 2003 19:48:32 -0700 User-Agent: KMail/1.5.2 References: <20030726123021.2e3e3c79.nospam@hiltonbsd.com> <20030727113043.5e923f6d.nospam@hiltonbsd.com> <20030727235101.GA81204@rot13.obsecurity.org> In-Reply-To: <20030727235101.GA81204@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307271948.32859.kstewart@owt.com> cc: freebsd-ports@freebsd.org Subject: Re: make index problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 02:48:38 -0000 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