-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include freebsd-vscode in ports tree #3
Comments
|
Hi, thanks for your interest in this port. I hope it'll become an official port eventually. One issue is So far no luck unfortunately... |
|
The easiest way to work around it is to prepare a release tarball with all the source code. This way the ports framework just downloads a prepared package with all the source code it needs from things like yarn. This is a solution that was suggested to me by other ports committers. |
|
Thanks for the tip. I found |
|
HI @tagattie, Did you have a chance to give it a try? |
|
Yes I tried |
|
What is missing to make this a Port? |
|
Now the port can be built with poudriere, it is good enough to be an official one IMO. I will work with port committer(s).
I'm not sure if I'm following. The port now depends on |
|
Yeah sorry, I meant if ti was possible to run with the electron executable ( |
|
(Has been done in Arch Linux though.) |
|
I tried to copy vscode to /usr/ports/editors/vscode. But quite early on, I got an error message saying
When going back to my original location and install it (and create a package), it works fine. |
|
@andersbo87 I got this to work on my healty version of GhostBSD by making a change to the Makefile at /usr/ports/editors/vscode/Makefile If you delete the --offline switch on line 161 it will allow you to complete the build by pulling the packages from online resources. Not an optimal solution, but once I made the change it built without issue. |
|
@mateuszkwiatkowski would you like to close this issue? The port was added around two years ago: https://cgit.freebsd.org/ports/commit/?id=719fc2047bd9f7823509944bd1e856ac8da71fed Thank you |
|
Thank you! |
It would be super convenient to include freebsd-vscode in ports tree. Did you try this? Anything is missing?
The text was updated successfully, but these errors were encountered: