Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2023 08:10:42 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Muhammad Moinur Rahman <bofh@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: ba4004193fe9 - main - cad/spice: Fix build with llvm16
Message-ID:  <ZLjsAl4xL6PSZ7GH@FreeBSD.org>
In-Reply-To: <202307191927.36JJRW8L016085@gitrepo.freebsd.org>
References:  <202307191927.36JJRW8L016085@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZLjsAl4xL6PSZ7GH>