Re: git: ba4004193fe9 - main - cad/spice: Fix build with llvm16

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Thu, 20 Jul 2023 08:10:42 UTC
On Wed, Jul 19, 2023 at 07:27:32PM +0000, Muhammad Moinur Rahman wrote:
> commit ba4004193fe971bba49e83f4c92ffce5707f1457
> 
>   - Use native unzip instead of unzip from ports for do-extract target

Looks like this part wasn't tested very well:

>  post-extract-DEV_BSIM4-on:
>  	@${MKDIR} ${WRKSRC}/src/lib/dev/bsim4
> -	${UNZIP_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/BSIM480_Code.zip \
> +	${UNZIP_MNATIVE_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/BSIM480_Code.zip \
>  	    -d ${WRKSRC}/src/lib/dev/bsim4
>  post-extract-DEV_HISIM2-on:
> -	${UNZIP_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/HiSIM_2.8.0_Release_20140605.zip \
> +	${UNZIP_MNATIVE_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/HiSIM_2.8.0_Release_20140605.zip \

$ make -V UNZIP_MNATIVE_CMD

$ _

./danfe