Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 12:30:18 +0000
From:      tech-lists <tech-lists@zyxst.net>
To:        freebsd-ports@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: php56
Message-ID:  <20190114123014.GB32269@rpi3.zyxst.net>
In-Reply-To: <20190114.022800.252792802082736367.yasu@utahime.org>
References:  <20190113122936.GA32269@rpi3.zyxst.net> <20190114.022800.252792802082736367.yasu@utahime.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 14, 2019 at 02:28:00AM +0900, Yasuhiro KIMURA wrote:
>From: tech-lists <tech-lists@zyxst.net>
>Subject: php56
>Date: Sun, 13 Jan 2019 12:29:36 +0000
>
>> Is there a way of installing php56 and php56-extensions from ports or
>> packages now?
>>
>> I know it's EoL, but need it because I need to support a (non-ports)
>> program for the time being and said program will not work under php7*
>>
>> context is 11-stable/amd64
>>
>> thanks,
>
>svn checkout -r 488893 /usr/ports

Thanks very much for this. Although as posted it didn't work, it gave me
enough of a clue to fix my problem. For the benefit of anyone else with
a similar problem, what fixed it for me was

svnlite co https://svn.freebsd.org/ports/head -r 488749 /usr/ports

488893 got php56 but not php56-extensions. So I searched in the deleted
section on https://dev.freshports.org for php56-extensions, the entry
gave the last svn number which was less (488749) and this got everything 
php56 I required.
-- 
J.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190114123014.GB32269>