From owner-freebsd-questions@freebsd.org Wed Jan 2 21:26:15 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 EAAB1143174C for ; Wed, 2 Jan 2019 21:26:14 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta03.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.226]) (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 1D71571293 for ; Wed, 2 Jan 2019 21:26:13 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.5] ([70.121.63.82]) by cmsmtp with ESMTPA id eo1bg5T91WnTieo1egJRAx; Wed, 02 Jan 2019 21:26:07 +0000 Date: Wed, 02 Jan 2019 15:26:03 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: FreeBSD Questions Subject: Re: How to build depreated ports Message-ID: <2D64FD6FE8B0BE361436CE70@Pauls-MacBook-Pro.local> In-Reply-To: <0DCC6656F71191428B864CA3@Pauls-MacBook-Pro.local> References: <0DCC6656F71191428B864CA3@Pauls-MacBook-Pro.local> 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: MS4wfAj7OMUrR+uzJZgm6OW7FwshCt0uY+ufUMdWTfnyCQzyeZIcTnA/hua4aMLm+q+nBLTDWH7x0qq7v0TF4H2R9+L/fOjCT4oB6tT3js0vQILeSF64TVZE NrCo1iLzt685GzuVQXKT1NDeANK2cy8H+YQWHyn1EoAlZrffJTOtO8XM95i2bTaIriJOuKI/cLXfDQ== X-Rspamd-Queue-Id: 1D71571293 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of pschmehl_lists@tx.rr.com designates 107.14.73.226 as permitted sender) smtp.mailfrom=pschmehl_lists@tx.rr.com X-Spamd-Result: default: False [-4.74 / 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]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[rr.com]; RCPT_COUNT_ONE(0.00)[1]; REPLYTO_EQ_FROM(0.00)[]; IP_SCORE(-1.49)[ipnet: 107.14.73.0/24(-4.09), asn: 7843(-3.27), country: US(-0.08)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: dnvrco-cmedge01.email.rr.com]; NEURAL_HAM_SHORT(-0.95)[-0.945,0]; RCVD_IN_DNSWL_NONE(0.00)[226.73.14.107.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; 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: Wed, 02 Jan 2019 21:26:15 -0000 --On January 2, 2019 at 3:08:04 PM -0600 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? Following up on my own post, I ran pkg info php56* and it returned no match. But, I run this and they're there. # pkg info | grep php mod_php56-5.6.38 PHP Scripting Language php56-5.6.39 PHP Scripting Language php56-bz2-5.6.39 The bz2 shared extension for php php56-ctype-5.6.39 The ctype shared extension for php php56-curl-5.6.39 The curl shared extension for php php56-dom-5.6.39 The dom shared extension for php php56-extensions-1.0 "meta-port" to install PHP extensions php56-fileinfo-5.6.39 The fileinfo shared extension for php php56-filter-5.6.39 The filter shared extension for php php56-ftp-5.6.39 The ftp shared extension for php php56-gd-5.6.39 The gd shared extension for php php56-gettext-5.6.39 The gettext shared extension for php php56-hash-5.6.39 The hash shared extension for php php56-iconv-5.6.39 The iconv shared extension for php php56-json-5.6.39 The json shared extension for php php56-mbstring-5.6.39 The mbstring shared extension for php php56-mcrypt-5.6.39 The mcrypt shared extension for php php56-mysql-5.6.39 The mysql shared extension for php php56-mysqli-5.6.39 The mysqli shared extension for php php56-opcache-5.6.39 The opcache shared extension for php php56-openssl-5.6.39 The openssl shared extension for php php56-pdo-5.6.39 The pdo shared extension for php php56-pdo_mysql-5.6.39 The pdo_mysql shared extension for php php56-pdo_odbc-5.6.39 The pdo_odbc shared extension for php php56-pdo_sqlite-5.6.39 The pdo_sqlite shared extension for php php56-phar-5.6.39 The phar shared extension for php php56-posix-5.6.39 The posix shared extension for php php56-readline-5.6.39 The readline shared extension for php php56-session-5.6.39 The session shared extension for php php56-simplexml-5.6.39 The simplexml shared extension for php php56-sockets-5.6.39 The sockets shared extension for php php56-sqlite3-5.6.39 The sqlite3 shared extension for php php56-tidy-5.6.39 The tidy shared extension for php php56-tokenizer-5.6.39 The tokenizer shared extension for php php56-xml-5.6.39 The xml shared extension for php php56-xmlreader-5.6.39 The xmlreader shared extension for php php56-xmlrpc-5.6.39 The xmlrpc shared extension for php php56-xmlwriter-5.6.39 The xmlwriter shared extension for php php56-zip-5.6.39 The zip shared extension for php php56-zlib-5.6.39 The zlib shared extension for php When I run portmaster -adx php56*, it returns no match. It appears that pkg isn't aware of the installed ports, yet it is. I am confused. 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