[Bug 218243] lang/mono: Remove calls to update_submodules

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 30 23:11:40 UTC 2017


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

            Bug ID: 218243
           Summary: lang/mono: Remove calls to update_submodules
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mono at FreeBSD.org
          Reporter: cyberbotx at cyberbotx.com
          Assignee: mono at FreeBSD.org
             Flags: maintainer-feedback?(mono at FreeBSD.org)

Created attachment 181333
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181333&action=edit
mono-remove-update_submodules.patch

Currently the lang/mono port attempts to run a script called update_submodules
at the end of its configure process as well as the first thing it does when
building. This script doesn't run, though, due to a lack of a shebang, and this
causes the build to fail. The script is actually unneeded as it is meant to
update git submodules for mono and the tarball isn't a git repository, so
running it would have no effect anyways. The included patch removes the two
calls to update_submodules,

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


More information about the freebsd-ports-bugs mailing list