From owner-freebsd-doc@FreeBSD.ORG Mon Dec 8 06:50:03 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 503701065672 for ; Mon, 8 Dec 2008 06:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F8B48FC0C for ; Mon, 8 Dec 2008 06:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mB86o266087986 for ; Mon, 8 Dec 2008 06:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mB86o2dM087985; Mon, 8 Dec 2008 06:50:02 GMT (envelope-from gnats) Date: Mon, 8 Dec 2008 06:50:02 GMT Message-Id: <200812080650.mB86o2dM087985@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Szilveszter Adam Cc: Subject: Re: docs/129464: using packages system X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Szilveszter Adam List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2008 06:50:03 -0000 The following reply was made to PR docs/129464; it has been noted by GNATS. From: Szilveszter Adam To: guillaume Cc: bug-followup@freebsd.org Subject: Re: docs/129464: using packages system Date: Mon, 8 Dec 2008 07:03:35 +0100 Dear guillaume, On Mon, Dec 08, 2008 at 12:12:27AM +0100, guillaume wrote: > it will be good to integrate the keys features of your explanation in > the handbook: I am ok with this :-) > - it isn't recommended to override PACKAGESITE because packages are > specifically made for a branch. Yes. > - pkg_add and pkg_delete are obsolete, use the portupgrade tool. it is > recommended to install it before you try to manage package. portupgrade > use the port tree, so you must have the port tree installed. > examples: > - install the xfce package: portinstall -RPP xfce > - upgrade your xfce with the ports: portupgrade -R xfce > - uninstalll your xfce: pkg_deinstall -r xfce Yes. (Although I am not sure what happens if you use -PP and do not have the ports tree. I will try it sometime.) > (and if the user can access to internet, it seems recommended to not > install the port tree from the distribution media, but directly from > internet after the FreeBSD installation (with csup), no?) Yes, this is a good recommendation. I do it like this all the time. -- Regards: Szilveszter ADAM Budapest Hungary