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
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
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-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
Nils Breunese wrote:
> Looking at for instance the Portfile for php-offline (…)
I meant to write php-pdflib, but it got auto-corrupted.
Nils.
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 )
>[
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