From owner-freebsd-questions@FreeBSD.ORG Fri Mar 27 17:28:08 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 7278B106564A for ; Fri, 27 Mar 2009 17:28:08 +0000 (UTC) (envelope-from prvs=pschmehl_lists=33096784f@tx.rr.com) Received: from ip-relay-001.utdallas.edu (ip-relay-001.utdallas.edu [129.110.20.111]) by mx1.freebsd.org (Postfix) with ESMTP id 402568FC14 for ; Fri, 27 Mar 2009 17:28:08 +0000 (UTC) (envelope-from prvs=pschmehl_lists=33096784f@tx.rr.com) X-Group: RELAYLIST X-IronPort-AV: E=Sophos;i="4.38,433,1233554400"; d="scan'208";a="9362097" Received: from smtp3.utdallas.edu ([129.110.20.110]) by ip-relay-001.utdallas.edu with ESMTP; 27 Mar 2009 11:59:28 -0500 Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTPSA id 8F0098361; Fri, 27 Mar 2009 11:59:28 -0500 (CDT) Date: Fri, 27 Mar 2009 16:59:28 +0000 From: Paul Schmehl To: Barnaby Scott Message-ID: In-Reply-To: <49CCE5D3.6020900@waywood.co.uk> References: <49CB957F.30807@waywood.co.uk> <49CCE5D3.6020900@waywood.co.uk> X-Mailer: Mulberry/4.0.6 (Linux/x86) X-Munged-Reply-To: Figure it out MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-questions@freebsd.org Subject: Re: Wine without X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2009 17:28:08 -0000 --On Friday, March 27, 2009 09:42:27 -0500 Barnaby Scott wrote: > > 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 or > another, place to download application source to? Presumably you don't > want it mixed up in the ports distfiles, or in the system's source > directory. I know this sounds very silly, and the answer might be > 'wherever you like', but I do like to learn the conventions which > usually have good reasons behind them. I don't know that there's a convention for it, but it makes good sense to separate any source installs from the base system and ports system. I use a folder named Downloads, put the tar files in there and then untar them. That creates a separate directory for each untarred source code and leaves the tarballs in the base directory. The more critical question is where should you install the software. By default wine installs everything in /usr/local/bin/, /usr/local/lib/wine, /usr/local/include/wine and /usr/local/share/wine, which agrees with the default locations for files of those types on FreeBSD. Some people prefer to install compiled-from-source software in other locations. It's really up to you. -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* Check the headers before clicking on Reply.