Date: Wed, 21 Mar 2007 19:52:51 -0500 From: Jeffrey Goldberg <jeffrey@goldmark.org> To: Kris Kennaway <kris@obsecurity.org> Cc: RW <fbsd06@mlists.homeunix.com>, freebsd-questions@freebsd.org Subject: Re: Summary: Tell portupgrade to use passive ftp Message-ID: <9F2002A1-C336-48D0-A9BA-B43A3E80ABAD@goldmark.org> In-Reply-To: <20070321225011.GA60066@xor.obsecurity.org> References: <0EE4A357-FB1C-410D-BDF2-AF3A8BC7736B@goldmark.org> <20070319143905.7c69cc41@gumby.homeunix.com> <823E470A-93A8-4B6B-899A-E337FB75CABD@goldmark.org> <20070321225011.GA60066@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 21, 2007, at 5:50 PM, Kris Kennaway wrote: > On Wed, Mar 21, 2007 at 05:29:03PM -0500, Jeffrey Goldberg wrote: > >> <Rant> >> As far as I can tell this and many other configuration options >> are not >> documented anywhere outside of the .mk files themselves. Is that >> really how >> things should be? >> </Rant> > Let me tell you a totally awesome secret: YOU HAVE THE POWER TO CHANGE > THIS! :-D omg Yes, I know. But I should never be trusted to organize a project, and this is far too much for one person: $ cd /usr/ports/Mk $ sed -n 's/^ *\([a-zA-Z0-9_]*\)?\{0,1\}=.*$/\1/p' *.mk | sort | uniq | wc -l 1593 If someone else is coordinating a project to document all of those, I'd be happy to contribute. Cheers, -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9F2002A1-C336-48D0-A9BA-B43A3E80ABAD>