From owner-freebsd-questions@FreeBSD.ORG Tue May 13 20:03:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3815337B401 for ; Tue, 13 May 2003 20:03:48 -0700 (PDT) Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B002E43FA3 for ; Tue, 13 May 2003 20:03:46 -0700 (PDT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with ESMTP id KAA19438 for ; Wed, 14 May 2003 10:02:12 +0700 (ICT) Message-Id: <5.2.0.9.0.20030514100011.00a3aec0@127.0.0.1> X-Sender: stjohn.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 14 May 2003 10:03:43 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Multiple glib's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 03:03:48 -0000 Whenever I cvsup my ports I like to run 'portversion -c > needs.update', which gives you a shell script to update any ports which are not up-to-date with the ports tree. This time I happened to notice: ># ># glib ># needs updating (port has 1.2.10_9) ># >pkgs="$pkgs glib-1.2.10_8" > ># ># glib ># needs updating (port has 2.2.1_1) ># >pkgs="$pkgs glib-2.2.1" which tells me I have two different versions of glib installed. Is this a Bad Thing (tm)? -- Roger