From owner-freebsd-questions@FreeBSD.ORG Fri Apr 1 16:26:17 2005 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 8A80D16A4CE for ; Fri, 1 Apr 2005 16:26:17 +0000 (GMT) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [216.148.227.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 421D643D45 for ; Fri, 1 Apr 2005 16:26:17 +0000 (GMT) (envelope-from bent@munat.com) Received: from [192.168.123.141] (c-24-18-111-28.client.comcast.net[24.18.111.28]) by comcast.net (rwcrmhc14) with ESMTP id <2005040116261601400afu5ge>; Fri, 1 Apr 2005 16:26:16 +0000 Message-ID: <424D7859.4040209@munat.com> Date: Fri, 01 Apr 2005 08:35:37 -0800 From: Ben Munat User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD User Questions List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: circular depenencies 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: Fri, 01 Apr 2005 16:26:17 -0000 I'm upgrading using portmanager and it doesn't completely finish... from the output: checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-ogg-0.8.8_2 has a dependency gstreamer-plugins-core-0.8_1 that needs to be updated first checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-vorbis-0.8.8_2 has a dependency gstreamer-plugins-core-0.8_1 that needs to be updated first checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-a52dec-0.8.8_2 has a dependency gstreamer-plugins-core-0.8_1 that needs to be updated first checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-core-0.8_1 has a dependency gstreamer-plugins-ogg-0.8.8_2 that needs to be updated first checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-mad-0.8.8_2 has a dependency gstreamer-plugins-core-0.8_1 that needs to be updated first checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-libpng-0.8.8_2 has a dependency gstreamer-plugins-core-0.8_1 that needs to be updated first How can I resolve this? Ben