From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 31 14:06:52 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC4716A4CE for ; Wed, 31 Dec 2003 14:06:52 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A8943D3F for ; Wed, 31 Dec 2003 14:06:51 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1AboUM-000A9l-VZ; Wed, 31 Dec 2003 14:06:51 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 31 Dec 2003 14:06:50 -0800 To: Joe Marcus Clarke References: <1072904927.77399.4.camel@shumai.marcuscom.com> <1072907966.77399.11.camel@shumai.marcuscom.com> Message-Id: cc: freebsd gnome Subject: Re: galeon2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 22:06:53 -0000 >> hmmm. both my gnome systems, one -stable one -current, seem to have >> multiple versions. >> >> # ls -d /var/db/pkg/mozilla-headers-1.* >> /var/db/pkg/mozilla-headers-1.5_1,2 >> /var/db/pkg/mozilla-headers-1.6.a,1 >> # ls -d /var/db/pkg/mozilla-gtk2-1.* >> /var/db/pkg/mozilla-gtk2-1.5_1 >> /var/db/pkg/mozilla-gtk2-1.6.a >> >> i'll clean it up. but what caused this and how can i prevent it >> happening again for other things? > > The headers ports were changed to support gtk+-2 recently. This caused > the versions to actually decrement. how intuitive :-) i am in the midst of deinstalling the lower numbered ports and forcing the higher numbered. am i doing the wrong thing? randy