Re: git: 0f0109c551ad - main - lang/php81: Update version 8.1.7=>8.1.8

From: Craig Leres <leres_at_freebsd.org>
Date: Sun, 10 Jul 2022 02:04:22 UTC
On 7/9/22 09:19, Po-Chuan Hsieh wrote:
>     +       @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libphp.so
> 
> 
> This has to be moved to post-install-EMBED-on:. Otherwise, the error occurs:
> strip: open /usr/ports/lang/php81/work/stage//usr/local/lib/libphp.so 
> failed: No such file or directory
> *** Error code 1

I've found that having EMBED off causes this error but also having FPM 
off causes this one:

     strip: open 
/wrkdirs/usr/ports/lang/php81/work/stage//usr/local/sbin/php-fpm failed: 
No such file or directory

		Craig