sysutils/rubygem-puppetserver-ca: Add missing dependency on facter
This port is a dependency of puppetserver, which depends on puppet,
which depends on facter. Older versions of Puppet allowed to choose
between two implementations of facter, and it was decided to not add
explicitly the dependency to cope with all situations, at the cost of
some warning when building packages.
Now that Puppet 7 is gone, and the old implementation of facter was
removed, we can list explicitly that dependency.
With hat: puppet
sysutils/openvox-agent8: Fix build with Ruby 3.4
syslog used to be a default gem, but starting with Ruby 3.4 it is not
anymore. Add this dependency explicitly to fix packages builing with a
non-default version of Ruby.
Not bumping PORTREVISION as packages built against the default version
of Ruby have no issue and can wait for another reason to be rebuilt.
PR: 290324
Reported by: dvl
sysutils/puppet8: Fix build with Ruby 3.4
syslog used to be a default gem, but starting with Ruby 3.4 it is not
anymore. Add this dependency explicitly to fix packages builing with a
non-default version of Ruby.
Not bumping PORTREVISION as packages built against the default version
of Ruby have no issue and can wait for another reason to be rebuilt.
PR: 290261
Reported by: dvl
With hat: puppet
sysutils/rubygem-facter: Fix with Ruby 3.4
base64 used to be a default gem, but starting with Ruby 3.4 it is not
anymore. Add this dependency explicitly to fix packages built with a
non-default version of Ruby.
Not bumping PORTREVISION as packages built against the default version
of Ruby have no issue and can wait for another reason to be rebuilt.
PR: 290261
Reported by: dvl
With hat: puppet
graphics/py-face_recognition_models: add missing runtime dependency
The package imports pkg_resources at runtime, which is provided by
devel/py-setuptools. Add setuptools as a RUN_DEPENDS to avoid
ModuleNotFoundError when using face_recognition_models without setuptools
installed.
PR: 288531
Reported by: kaltheat at gmail.com
(cherry picked from commit f18a04ffb9c1d698ce9264ecf9bcf01fa6724fec)
graphics/py-face_recognition_models: add missing runtime dependency
The package imports pkg_resources at runtime, which is provided by
devel/py-setuptools. Add setuptools as a RUN_DEPENDS to avoid
ModuleNotFoundError when using face_recognition_models without setuptools
installed.
PR: 288531
Reported by: kaltheat at gmail.com