Date: Mon, 27 Mar 2017 08:55:25 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218135] lang/nim: Build additional tools from main source tree, with patch Message-ID: <bug-218135-13-qHvunQzGq1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218135-13@https.bugs.freebsd.org/bugzilla/> References: <bug-218135-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218135 Neal Nelson <ports@nicandneal.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(ports@ |maintainer-feedback- |nicandneal.net) | --- Comment #1 from Neal Nelson <ports@nicandneal.net> --- The reason that Nimble is a separate port is because the build process incl= uded 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 thi= s. 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218135-13-qHvunQzGq1>