From owner-freebsd-questions@FreeBSD.ORG Sun Nov 27 13:13:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 445AC16A41F for ; Sun, 27 Nov 2005 13:13:22 +0000 (GMT) (envelope-from davmiao@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0347B43D6B for ; Sun, 27 Nov 2005 13:13:15 +0000 (GMT) (envelope-from davmiao@gmail.com) Received: by xproxy.gmail.com with SMTP id s19so1775727wxc for ; Sun, 27 Nov 2005 05:13:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O1QquN+fd1PcHeySxfdJGjHhM8pC9PrFWbPapqPPHG3V0WCpLYJEr+NwuQQUvwa7176zfoNbcUiQ3MEv/BpAcPdcR3vX0BIFrLPIO+dwa2DRHTtgrSsKj5G2d+etiDLwRftdxRQBoBs62rQ8p9AoAqSwXWKHL8wFhV4STXAXT7w= Received: by 10.65.63.20 with SMTP id q20mr2459138qbk; Sun, 27 Nov 2005 05:13:15 -0800 (PST) Received: by 10.65.53.8 with HTTP; Sun, 27 Nov 2005 05:13:15 -0800 (PST) Message-ID: <979f20140511270513ob8a9660h78cd7ab404293451@mail.gmail.com> Date: Sun, 27 Nov 2005 21:13:15 +0800 From: David Miao To: Lowell Gilbert In-Reply-To: <448xvcn4xb.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <979f20140511232256y3baf20aes660bf4f2aa4c8b4a@mail.gmail.com> <448xvcn4xb.fsf@be-well.ilk.org> Cc: "freebsd-questions@freebsd.org" Subject: Re: Package upgrade 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: Sun, 27 Nov 2005 13:13:22 -0000 On 25 Nov 2005 10:05:52 -0500, Lowell Gilbert wrote: > David Miao writes: > > > Hi list, > > > > I have already installed 'python-2.4.1_3.tbz' package from FreeBSD6.0 > > i386 disc 2, may I use below command to install the up-to-date python > > 2.4.2 without uninstall old version in advance? > > > > # cd /usr/ports/lang/python (I have downloaded the latest CVS tree) > > # make install clean > > > > or > > > > # pkg_add -r python > > You need to delete the old one before installing the new one. > portupgrade or portmanager will take care of these aspects for you. > Lowell, Thank you very much. Regards, David