From owner-freebsd-questions Mon Mar 3 23:30:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02981 for questions-outgoing; Mon, 3 Mar 1997 23:30:25 -0800 (PST) Received: from proxy1.ba.best.com (proxy1.ba.best.com [206.184.139.12]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02974 for ; Mon, 3 Mar 1997 23:30:23 -0800 (PST) Received: from bsampley.vip.best.com (bsampley.vip.best.com [206.184.160.196]) by proxy1.ba.best.com (8.8.5/8.8.3) with SMTP id XAA21703; Mon, 3 Mar 1997 23:28:49 -0800 (PST) Date: Mon, 3 Mar 1997 23:27:29 -0800 (PST) From: Burton Sampley To: Doug White cc: questions@freebsd.org Subject: Re: help w/ cvsup & ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Doug White wrote: > On Sun, 2 Mar 1997, Burton Sampley wrote: > > > bash# pwd > > /usr/ports/sysutils/xperfmon > > bash# make install > > make: don't know how to make install. Stop > > bash# > > an 'ls' and contents of Makefile, if any, would help. I'd love to show you the contents of Makefile, but they're gone! I checked several other applications, but I haven't found a singe Makefile since I cvsup'ed back to RELENG_2_2. I used the ports collection extensively, and would love to use it again, once I find out what cvsup did to the Makefiles. I remember watching the GUI while cvsup was running. It updated the ports tree first (most likely because that was the first entry in the supfile). I saw something to the effect of 8000+ files were deleted. Since make world worked, I didn't think too much of it. Here's 'ls' of the above directory: bash$ pwd /usr/ports/sysutils/xperfmon bash$ ls 00_TRANS.TBL README.html files patches pkg bash$ > > > What's the best way to correct this? > > Make sure the port's all there. You may have not have grabbed it. > How can I make sure I grabbed all of the ports? Burton Sampley