Date: Sat, 22 Jan 2011 10:06:53 -0800 From: Carl Johnson <carlj@peak.org> To: freebsd-questions@freebsd.org Subject: Re: troubles rebuilding extensions.ini Message-ID: <87k4hw24oy.fsf@oak.localnet> In-Reply-To: <20110122081828.GA17465@thought.org> (Gary Kline's message of "Sat, 22 Jan 2011 00:18:28 -0800") References: <20110121234315.GA81778@thought.org> <4D3A1B89.6050108@herveybayaustralia.com.au> <AANLkTinBpmLfdUvG7BdtfoYgmGr=Ts5Q2w2zpk-Z%2BLtn@mail.gmail.com> <20110122064323.abafdd4d.freebsd@edvax.de> <20110122081828.GA17465@thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Gary Kline <kline@thought.org> writes: > On Sat, Jan 22, 2011 at 06:43:23AM +0100, Polytropon wrote: >> On Fri, 21 Jan 2011 22:57:07 -0500, Chris Brennan <xaero@xaerolimit.net> wrote: >> > make rmconfig will remove/reset the config to factory default, then make >> > config to restart fresh. >> >> And "make rmconfig-recursive" will do so for any other port >> the current port depends on. A very handy solution if the >> trouble hides in a dependency of a dependency... :-) >> >> Just see "man ports" for a list of all targets. >> > > Ye Gods. The ports manpage is almost unreadable. Not to > mention full of non-ASCII bytes. I'm beat. Throwing in the > towel for now. --Everything works except my own web server. > Thanks to the list ... and that's it for now. It should not have any non-ASCII characters, or at least not properly displayable ones. That probably means that you have the wrong locale set for whatever your display is. If you just want to see only ASCII, then try 'LANG=C man ports'. If that doesn't work then try setting LC_ALL=C instead of LANG=C. -- Carl Johnson carlj@peak.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87k4hw24oy.fsf>