[Bug 218135] lang/nim: Build additional tools from main source tree, with patch
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 27 08:55:26 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218135
Neal Nelson <ports at nicandneal.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|maintainer-feedback?(ports@ |maintainer-feedback-
|nicandneal.net) |
--- Comment #1 from Neal Nelson <ports at nicandneal.net> ---
The reason that Nimble is a separate port is because the build process included
in the Nim distribution fetches the source from git independently. I'm not sure
that it's allowed to bypass the port distribution fetching process like this.
Also it would require an added build dependency on git which your patch does
not include.
The source for nimgrep and nimsuggest are included in the Nim distribution, so
it would be possible to build them with the lang/nim port, but it would be
necessary to patch koch.nim in order to not build nimble. This is just the
removal of the call to buildNimble at the end of buildTools I think.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list