From owner-freebsd-questions Sat Apr 8 12:16:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 38DDF37B5CD; Sat, 8 Apr 2000 12:16:42 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.114]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sat, 8 Apr 2000 12:27:06 -0700 Message-ID: <38EF8589.7A332E60@3-cities.com> Date: Sat, 08 Apr 2000 12:16:25 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: lioux@uol.com.br, Bush Doctor , FreeBSD-ports@FreeBSD.ORG, "David J. Kanter" , FreeBSD Questions , davec@unforgettable.com Subject: Re: ports/devel/codecrusader Makefile Fixes References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> <38EC1472.28B209C7@3-cities.com> <20000406170029.B98981@goku.cl.msu.edu> <38EE5DB0.4C9F3668@3-cities.com> <20000408023230.A346@Fedaykin.here> <38EEDFCE.58F84D5C@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My line number for the extra space in the ports/devel/codecrusader/patches patch-ac line number was wrong. Mr. Kanter tried to find it and noticed that line 87-88 were similar to what I was talking about. It turns out that in the lines 87-88 - @mkdir ${JCC} ${JCC}/ctags + @mkdir ${JCC} that there is no space after the - in the first line but there is a space after the + in the second line. If you edit patch-ac with vi and space over the minus, you jump to the "@". That doesn't happen on the line with the "+". I removed the space after the + and could do a port build of codecrusader on my Freebsd 3.4 system. I had previously checked that bison was installed on both systems. The define changes are required before ACE 5.0.2 will compile on 4.0. Note: A cut and paste into the email fills with spaces. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message