From owner-freebsd-questions Sun Jan 7 22:14: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id DAF0437B6E4 for ; Sun, 7 Jan 2001 21:52:15 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 7 Jan 2001 21:50:33 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id f085qA773132; Sun, 7 Jan 2001 21:52:10 -0800 (PST) (envelope-from cjc) Date: Sun, 7 Jan 2001 21:52:10 -0800 From: "Crist J. Clark" To: John Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Not so much a question ... Message-ID: <20010107215210.F95729@rfx-64-6-211-149.users.reflexco> Reply-To: cjclark@alum.mit.edu References: <000501c07930$a90bfc60$4500a8c0@bens1.pa.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000501c07930$a90bfc60$4500a8c0@bens1.pa.home.com>; from warendaj@home.com on Mon, Jan 08, 2001 at 12:05:45AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 12:05:45AM -0500, John wrote: [snip] > While I realize it's completely logical .. the process by which this all > took place .. I have to ask honestly how many of us would have sifted > through the Makefile to look for dependancies ... and then through those > Makefile's for their dependancies ... and so on? Especially when the > assumption is that the program being installed is relatively minor. $ make all-depends-list > What I'd like to know is firstly, is there any clean way to back out of > an ongoing install like this and if not, why? If nothing has been installed, you can just stop and do a 'make distclean' to kill all the work. If anything has been installed recently, $ ls -lrt /var/db/pkg And 'pkg_delete' the recent installs related to this port. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message