From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 20:35:06 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 2BF9416A420 for ; Tue, 8 Nov 2005 20:35:06 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33D8843D45 for ; Tue, 8 Nov 2005 20:35:04 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr8.xs4all.nl (8.13.3/8.13.3) with ESMTP id jA8KYvws021523; Tue, 8 Nov 2005 21:34:57 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 43B57B822; Tue, 8 Nov 2005 21:15:39 +0100 (CET) Date: Tue, 8 Nov 2005 21:15:39 +0100 From: Roland Smith To: Lonnie Cumberland Message-ID: <20051108201539.GA20561@slackbox.xs4all.nl> Mail-Followup-To: Lonnie Cumberland , freebsd-questions@freebsd.org References: <4370FD8D.5020101@outstep.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <4370FD8D.5020101@outstep.com> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: upgrade package questions 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: Tue, 08 Nov 2005 20:35:06 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 08, 2005 at 01:33:33PM -0600, Lonnie Cumberland wrote: > Hello All, >=20 > Could someone please tell me how to upgrade a package over the web? The -r option of pkg_add allows you to get remote packages. So you could first forcibly deinstall the old package with 'pkg_delete -f', and than get the new one with 'pkg_add -r'. And then you should fix the package database dependancies with 'pkgdb -F', I think. Personally, I find it easier to use the portupgrade program, because not everything is available as a package, and it takes care of the messy detail. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDcQdrEnfvsMMhpyURAoTwAJwJU/imXO9DjnU9tkWumDjlY3a86wCcCf2C t/BfrjQc3s7KE6VDDibRjbY= =6Ui5 -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--