Date: Tue, 23 Jun 2015 18:59:04 +0930 From: Shane Ambler <FreeBSD@ShaneWare.Biz> To: kuku@physik.rwth-aachen.de, andrew clarke <mail@ozzmosis.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: getting ports updated on an older FreeBSD (5.1) Message-ID: <558926E0.1030808@ShaneWare.Biz> In-Reply-To: <558911D3.4030109@physik.rwth-aachen.de> References: <5587E158.2020702@physik.rwth-aachen.de> <20150622160929.GC92373@ozzmosis.com> <558911D3.4030109@physik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 23/06/2015 17:29, Christoph Kukulies wrote: > Am 22.06.2015 um 18:09 schrieb andrew clarke: >> On Mon 2015-06-22 12:20:08 UTC+0200, Christoph Kukulies >> (kuku@physik.rwth-aachen.de) wrote: >> >>> I'm running a somewhat come into age server under FreeBSD 5.1 at the >>> moment and I'm in need to update to php5. Trying to install php-5.0.0 >>> in ports results in an error message >>> >>> fetch: >>> http://www.t.ring.gr.jp/archives/net/www/php/distributions/php-5.0.0.tar.bz2: >>> >>> Not Found >> You'll probably need to download php-5.0.0.tar.bz2 manually and move >> it to /usr/ports/distfiles/. > > Although you may be right with regard to obsoleteness of 5.0.0 and my > 5.1 version in general, > I'm wondering whether it would be possible to > run a 10.1 executable under 5.1 (possible link it statically?). No. The other way works, newer systems have compatibility layers to support old binaries but an old system won't run a new binary. > At the moment I'm urgently in need to update an intranet forum (pbpBB3) to > a 3.1.5 version and this requires a newer (>= 5.3.3) version of php. Well FBSD 5.1 was released in June 2003 and 5.5 in May 2006 so ports support for the 5.x branch could have stopped as early as the middle of 2008 If you go to http://svnweb.freebsd.org/ports and set the sticky revision you can look through what was available at that time. A couple of quick svn searches shows that rev 21000 was in march 2008 but I'm not sure of the versions, both www/mod_php4 and mod_php5 use distfiles of php-4.0b2 Pick a revision around that time that has a versions you want, checkout a copy and try building, as url's change you may need to manually download the files you need, you should find the main sites have older versions that mirrors no longer keep. -- FreeBSD - the place to B...Software Developing Shane Ambler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?558926E0.1030808>