git: 12d08248c8c4 - main - cad/verilator: Cosmetic fix - use bash as configure shell
Yuri Victorovich
yuri at FreeBSD.org
Mon Sep 13 22:47:59 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=12d08248c8c48d28be36f6c4f6303d1f8b422b26
commit 12d08248c8c48d28be36f6c4f6303d1f8b422b26
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-13 22:46:09 +0000
Commit: Yuri Victorovich <yuri at 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
More information about the dev-commits-ports-all
mailing list