From owner-freebsd-questions Mon Jun 4 11:56:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from opus.sandiegoca.ncr.com (tan7.ncr.com [192.127.94.7]) by hub.freebsd.org (Postfix) with ESMTP id 42C0337B401 for ; Mon, 4 Jun 2001 11:56:25 -0700 (PDT) (envelope-from chuckr@opus.sandiegoca.ncr.com) Received: from localhost (chuckr@localhost) by opus.sandiegoca.ncr.com (8.11.1/8.11.1) with ESMTP id f54IxYS54554; Mon, 4 Jun 2001 11:59:35 -0700 (PDT) (envelope-from chuckr@opus.sandiegoca.ncr.com) Date: Mon, 4 Jun 2001 11:59:34 -0700 (PDT) From: Chuck Rouillard To: David Leimbach Cc: Freebsd-Questions Subject: Re: Ports me or the port? In-Reply-To: <20010604071924.A282@mutt.home.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 4 Jun 2001, David Leimbach wrote: [crop] > > This error looks suspicious.. like someone grabbed files > > directly from a CVS tree somewhere (e.g. patch-a,v). The > > "patch-a" doesn't look right either. Take a look around > > in /usr/ports/* for files ending with `,v'. > > > > Yeah I have a bunch of ,v files... I thought that was odd when CVSup > started pulling them down. That's not good. Clear out your /usr/ports/* area and follow either my (or Mike Meyer's) directions for updating your ports. If you happen to have the Port dist. tarball lying about, you can prime the cvsup pump with: # tar -zxf ports.tar.gz -C /usr > I thought I was following the instructions the FreeBSD handbook exactly. > > > > > > > > > > and a bunch more of those error codes under that. > > > > > So is this a broken port or are my ports completely screwed up? > > > > > Any help would be appreciated. > > > > > > > > Me thinks you're making this more difficult than it needs to > > > > be. Avoid fiddling with the contents of your supfile. The only > > > > things you've changed from the vanilla settings are the base > > > > and host values. Both of those can be set from the command-line: > > > > > > Yes ... but is the sced port not working? Mine has yet to successfully work. > > > I took your advice and I see that make.conf most likely will have to be > > > read at boot time. [conjoined] > Really, then there must be another reason why make.conf was not already in /etc > when I loaded the system. Also when I added the file to /etc/ it didn't do > anything at all.. I assumed since there was an /etc/default/make.conf that > it was read at boot time like all the other scripts. I am really more used > to the yucky Sys V startup so a lot of this is new to me. The reason there wasn't an /etc/make.conf is because you hadn't added any system-wide -changes- from the default, which is set in /etc/defaults/make.conf. The same concept applies to /etc/rc.conf wrt /etc/defaults/rc.conf. Consider: # grep /etc/defaults/make.conf >> /etc/make.conf then make the appropriate changes to /etc/make.conf. As for SYS V, its organization is anything but artful. .cr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message