From owner-freebsd-questions@FreeBSD.ORG Sat Mar 28 12:06:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39A17106567D for ; Sat, 28 Mar 2009 12:06:47 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id E3C3A8FC0A for ; Sat, 28 Mar 2009 12:06:46 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 28 Mar 2009 08:06:46 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.4-GA) with ESMTP id PQG01624; Sat, 28 Mar 2009 08:06:45 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 28 Mar 2009 08:06:45 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18894.4820.862743.914129@jerusalem.litteratus.org> Date: Sat, 28 Mar 2009 08:06:44 -0400 To: Mel Flynn In-Reply-To: <200903281252.05083.mel.flynn+fbsd.questions@mailing.thruhere.net> References: <49CB957F.30807@waywood.co.uk> <49CCE5D3.6020900@waywood.co.uk> <200903281252.05083.mel.flynn+fbsd.questions@mailing.thruhere.net> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Barnaby Scott , Paul Schmehl , freebsd-questions@freebsd.org Subject: Re: Wine without X 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: Sat, 28 Mar 2009 12:06:48 -0000 Mel Flynn writes: > > Can I ask one more possibly really dumb question, to which I > > can find no answer: Is there a 'conventional', or sensible > > for one reason oranother, place to download application source to? > > Most systems I use or inherited use a variation of ~/src ~/cvs or > ~/svn, where src are the tarballs + their extracted source and > cvs/svn checkouts and/or exports. I have never done this, but if I were running a private ports tree I would be tempted to root it (if not on a separate partition) at "/usr/priv_ports" or something similar and have the structure minic /usr/ports whereever possible. The name would then be semi-intuitive, and a simple change of a few environment variables (perhaps in the login file of an account dedicated to working on those ports) would be all it took to change the framework. Robert Huff