From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 03:55:38 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F29C916A4CE for ; Tue, 19 Apr 2005 03:55:37 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAAE43D49 for ; Tue, 19 Apr 2005 03:55:37 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1384529wra for ; Mon, 18 Apr 2005 20:55:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=YEvtPnNC2N8nrWsfBtu36uitCgd7XEgsJ0LLsVmZuI8Z2TrIhTagU9RLYAJxUHf6PAZblqXYvz5sk4++y/qsH/m10N26pD0e8ppZb+ViVOrWaQgCZvh/Zp5bvkD3GTqr8DTif2AZdd+NXQVV/YhNMMlijFSA14fjnkyQuXkVFV0= Received: by 10.54.23.41 with SMTP id 41mr1153395wrw; Mon, 18 Apr 2005 20:55:32 -0700 (PDT) Received: from ?192.168.1.10? ([4.28.64.41]) by mx.gmail.com with ESMTP id 27sm601309wrl.2005.04.18.20.55.32; Mon, 18 Apr 2005 20:55:32 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Mon, 18 Apr 2005 20:55:31 -0700 User-Agent: KMail/1.8 References: <200504180758.BAA10753@lariat.org> <20050419031952.GA90643@xor.obsecurity.org> <6.2.1.2.2.20050418213725.0591beb0@localhost> In-Reply-To: <6.2.1.2.2.20050418213725.0591beb0@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504182055.31901.ringworm01@gmail.com> Subject: Re: Can't build ports on older FreeBSD machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 03:55:38 -0000 On Monday 18 April 2005 08:38 pm, Brett Glass wrote: > At 09:19 PM 4/18/2005, Kris Kennaway wrote: > >Fortunately, make is not built from a port. You need to update your > >version of FreeBSD to use ports on that box. > > In other words, if one innocently updates one's ports one day, one > may suddenly find oneself to do anything with ports at all? This > seems to violate POLA. > > --Brett Glass Just how old is your version of BSD? There is another option for you BTW: add something like this to your ports-supfile *default date=2003.01.01.00.00.00 but do adjust the year to something close to the year of your version of FreeBSD, then run cvsup. Now if you still have all the ancient distfiles you should be able to fix your ports. Here is a link to a site that seems to keep distfiles around forever in case you need to hunt down a few: http://sf.gds.tuwien.ac.at/ -Mike