Bug 274241 - cad/yosys: Move bash to RUN_DEPENDS
Summary: cad/yosys: Move bash to RUN_DEPENDS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks: 274243
  Show dependency treegraph
 
Reported: 2023-10-03 13:57 UTC by Nico Sonack
Modified: 2023-10-07 05:09 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
Patch for moving the bash dependency (1.12 KB, patch)
2023-10-03 13:57 UTC, Nico Sonack
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Sonack 2023-10-03 13:57:04 UTC
Created attachment 245408 [details]
Patch for moving the bash dependency

Probably the port was not properly tested - the yosys-config script is a bash script but bash is not in RUN_DEPENDS. Move it from TEST_DEPENDS to RUN_DEPENDS.

Needed to get the yosys-ghdl-plugin to build.

Follow-up for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274240
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2023-10-07 05:09:03 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-07 05:09:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e048d5b3daccb7d42bda715b0bc7898896539fa

commit 9e048d5b3daccb7d42bda715b0bc7898896539fa
Author:     Nico Sonack <nsonack@outlook.com>
AuthorDate: 2023-10-07 05:08:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-07 05:08:17 +0000

    cad/yosys: Move bash to RUN_DEPENDS

    PR:             274241

 cad/yosys/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)