Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2019 13:55:09 +0200
From:      Christos Chatzaras <chris@cretaforce.gr>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: How to build depreated ports
Message-ID:  <B6D2B2AB-1517-4549-AFD3-144BA098D915@cretaforce.gr>
In-Reply-To: <949E7841-3777-4C0F-98AE-3D2B5066C70D@boosten.org>
References:  <0DCC6656F71191428B864CA3@Pauls-MacBook-Pro.local> <1481457213.213526948.1546464456989.JavaMail.zimbra@shaw.ca> <949E7841-3777-4C0F-98AE-3D2B5066C70D@boosten.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>=20
> On 2 Jan 2019, at 23:08, Paul Schmehl <pschmehl_lists@tx.rr.com> =
wrote:
>=20
> I have a server that requires php56. I cannot update to php7, because =
a critical app is not ready yet.
>=20
> How can I upgrade ports without upgrading all the php ports to 7?
>=20
> I tried DISABLE_SECURITY_CHECK=3Dyes in /etc/make.conf (and several =
others) but that didn't work.
>=20
> Is there a way to ignore all php ports in portmaster so it will build =
everything but those?



In the long run I am sure something will break if you keep upgrading =
things that PHP 5.6 depends on.

For example today we have:

curl-7.62.0                        <   needs updating (index has 7.63.0)
libxml2-2.9.7                      <   needs updating (index has 2.9.8)=20=


But php56-curl depends to curl and multiple php56-* extensions depend to =
libxml2.

If you upgrade only ports that are not related to PHP 5.6 (also their =
dependencies are not related) then it will be fine.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B6D2B2AB-1517-4549-AFD3-144BA098D915>