Date: Sat, 15 May 2004 11:09:52 -0700 From: Kent Stewart <kstewart@owt.com> To: freebsd-ports@freebsd.org Cc: Jim Arnold <jarnold@knightridder.com> Subject: Re: vba error Message-ID: <200405151109.52556.kstewart@owt.com> In-Reply-To: <20040515161435.GC1862@isis.wad.cz> References: <p0610050bbccbee8ae3a9@[192.168.0.4]> <20040515161435.GC1862@isis.wad.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 15 May 2004 09:14 am, Roman Neuhauser wrote: > # jarnold@knightridder.com / 2004-05-15 11:59:54 -0400: > > spike# /usr/local/sbin/portsdb -Uu > > Updating the ports index ... Generating INDEX.tmp - please > > wait..=3D=3D=3D> emulators/vba failed: > > "/home/ports/emulators/vba/Makefile", line 31: warning: String > > comparison operator should be either =3D=3D or !=3D > > "/home/ports/emulators/vba/Makefile", line 31: Malformed > > conditional ((${OSVERSION} < 500035)) > > "/home/ports/emulators/vba/Makefile", line 31: Missing dependency > > operator "/home/ports/emulators/vba/Makefile", line 33: if-less > > endif "/home/ports/emulators/vba/Makefile", line 33: Need an > > operator make: fatal errors encountered -- cannot continue > > *** Error code 1 > > 1 error > > > > ******************************************************************* > >* Before reporting this error, verify that you are running a > > supported version of FreeBSD (see http://www.FreeBSD.org/ports/) > > which says: > > The Ports Collection supports the latest release on the > FreeBSD-CURRENT and FreeBSD-STABLE branches. Older releases are not > supported and may or may not work correctly with an up-to-date ports > collection. Over time, changes to the ports collection may rely on > features that are not present in older releases. Wherever > convenient, we try not to gratuitously break support for recent > releases, but it is sometimes unavoidable. When this occurs, patches > contributed by the user community to maintain support for older > releases will usually be committed. > It also looks like another of those extraneous "(" ")" pairs on =2Eif (${OSVERSION} < 500035) =46rom what has happened in the past, remove the outside pair around=20 OSVERSION such that you have ".if $(OSVERSION" and you shouldn't have=20 any problem. Kent > > FreeBSD spike 4.7-STABLE FreeBSD 4.7-STABLE #3: Mon Dec 2 19:23:24 > > EST 2002 root@spike:/usr/src/sys/compile/MYBSD i386 =2D-=20 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?200405151109.52556.kstewart>