Date: Sat, 08 Apr 2000 12:16:25 -0700 From: Kent Stewart <kstewart@3-cities.com> To: lioux@uol.com.br, Bush Doctor <dervish@goku.cl.msu.edu>, FreeBSD-ports@FreeBSD.ORG, "David J. Kanter" <djkanter@nwu.edu>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG>, davec@unforgettable.com Subject: Re: ports/devel/codecrusader Makefile Fixes Message-ID: <38EF8589.7A332E60@3-cities.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38EF8589.7A332E60>