Re: git: ba4004193fe9 - main - cad/spice: Fix build with llvm16
- In reply to: Alexey Dokuchaev : "Re: git: ba4004193fe9 - main - cad/spice: Fix build with llvm16"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 08:34:15 UTC
> On Jul 20, 2023, at 10:10 AM, Alexey Dokuchaev <danfe@freebsd.org> wrote: > > 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 Phew. Incoming. Kind regards, Moin