From owner-freebsd-questions@freebsd.org Thu Jan 3 18:51:06 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3CB714332E1 for ; Thu, 3 Jan 2019 18:51:06 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta01.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BCC0896A1 for ; Thu, 3 Jan 2019 18:51:05 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.5] ([70.121.63.82]) by cmsmtp with ESMTPA id f855gtaCEP088f858g4L99; Thu, 03 Jan 2019 18:51:03 +0000 Date: Thu, 03 Jan 2019 12:50:59 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: Christos Chatzaras , freebsd-questions Subject: Re: How to build depreated ports Message-ID: <795D28893708E0CA8C457A1C@Pauls-MacBook-Pro.local> In-Reply-To: References: <0DCC6656F71191428B864CA3@Pauls-MacBook-Pro.local> <1481457213.213526948.1546464456989.JavaMail.zimbra@shaw.ca> <949E7841-3777-4C0F-98AE-3D2B5066C70D@boosten.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CMAE-Envelope: MS4wfDmYfU5sj4rXQ6baPYXNU9Gkg/2KX/rnqH5iCjpUPiJ8vGUnI/wWmc9Fu8XXurDclEHYj669dorjrqDUd1DjQajBPOesSXFPD7wLmtTkDdXGVkJXAvAW 3eLbbl1mgeYlQc0uGDXNcrBh933UaPrPJTfLkPl5t3+lTmj7tNaNsRTHvnBTqg1EofAlarSqdM5N4kq5pwqV8wn+z395r48ELWvUuQ/sjUmQqJvzwDz72aNp X-Rspamd-Queue-Id: 7BCC0896A1 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of pschmehl_lists@tx.rr.com designates 107.14.73.225 as permitted sender) smtp.mailfrom=pschmehl_lists@tx.rr.com X-Spamd-Result: default: False [-4.79 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[pschmehl_lists@tx.rr.com]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.14.73.0/24]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[rr.com]; REPLYTO_EQ_FROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: dnvrco-cmedge01.email.rr.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[225.73.14.107.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.99)[-0.986,0]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; IP_SCORE(-1.49)[ipnet: 107.14.73.0/24(-4.10), asn: 7843(-3.28), country: US(-0.08)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7843, ipnet:107.14.73.0/24, country:US]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2019 18:51:06 -0000 --On January 3, 2019 at 1:55:09 PM +0200 Christos Chatzaras wrote: >> >> On 2 Jan 2019, at 23:08, Paul Schmehl wrote: >> >> I have a server that requires php56. I cannot update to php7, because a >> critical app is not ready yet. >> >> How can I upgrade ports without upgrading all the php ports to 7? >> >> I tried DISABLE_SECURITY_CHECK=yes in /etc/make.conf (and several >> others) but that didn't work. >> >> 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) > > 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. Thanks for pointing that out. I guess I need to lock all those dependencies until I can upgrade php. For anyone else dealing with this problem, I made a list of dependencies for all the extensions that I'm using. dependencies of php56 extensions: libxml2 pcre libzip curl libxml libXpm libX11 freetype png jpeg-turbo t1lib gettext-runtime libiconv oniguruma libmcrypt libltdl unixODBC sqlite3 readline tidy-lib Note that there may be others for extensions that I don't use. For now, I will have to run portmaster -adx php56* to allow portmaster to run without errors, and then answer no to updating all the locked ports. Paul Schmehl, Retired My opinions are my own. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell