From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 03:33:14 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE45816A4CE for ; Wed, 19 Jan 2005 03:33:14 +0000 (GMT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5B343D1F for ; Wed, 19 Jan 2005 03:33:14 +0000 (GMT) (envelope-from ringworm@inbox.lv) Received: from ringworm.mechee.com ([4.26.84.7]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050119033313.SPJG7873.out006.verizon.net@ringworm.mechee.com> for ; Tue, 18 Jan 2005 21:33:13 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id A55512CE747; Tue, 18 Jan 2005 19:29:41 -0800 (PST) From: "Michael C. Shultz" To: freebsd-gnome@freebsd.org Date: Tue, 18 Jan 2005 19:29:39 -0800 User-Agent: KMail/1.7.2 References: <41EDD37C.2070801@cogeco.ca> In-Reply-To: <41EDD37C.2070801@cogeco.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501181929.40604.ringworm@inbox.lv> X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.26.84.7] at Tue, 18 Jan 2005 21:33:13 -0600 Subject: Re: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 03:33:14 -0000 On Tuesday 18 January 2005 07:26 pm, Jason Trickett wrote: > I just want reset my ports and delete any that were built so far. Do > I have to do it individually, or (hopefully) all at once. I want to > go back to just using packages until I am more comfortable using the > ports system. If answering please provide a detailed, easy-to-follow > answer. I'd rather not have to reinstall the whole thing. Thanks. > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to > "freebsd-gnome-unsubscribe@freebsd.org" pkg_delete -f * will probably work for you. -Mike