Date: Mon, 13 Sep 2021 22:47:59 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 12d08248c8c4 - main - cad/verilator: Cosmetic fix - use bash as configure shell Message-ID: <202109132247.18DMlxDw085564@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=12d08248c8c48d28be36f6c4f6303d1f8b422b26 commit 12d08248c8c48d28be36f6c4f6303d1f8b422b26 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-09-13 22:46:09 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-09-13 22:46:09 +0000 cad/verilator: Cosmetic fix - use bash as configure shell --- cad/verilator/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile index 50a09029cd0e..158d36ef5033 100644 --- a/cad/verilator/Makefile +++ b/cad/verilator/Makefile @@ -11,7 +11,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= see https://github.com/verilator/verilator/issues/3037 -BUILD_DEPENDS= autoconf>0:devel/autoconf +BUILD_DEPENDS= autoconf>0:devel/autoconf \ + bash:shells/bash LIB_DEPENDS= libsystemc.so:devel/systemc RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen @@ -22,7 +23,7 @@ SHEBANG_FILES= bin/verilator_ccache_report GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" -#CONFIGURE_SHELL= ${LOCALBASE}/bin/bash # see https://github.com/verilator/verilator/issues/3132 +CONFIGURE_SHELL= ${LOCALBASE}/bin/bash # see https://github.com/verilator/verilator/issues/3132 TEST_TARGET= test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109132247.18DMlxDw085564>