-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
opencode: new submission #30358
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
base: master
Are you sure you want to change the base?
opencode: new submission #30358
Conversation
reneeotten
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MacPorts is a package manager intended for building software packages from source not for installing pre-compiled binaries by upstream. Can this be changed/accomplished?
|
|
||
| if {${configure.build_arch} eq "arm64"} { | ||
| # opencode-darwin-arm64.zip | ||
| distname opencode-darwin-arm64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does it use pre-built binaries?
I'll do that change now. This depends on bun version 1.3.3, which is the best way to proceed in this case? Use a pre-built bun binary or build it from source? Latest bun port version is 1.3.4 and 1.3.2 before that |
|
I'd hope there is no need for strict versions... Please use the "bun" port that is available in MacPorts. |
Description
Type(s)
Tested on
macOS 26.1 25B78 arm64
Xcode 26.1.1 17B100
Verification
Have you
port lint?sudo port test?