Naram Qashat <[email protected]> has reassigned Bugzilla Automation <[email protected]>'s request for maintainer-feedback to [email protected]: Bug 218243: lang/mono: Remove calls to update_submodules https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218243
--- Description --- 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, _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-mono To unsubscribe, send any mail to "[email protected]"
