From owner-freebsd-questions@FreeBSD.ORG Sat May 3 14:50:04 2008 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 4B8FD1065682 for ; Sat, 3 May 2008 14:50:04 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0A57F8FC1A for ; Sat, 3 May 2008 14:50:04 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JsJ3r-00014k-2p for freebsd-questions@freebsd.org; Sat, 03 May 2008 14:50:03 +0000 Received: from mar92-9-82-237-75-54.fbx.proxad.net ([82.237.75.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 May 2008 14:50:03 +0000 Received: from gilles.ganault by mar92-9-82-237-75-54.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 May 2008 14:50:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gilles Date: Sat, 03 May 2008 16:46:56 +0200 Lines: 20 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mar92-9-82-237-75-54.fbx.proxad.net X-Newsreader: Forte Agent 3.1/32.783 X-Antivirus: avast! (VPS 080503-0, 03/05/2008), Outbound message X-Antivirus-Status: Clean Sender: news Subject: [6.3] Keeping host up to date 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, 03 May 2008 14:50:04 -0000 Hello I have some newbie questions: 1. Am I right in understanding that running "make ; make install" in /usr/ports/ turns the port into a package, so that when I run "pkg_info", it doesn't make any difference whether a package was downloaded directly from the Net or compiled locally through the Ports collection? 2. When I run "pkg_version -v", some of the packages are out of date. Generally speaking, what is the safe way to update a package? I'm worried about compiling a new version of a ports that will break the one I already have up and running. 3. Do I really need to run both "csup standard-supfile ; csup ports-supfile" to update my ports collection? What's the difference between the two? Thank you.