[Bug 242723] sysutils/burp: missing runtime dependency on shells/bash

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 19 12:18:46 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242723

            Bug ID: 242723
           Summary: sysutils/burp: missing runtime dependency on
                    shells/bash
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: tphilipp at potion-studios.com
                CC: ehaupt at FreeBSD.org, phascolarctos at protonmail.ch
                CC: ehaupt at FreeBSD.org, phascolarctos at protonmail.ch

Created attachment 210057
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210057&action=edit
patch: add runtime dependency on shells/bash

Burp ships with some scripts that need bash, but there is no runtime dependency
set for it. I checked whether those scripts are bourne shell compatible and
just use a bash shebang, but they indeed use bashisms, although not
exhaustively.

I considered patching the scripts to avoid that dependency, but this would put
the burden on keeping that updated on the port's maintainer, which isn't the
point. So find attached a patch that simply adds the runtime dependency.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list