Skip to content

Update FreeBSD packaging script #443

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CodingCarpincho
Copy link
Contributor

We need to make two changes:

  • First, the package e2fsprogs-libuuid is no longer shipped and the standard libuuid is used instead. We should therefore update the package manifest to reflect this change in the dependencies.
  • Second, hard-coding package versions into the script is not very scaleable and will be a maintainence burden. Instead, we should ensure that the minimum package version required is whatever the build machine running this script has.

We need to make two changes:

- First, the package e2fsprogs-libuuid is no longer shipped and the
  standard libuuid is used instead. We should therefore update the
  package manifest to reflect this change in the dependencies.
- Second, hard-coding package versions into the script is not very
  scaleable and will be a maintainence burden. Instead, we should
  ensure that the minimum package version required is whatever the
  build machine running this script has.
@CodingCarpincho
Copy link
Contributor Author

I've gone ahead and removed some of the dependencies from the package manifest because as @michael-yuji pointed out, they are required by python311 and will therefore be pulled in as part of installing the package.

I am leaving the libxml2 and sqlite dependencies unchanged since we do need these dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants