From owner-freebsd-ports@FreeBSD.ORG Sat Feb 7 17:07:28 2004 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 A6CC416A4CE for ; Sat, 7 Feb 2004 17:07:28 -0800 (PST) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF2943D2F for ; Sat, 7 Feb 2004 17:07:28 -0800 (PST) (envelope-from adam.mclaurin@gmx.net) Received: from 146-115-126-186.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([146.115.126.186] helo=jake) by smtp02.mrf.mail.rcn.net with smtp (Exim 3.35 #4) id 1ApdPz-0002ck-00 for ports@freebsd.org; Sat, 07 Feb 2004 20:07:27 -0500 Date: Sat, 7 Feb 2004 20:07:26 -0500 From: Adam McLaurin To: ports@freebsd.org Message-Id: <20040207200726.379d9dbf.adam.mclaurin@gmx.net> In-Reply-To: <20040207222950.GA80431@xor.obsecurity.org> References: <20040207054147.3c6f693f.adam.mclaurin@gmx.net> <20040207104533.GA69370@xor.obsecurity.org> <20040207085454.3db4c654.adam.mclaurin@gmx.net> <20040207090924.6ffec27b.adam.mclaurin@gmx.net> <20040207222950.GA80431@xor.obsecurity.org> Organization: X-Mailer: Sylpheed version 0.9.8a-gtk2-20040109 (GTK+ 2.2.4; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Problems with www/linux-beonex Makefile 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: Sun, 08 Feb 2004 01:07:28 -0000 On Sat, 7 Feb 2004 14:29:50 -0800 Kris Kennaway wrote: > On Sat, Feb 07, 2004 at 09:09:24AM -0500, Adam McLaurin wrote: > > On Sat, 7 Feb 2004 08:54:54 -0500 > > Adam McLaurin wrote: > > > > > I count 10. > > > > > > > > Kris > > > > > > > > > > Whoops, you're right, I can't count. The problem must be somewhere > > > else. > > > Let me generate a log .. > > > > Alright, here's a log of my failed 'make index' and the botched > > INDEX-5: > > http://www.tranceambient.com:8000/public/index.tgz > > > > I'm using the default ports-supfile as such: > > /usr/local/bin/cvsup -h cvsup12.FreeBSD.org -g -L 2 > > /usr/share/examples/cvsup/ports-supfile > > 'make describe' is dying for some reason..can you run that command and > show where it dies? > > Kris > Robert was right, it's dying at linuxpluginwrapper. (/usr/ports/www/linuxpluginwrapper) - (eskimo@ttyp2.jake) - (20:07:13) -$ make describe "Makefile", line 57: warning: String comparison operator should be either == or !="Makefile", line 57: Malformed conditional ((${OSVERSION} < 490102 || ${OSVERSION} >= 500000 && ${OSVERSION} < 501107) && !defined(PACKAGE_BUILDING))"Makefile", line 71: if-less endif "Makefile", line 71: Need an operator make: fatal errors encountered -- cannot continue -- Adam