From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 18:01:10 2008 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 084911065673 for ; Sat, 20 Sep 2008 18:01:10 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52104.mail.re2.yahoo.com (web52104.mail.re2.yahoo.com [206.190.48.107]) by mx1.freebsd.org (Postfix) with SMTP id 8ED8E8FC12 for ; Sat, 20 Sep 2008 18:01:09 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 45668 invoked by uid 60001); 20 Sep 2008 18:01:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=k9puWrj0etuANMtt8q5msEXAWqNIzihRyadi0uE5BR8mpHAeXtj+ex+53PCC43hrwmP8Rb3lCcE3e69yhUHSbXJsNMbgT5KZvktXsC+bfea9Kq4p9+Z/HpfHoSJck/M0ohOwbXmQBIHVdxS6A0Z0xVG38GcSyrspvLEaYhl49Yo=; X-YMail-OSG: xZip0E8VM1knA3SM2qi4jyp_5QW85d41iXQFyOwPtIJtHwZqFGcs0a.PD2lc8eCPXDcMSPzr.laANjS0wOyWYBz.YYkar6p9.WJsnH5YQjARBFTFLVRqR3Gk3tKqCt7.R3_1DmbBKN7TZedgTAigsLfOtxgShw-- Received: from [98.169.13.4] by web52104.mail.re2.yahoo.com via HTTP; Sat, 20 Sep 2008 11:01:08 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Sat, 20 Sep 2008 11:01:08 -0700 (PDT) From: gahn To: freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <820483.44101.qm@web52104.mail.re2.yahoo.com> X-Mailman-Approved-At: Sat, 20 Sep 2008 21:28:22 +0000 Subject: upgrade packges X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 18:01:10 -0000 Hi all: I am trying upgrading some packages and having problems. for example: home# pkg_delete mysql-client-5.0.67 pkg_delete: package 'mysql-client-5.0.67' is required by these other packages and may not be deinstalled: apache-2.2.9_5 php5-5.2.6_2 cyrus-sasl-2.1.22_1 postfix-2.5.4,1 subversion-1.5.2 ok, if i removed it via "pkg_delete -f" and replace it with new version (5.1), then what would happen to packeges like apach2.2.9.5, php5-5.2.6_2 ...? are those packages would fail? Thanks