From owner-freebsd-questions@FreeBSD.ORG Thu Jun 11 20:43:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57B81106566C for ; Thu, 11 Jun 2009 20:43:04 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id B9AAA8FC0A for ; Thu, 11 Jun 2009 20:43:03 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atomic.dyndns.org (athedsl-4493580.home.otenet.gr [94.71.93.20]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id n5BKh04D002144; Thu, 11 Jun 2009 23:43:01 +0300 Message-ID: <4A316C54.3040409@otenet.gr> Date: Thu, 11 Jun 2009 23:43:00 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090414) MIME-Version: 1.0 To: Peter Clark References: <4A3159B3.5090009@mtmary.edu> In-Reply-To: <4A3159B3.5090009@mtmary.edu> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Make Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 20:43:04 -0000 Peter Clark wrote: > Hello, > > I have inherited an old FreeBSD 5.1 machine(5.1-RELEASE-p18). I > realize that the short answer to my question is more than likely to > upgrade the OS to a current release and I would if I had that option > right now, but I do not. I needed to upgrade the perl/openssh/openssl > implementation on this box. My first thought was to use the port on > the machine that was from that era but make fails. So then I thought > to csup the ports tree and try with a new version, that fails as well. > The error is as follows: > 5.1 (in fact all 5.X) has reached EOL. The latest ports tree won't compile stuff for 5.X. Use the following line in your ports-supfile to get the last ports tree that was supported in 5.X: *default release=cvs tag=RELEASE_5_EOL instead of *default release=cvs tag=. Still, since this is going to be really old you may still have problems (missing distfiles and so on). But is worth trying if you must stay with 5.X for whatever reason.