From owner-freebsd-questions@FreeBSD.ORG Sun Feb 26 23:13:49 2006 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 500D116A420 for ; Sun, 26 Feb 2006 23:13:49 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com [68.142.229.95]) by mx1.FreeBSD.org (Postfix) with SMTP id CFDCC43D49 for ; Sun, 26 Feb 2006 23:13:48 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 41490 invoked from network); 26 Feb 2006 23:13:48 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@69.211.89.144 with plain) by smtp110.sbc.mail.re2.yahoo.com with SMTP; 26 Feb 2006 23:13:48 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Sun, 26 Feb 2006 17:13:33 -0600 User-Agent: KMail/1.9.1 References: <20060226225030.311E5164278@ws1-4.us4.outblaze.com> In-Reply-To: <20060226225030.311E5164278@ws1-4.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602261713.34088.duncan.fbsd@gmail.com> Cc: "Steve P." Subject: Re: How to upgrade portsnap in freebsd 6.0? 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, 26 Feb 2006 23:13:49 -0000 On Sunday 26 February 2006 16:50, Steve P. wrote: > pkg_delete worked, as confirmed by pkg_version does not show it > anymore. > > However, when I attempt to make install it from ports, I get this: > > # make install > ===> portsnap-1.0 portsnap now contained in the base system. > *** Error code 1 > > Any idea? > > > ----- Original Message ----- > > From: "Kris Kennaway" > > To: "Steve P." > > Subject: Re: How to upgrade portsnap in freebsd 6.0? > > Date: Sun, 26 Feb 2006 17:33:26 -0500 > > > > On Sun, Feb 26, 2006 at 05:29:26PM -0500, Steve P. wrote: > > > I am attemping to upgrade my portsnap program as a result of > > > this: > > > > > > $ pkg_version -v | grep portsnap > > > portsnap-0.9.4 < needs updating (port has > > > 1.0) > > > > > > When I attempt to upgrade via portupgrade, I get this: > > > > > > # portupgrade portsnap > > > /usr/local/etc/pkgtools.conf:213: warning: already initialized > > > constant HOLD_PKG S > > > ** Port marked as IGNORE: sysutils/portsnap: > > > portsnap now contained in the base system > > > > > > I would appreciate info on how to upgrade this item. > > > > It's now contained in the base system, so the correct way to > > upgrade it is to use pkg_delete. > > > > Kris > > << 2.dat >> Reread what Kris replied, especially the part that says: "It's now contained in the base system," then read the message from when you try to make from the ports system: "===> portsnap-1.0 now contained in the base system." What that all means is that since you deinstalled the port, you are done. Finished. Nothing more to do. Nothing tricky needed. Just use portsnap v1.0 Don