From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 08:22:51 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 82B841065688 for ; Fri, 11 Jun 2010 08:22:51 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5559F8FC17 for ; Fri, 11 Jun 2010 08:22:50 +0000 (UTC) Received: by iwn7 with SMTP id 7so1152880iwn.13 for ; Fri, 11 Jun 2010 01:22:50 -0700 (PDT) Received: by 10.231.145.79 with SMTP id c15mr1508015ibv.102.1276244570320; Fri, 11 Jun 2010 01:22:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.148.201 with HTTP; Fri, 11 Jun 2010 01:22:30 -0700 (PDT) In-Reply-To: References: <20100610151841.GA13235@falcon.midgard.homeip.net> From: Eitan Adler Date: Fri, 11 Jun 2010 11:22:30 +0300 Message-ID: To: Antonio Vieiro Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org Subject: Re: Question on packages and ports (and versions) 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: Fri, 11 Jun 2010 08:22:51 -0000 On Fri, Jun 11, 2010 at 9:23 AM, Antonio Vieiro wrote: > Hi, > > Ah, I see. > > So if I need a more advanced version of some software, that has been > installed as a package, I can use portupgrade (or other port > management tools) to upgrade the package to a port. Am I right? The packages are built from the ports tree itself. Therefore if your ports tree matches the one that is used to build the packages exactly you will have no problems. If your ports tree is newer you will have no problems attempting to upgrade using a port. However if you want to use packages after you upgraded via ports and the build cluster has yet to catch up to your version the package may "depend" on an old version and see to install it. -- Eitan Adler