From owner-freebsd-questions@FreeBSD.ORG Tue Feb 6 15:50:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63FF016A401 for ; Tue, 6 Feb 2007 15:50:19 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id ECB2313C4B2 for ; Tue, 6 Feb 2007 15:50:18 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1563175uge for ; Tue, 06 Feb 2007 07:50:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gGFUFtkhd2frZxkZEANb4wxn+RnKOHCHq5Xd6DZYOnMtcmesM7kuGBvuKHbbXfwT6Lrerka7Y0Q0dUvZe5qAufUJOwCSSHfXQ2mrmNlNYs0W50zIpM028LEXdYajN3verU3pWtrhc+/r8BhtCQ99ZqifnPigRD0SlO25s9jyDeA= Received: by 10.82.113.6 with SMTP id l6mr4665193buc.1170777016669; Tue, 06 Feb 2007 07:50:16 -0800 (PST) Received: by 10.82.151.15 with HTTP; Tue, 6 Feb 2007 07:50:16 -0800 (PST) Message-ID: <80f4f2b20702060750h3da6d5w4ac11d9796d63efb@mail.gmail.com> Date: Tue, 6 Feb 2007 10:50:16 -0500 From: "Jim Stapleton" To: "Bill Moran" , freebsd-questions@freebsd.org In-Reply-To: <20070206103203.2af028f5.wmoran@collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20702060716s72ee39c9j7efc25cb9ea370d3@mail.gmail.com> <20070206103203.2af028f5.wmoran@collaborativefusion.com> Cc: Subject: Re: I'd like to do my bit to support FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 15:50:19 -0000 Thanks, that doesn't look like a challange at all. Guess I'll have some fun with it when I get home. -Jim Stapleton On 2/6/07, Bill Moran wrote: > In response to "Jim Stapleton" : > > I've found quite a few tricks and techniques for handling FreeBSD's > > ports system when things go south. I'd like to add them to the > > handbook, adding, lets say "4.5.6 - When Ports Attack". > > > > OK, really it'd be more along the lines of "4.5.6 - Installing Ports > > When Things Go Wrong" > > > > It would give hints that I've aquired over time from the mailing list, > > or my own use: > > 1) config-recursive (my most recent gem aquired from you nice people!) > > 2) Keeping flag-sets in your make.conf (basically several sets of > > CFLAGS/CXXFLAGS, so if something fails, you can quickly try something > > else) > > 3) How to remove a broken dependancy (read: how to figure the next > > port up, the list, and then configure that port to remove the > > dependancy) > > 4) Rolling back your ports tree to an earlier date or dates, but > > globally or one port at a time > > 5) determining which step will fix your problem. > > > > > > Now, as far as I know this would requre: > > 1) Downloading the doc group of the ports tree to it's own special > > directory, keeping the CVS flags in tact - I should be able to do this > > 2) Editing the file of interest - trivial beyond belief > > 3) ??Generating the file?? > > Start here: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html > > As you read through that, you'll probably be pleasantly surprised how > well organized and automated everything is. I know I was. > > > 4) ??Submitting the diffs?? > > Also covered in the above link. > > Once you've generated your docs (step #3) you can post your modified > copy to your personal website and direct people to it to get feedback > and suggestions. There's also a dedicated mailing list for the > documentation project: > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > which was very helpful when I was doing my first submits. > > Thanks for stepping up to help out! > > -- > Bill Moran > Collaborative Fusion Inc. >