From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 19:41:53 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 F200A106566B for ; Wed, 14 Jan 2009 19:41:53 +0000 (UTC) (envelope-from sebastiansetzer@alice-dsl.net) Received: from smtp-out02.alice-dsl.net (smtp-out02.alice-dsl.net [88.44.60.12]) by mx1.freebsd.org (Postfix) with ESMTP id 7F9018FC16 for ; Wed, 14 Jan 2009 19:41:53 +0000 (UTC) (envelope-from sebastiansetzer@alice-dsl.net) Received: from HSNMST02V05.hsn.alice-dsl.net ([192.168.125.98]) by smtp-out02.alice-dsl.net with Microsoft SMTPSVC(6.0.3790.1830); Wed, 14 Jan 2009 20:40:28 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 14 Jan 2009 20:37:07 +0100 Message-ID: <67CE2BFC0C158B4C96BC1229798DE50F01FA51F4@HSNMST02V05.hsn.alice-dsl.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: freebsd-update doesn't seem to update to Latest Thread-Index: Acl1yl62Nuq8p6MxTSeV1cGZeX5cEQAtR2dl References: <67CE2BFC0C158B4C96BC1229798DE50F01FA51F2@HSNMST02V05.hsn.alice-dsl.net> <20090113220157.GA70336@aleph.cepheid.org> From: "Sebastian Setzer" To: "Erik Osterholm" , X-OriginalArrivalTime: 14 Jan 2009 19:40:28.0868 (UTC) FILETIME=[F4519040:01C9767F] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: freebsd-update doesn't seem to update to Latest 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: Wed, 14 Jan 2009 19:41:54 -0000 Reading the handbook and several pages on the web, i got the impression = that ports are always compiled from source. I should have read the handbook more thorougly, sorry. It mentions = portupgrade -P. -----Original Message----- From: Erik Osterholm [mailto:freebsd-lists-erik@erikosterholm.org] Sent: Tue 1/13/2009 11:01 PM To: Sebastian Setzer Subject: Re: freebsd-update doesn't seem to update to Latest =20 On Tue, Jan 13, 2009 at 09:47:33PM +0100, Sebastian Setzer wrote: >=20 > Hi, > I did a freebsd-update to 7.1-RELEASE as described in the release = notes. > After that, I installed Openoffice (with pkg_add) and got several = warnings like this one: > pkg_add: warning: package 'gnome-vfs-2.22.0_2' requires = 'atk-1.22.0_1', but 'atk-1.20.0' is installed >=20 > Now I did > # pkg_add -r atk > pkg_add: package 'atk-1.22.0_1' or its older version already installed >=20 > so with pkg_add -r I get newer packages than I got with = freebsd-update. Why? freebsd-update only updates the base system. It doesn't touch ports. Erik