From owner-freebsd-questions Sun Mar 9 11:20:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA05988 for questions-outgoing; Sun, 9 Mar 1997 11:20:09 -0800 (PST) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05981 for ; Sun, 9 Mar 1997 11:20:06 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.7.3) with UUCP id MAA02541; Sun, 9 Mar 1997 12:20:02 -0700 (MST) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id MAA13033; Sun, 9 Mar 1997 12:18:18 -0700 (MST) Date: Sun, 9 Mar 1997 12:18:17 -0700 (MST) From: Marc Slemko To: Burton Sampley 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 If you haven't solved this yet, the problem is probably due to the fact that there is no RELENG_2_2 branch in the ports tree. Remove the branch (tag) name for the ports tree and do another cvsup and they should come back. On Mon, 3 Mar 1997, Burton Sampley wrote: > 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 >