On 19/02/2025 21.04, Bjarne D Mathiesen wrote: > The following extensions fail to configure -or- build: > @8.2.27 @8.3.16 @8.4.3 > php-xapian x x x
This has now been resolved in: https://github.com/BjarneDMat/macports-ports/commit/61a88ad insert a conflict test in both php-imagick & php-gmagick Changes to be committed: modified: php/php-gmagick/Portfile modified: php/php-imagick/Portfile --------------------- updated phpGit script: #!/usr/bin/env bash case "${1:-update}" in ('i'|'init') rm -rf ./macports-ports ./ports/php84 mkdir -p ./macports-ports ./ports/php84/{devel,lang} git clone \ --branch php84 --single-branch \ https://github.com/BjarneDMat/macports-ports.git \ ./macports-ports ;; ('u'|'update') ( cd ./macports-ports git pull ) ;; (*) echo 'usage:' grep -A2 clone ${0} | grep -v grep grep case ${0} | grep -v grep grep '|' ${0} | grep -v grep exit 1 ;; esac rsync -aHXv \ --delete-before \ ./macports-ports/devel/xapian-core \ ./ports/php84/devel/ rsync -aHXv \ --delete-before \ ./macports-ports/lang/php \ ./ports/php84/lang/ rsync -aHXv \ --delete-before \ ./macports-ports/php \ ./ports/php84/ ( cd ./ports/php84 ; portindex ) happy hacking -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa ----------------------------------------------------------------------- denne besked er skrevet i et totalt M$-frit miljø MacPro 2010 5.1 ; OpenCore + macOS 14.7.3 Sonoma 2 x 3,46 GHz 6-Core Intel Xeon ; 192 GB 1333 MHz DDR3 ECC RDIMM ATI Radeon RX 590 8 GB
