[Bug 256144] [NEW PORT] www/code-server Run VS Code on a server and access it anywhere in a browser

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 May 2021 11:29:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256144

--- Comment #6 from Rob <freebsd@appkingsoftware.com> ---
(In reply to Guangyuan Yang from comment #5)

Yes, I was afraid of that :( I had let Poudriere access the internet during the
build stage as I wasn't sure if no network access was a strict rule or not.

I did work on a version where during the fetch phase, I extracted the
package.json file from the distfile, used it to pre-download the dependencies
during fetch, then moved the node_modules to the work dir. (package.json is
what npm/node uses to download dependencies into a node_modules folder). 
Unfortunately, it is not as simple as that for this particular software so the
Makefile started getting ugly, but I will go back to the drawing board and work
on it. It may not be pretty, but I am sure there is a way.

Regarding misc/netron, it appears they pre-packaged the entire node_modules
folder as a download. That might be an option as a last resort (size
permitting).  Thank you!

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