Skip to content
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

Improve FreeBSD dependencies #1681

Merged

Conversation

arogge
Copy link
Member

@arogge arogge commented Jan 24, 2024

Backport of PR #1670 to bareos-22

Checklist for the reviewer of the PR (will be processed by the Bareos team)

Make sure you check/merge the PR using devtools/pr-tool to have some simple automated checks run and a proper changelog record added.

Source code quality (if there were changes to the original PR)
  • Source code changes are understandable

  • Variable and function names are meaningful

  • Code comments are correct (logically and spelling)

  • Required documentation changes are present and part of the PR

  • Original PR Improve FreeBSD dependencies #1670 is merged

  • All functional differences to the original PR are documented above

USES+=pgsql will pin us to a specific version of PostgreSQL, which is
probably not a great idea, so we remove it.
This will retain the (automatic) requirement to libpq, so a compatible
postgresql client will be required by the binary package.

(cherry picked from commit 91f1842)
as we already have openssl in base, it is probably easier to just use
that one instead of the one from ports.

(cherry picked from commit e4d83d0)
@BareosBot BareosBot merged commit 8c90919 into bareos:bareos-22 Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants