Re: [errors] php80-imagick

2021-01-23 Thread Bjarne D Mathiesen
Ryan Schmidt wrote: > On Jan 21, 2021, at 02:06, Bjarne D Mathiesen wrote: > >> php80-imagick can be installed directly from git : >> ( https://github.com/Imagick/imagick/issues/358 ) > > Yes, but if you actually read that issue, you'll find that the author is not > ready to declare that code as

Re: [errors] php80-imagick

2021-01-22 Thread Ryan Schmidt
On Jan 21, 2021, at 02:06, Bjarne D Mathiesen wrote: > php80-imagick can be installed directly from git : > ( https://github.com/Imagick/imagick/issues/358 ) Yes, but if you actually read that issue, you'll find that the author is not ready to declare that code as the PHP 8-compatible release ye

Re: [errors] php80-imagick

2021-01-21 Thread Bjarne D Mathiesen
php80-imagick can be installed directly from git : ( https://github.com/Imagick/imagick/issues/358 ) port select --set php php80 export CC="gcc" CFLAGS="-O3 -Wall" cd /private/tmp git clone https://github.com/Imagick/imagick cd imagick/ phpize80 ./configure --prefix=/opt/local make make install cd

Re: [errors] php80

2020-12-29 Thread Ryan Schmidt
Re-sending to correct list address. Remember to use list addresses at lists.macports.org, not the old list address that we used prior to 2017. On Dec 26, 2020, at 15:52, Bjarne D Mathiesen wrote: > When upgrading from php74 > > $=> cat php.bash > #!/opt/local/bin/bash > > phpOld=${1:-74} > php

Re: [errors] php80

2020-12-26 Thread Nils Breunese
Nils Breunese wrote: > Looking at for instance the Portfile for php-offline (…) I meant to write php-pdflib, but it got auto-corrupted. Nils.

Re: [errors] php80

2020-12-26 Thread Nils Breunese
Bjarne D Mathiesen wrote: > When upgrading from php74 > > $=> cat php.bash > #!/opt/local/bin/bash > > phpOld=${1:-74} > phpNew=${2:-80} > > while read -a portName -u 9 > do >toInstall="${portName[0]/${phpOld}/${phpNew}}" >installed=$( port -q installed "${toInstall}" | wc -l ) >[

[errors] php80

2020-12-26 Thread Bjarne D Mathiesen
When upgrading from php74 $=> cat php.bash #!/opt/local/bin/bash phpOld=${1:-74} phpNew=${2:-80} while read -a portName -u 9 do toInstall="${portName[0]/${phpOld}/${phpNew}}" installed=$( port -q installed "${toInstall}" | wc -l ) [[ ${installed} -eq 0 ]] && port -cuNp install "${toI