From owner-freebsd-questions Thu Feb 15 16:13:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kant.nihilist.org (kant.nihilist.org [64.6.198.184]) by hub.freebsd.org (Postfix) with ESMTP id ED66237B698 for ; Thu, 15 Feb 2001 16:13:21 -0800 (PST) Received: from nietzsche.nihilist.org (nietzsche.nihilist.org [192.168.1.5]) by kant.nihilist.org (8.10.1/8.10.1) with ESMTP id f1G0DKV08513; Thu, 15 Feb 2001 16:13:20 -0800 (PST) Received: (from tcole@localhost) by nietzsche.nihilist.org (8.11.1/8.11.1) id f1G0DKb61108; Thu, 15 Feb 2001 16:13:20 -0800 (PST) (envelope-from tcole) Date: Thu, 15 Feb 2001 16:13:20 -0800 From: Travis Cole To: Matthew Joseff Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ports Question Message-ID: <20010215161320.B60974@nihilist.org> References: <20010215012231.A58073@nihilist.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mjoseff@infobutter.com on Thu, Feb 15, 2001 at 07:00:53PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It looks like your ports tree still has some stuff from before the ports were restructured... Update your ports tree again, and if that doesn't fix it, you may want to look at see if you have old files still lying around... The old pine4 port looked something like this: ls Makefile README.html files/ patches/ pkg/ The new one looks something like this: ls Makefile distinfo pkg-comment pkg-install README.html files/ pkg-descr pkg-plist You might still have the patches and pkg dirs still around, and they could be messing things up. Nuke them and see if that fixes it... If it does you may consider running something like this: # cd /usr/ports # find . -type d -name patches -or -name pkg | xargs rm -r That worked for me on all the various ports trees I have lying around... But I take no responsibility for that rm -r going bad and removing things it shouldn't... Use at your own risk :) On Thu, Feb 15, 2001 at 07:00:53PM -0500, Matthew Joseff wrote: > > Clues? > > [spread:/usr/ports/mail/pine4]make > Error: your port uses an old layout. Please update it to match this > bsd.port.mk. > *** Error code 1 > > Stop in /usr/ports/mail/pine4. > *** Error code 1 > > Stop in /usr/ports/mail/pine4. > *** Error code 1 > > Stop in /usr/ports/mail/pine4. > *** Error code 1 > > Stop in /usr/ports/mail/pine4. > *** Error code 1 > > Stop in /usr/ports/mail/pine4. > [spread:/usr/ports/mail/pine4]uname -a > FreeBSD spread.infobutter.com 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov > 20 13:02:55 GMT 2000 > jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 -- -Travis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message