From owner-freebsd-questions@FreeBSD.ORG Sat Nov 18 21:38:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A334B16A4C8 for ; Sat, 18 Nov 2006 21:38:44 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEA3E43DBF for ; Sat, 18 Nov 2006 21:37:25 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kAILbU9q029995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 18 Nov 2006 13:37:30 -0800 X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kAILbU0I022832 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 18 Nov 2006 13:37:30 -0800 Message-ID: <455F7D16.8050500@u.washington.edu> Date: Sat, 18 Nov 2006 13:37:26 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.8 (X11/20061116) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <907304.88526.qm@web52107.mail.yahoo.com> In-Reply-To: <907304.88526.qm@web52107.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2006.11.18.132432 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='LEO_OBFU_SUBJ_RE 0.1, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: upgrade packages 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: Sat, 18 Nov 2006 21:38:44 -0000 gahn wrote: > hi all: > > trying to install package "freeradius" and it is using > package "openldap-client-2.3.29". but i have problems > to get "openldap-client-2.3.29" installed: > > ===> openldap-client-2.3.29 conflicts with installed > package(s): > openldap-client-2.2.30 > > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 > > Stop in /usr/ports/net/openldap23-client. > > foo# pkg_delete openldap-client-2.2.30 > pkg_delete: package 'openldap-client-2.2.30' is > required by these other packages > and may not be deinstalled: > evolution-2.4.2.1_1 > evolution-data-server-1.4.2.1_3 > evolution-exchange-2.4.2_1 > evolution-webcal-2.4.1_1 > gnome2-2.12.3 > gnomeapplets2-2.12.3 > gnomecontrolcenter2-2.12.3_1 > gnomenetstatus-2.12.0_2 > gnomepanel-2.12.3_1 > gnomeutils2-2.12.2,1 > kde-3.5.1 > kdeartwork-3.5.1_1 > kdebase-3.5.1_2 > kdesdk-3.5.1_1 > kdeutils-3.5.1_1 > kdevelop-3.3.1_1 > libgail-gnome-1.1.3_1 > vino-2.12.0_2 > > how can i get the "openldap-client" upgraded? > > thanks Simple: pkg_delete openldap-client-2.3.29 && portupgrade -Rra (assuming you have portupgrade installed). -Garrett