From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 04:06:11 2010 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 6D0B6106564A for ; Mon, 29 Mar 2010 04:06:11 +0000 (UTC) (envelope-from mnorwick@centurytel.net) Received: from mail962c35.nsolutionszone.com (mail962c35.nsolutionszone.com [209.235.152.152]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8D78FC12 for ; Mon, 29 Mar 2010 04:06:10 +0000 (UTC) X-Authenticated-User: mnorwick.centurytel.net Received: from [192.168.1.12] (174-124-8-94.dyn.centurytel.net [174.124.8.94]) (authenticated bits=0) by mail962c35.nsolutionszone.com (8.13.6/8.13.1) with ESMTP id o2T15OJm014396 for ; Mon, 29 Mar 2010 01:05:26 GMT Message-ID: <4BAFFC4B.5010501@centurytel.net> Date: Sun, 28 Mar 2010 20:03:07 -0500 From: "Michael D. Norwick" User-Agent: Thunderbird 2.0.0.23 (X11/20090812) MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: When do binaries get removed? 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: Mon, 29 Mar 2010 04:06:11 -0000 Good evening; I am using; $uname -r $8.0-RELEASE under Sun VirtualBox 3.1.6. I am a long time Debian GNU/Linux user who has just installed the above release. I have installed and used FreeBSD in years past but that was around the 5.x-RELEASE. I have had a time installing applications from the ports tree (a story for another day) and finally resorted to installing binaries from the install dvd to get the full working X distribution. I wanted to start with the 'minimal' set of packages and build from there. At the moment I have the distributed binaries installed and am compiling/installing gcc 4.4 and friends. I have the current FreeBSD handbook but it does not seem to have the answer to the following question. When building and installing an application from ports, how does the original binary or script, in /usr/bin, /usr/lib, /usr/etc..., from the distribution, get removed? The make install foo command does not appear to symlink the original application location to the new one in /usr/local/whatever. Does it even matter? Thank You, Michael D. Norwick