-
Notifications
You must be signed in to change notification settings - Fork 412
Update installation instructions for Synapse packages on FreeBSD #19091
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: develop
Are you sure you want to change the base?
Conversation
Fixed pkg version for FreeBSD
|
|
|
|
||
| - Ports: `cd /usr/ports/net-im/py-matrix-synapse && make install clean` | ||
| - Packages: `pkg install py38-matrix-synapse` | ||
| - Packages: `pkg install py311-matrix-synapse` |
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.
How can I cross-reference this package name?
https://ports.freebsd.org/cgi/ports.cgi?query=matrix-synapse&stype=all&sektion=all shows py311-matrix-synapse-1.138.0_2 and when clicking on it, I see py-matrix-synapse in the URL
https://www.freshports.org/net-im/py-matrix-synapse/ shows py-matrix-synapse. I do finally see py311-matrix-synapse as a "package flavor" available.
Should we just suggest the default py-matrix-synapse
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.
The package (py311-matrix-synapse) does not exist in the (default) quarterly repository, it's in "latest". The port is net-im/py-matrix-synapse
|
|
||
| #### FreeBSD | ||
|
|
||
| Synapse can be installed via FreeBSD Ports or Packages contributed by Brendan Molloy from: |
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.
Per the 'Pull Request Checklist' in the PR description, this PR needs a changelog:
- Pull request includes a changelog file. The entry should:
- Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from
EventStoretoEventWorkerStore.".- Use markdown where necessary, mostly for
code blocks.- End with either a period (.) or an exclamation mark (!).
- Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.
Fixed pkg version for FreeBSD
Pull Request Checklist
EventStoretoEventWorkerStore.".code blocks.