diff options
| author | Cullum Smith <cullum@sacredheartsc.com> | 2026-05-23 14:09:07 -0400 |
|---|---|---|
| committer | Cullum Smith <cullum@sacredheartsc.com> | 2026-05-23 14:09:07 -0400 |
| commit | c045f057f49b01239766b4281a8921e955cde1b0 (patch) | |
| tree | e201df6c462a268875545802e22c60abf21330a5 | |
| parent | ac4b4d9c06d53f1d4d2ac0f597755f4565f1ed34 (diff) | |
| download | infrastructure-c045f057f49b01239766b4281a8921e955cde1b0.tar.gz | |
fixes
3 files changed, 14 insertions, 0 deletions
diff --git a/files/usr/local/etc/poudriere.d/idm-pkglist.pkg_repository b/files/usr/local/etc/poudriere.d/idm-pkglist.pkg_repository index 648372d..dbd837d 100644 --- a/files/usr/local/etc/poudriere.d/idm-pkglist.pkg_repository +++ b/files/usr/local/etc/poudriere.d/idm-pkglist.pkg_repository @@ -12,6 +12,7 @@ net/openldap26-server net/p5-perl-ldap net/py-python-ldap net/rsync +security/ca_root_nss security/cyrus-sasl2-saslauthd security/krb5 security/openssh-portable diff --git a/files/usr/local/etc/poudriere.d/patches/capnproto-unmark-broken.patch.pkg_repository b/files/usr/local/etc/poudriere.d/patches/capnproto-unmark-broken.patch.pkg_repository new file mode 100644 index 0000000..7c804f6 --- /dev/null +++ b/files/usr/local/etc/poudriere.d/patches/capnproto-unmark-broken.patch.pkg_repository @@ -0,0 +1,12 @@ +--- devel/capnproto/Makefile 2026-04-12 00:00:12.194315000 -0400 ++++ devel/capnproto/Makefile 2026-05-01 06:32:25.868358000 -0400 +@@ -12,9 +12,6 @@ + LICENSE= MIT + LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +-BROKEN_FreeBSD_15= kqueue regression +-BROKEN_FreeBSD_16= kqueue regression +- + USES= cmake:testing compiler:c++14-lang cpe pathfix ssl + USE_LDCONFIG= yes + diff --git a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository index 57a6ef6..24f2faf 100644 --- a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository +++ b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository @@ -136,6 +136,7 @@ print/pdftk print/texlive-full security/acme.sh security/bitwarden-cli +security/ca_root_nss security/cyrus-sasl2-saslauthd security/krb5@default security/krb5@ldap |
