From d6034b06b85304c4e9695ab2fea264048f490a3c Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Mon, 29 Jun 2026 08:43:19 +0200 Subject: [PATCH 1/2] up --- poudriere/poudriere.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/poudriere/poudriere.conf b/poudriere/poudriere.conf index a8e98b1..bf6b98f 100644 --- a/poudriere/poudriere.conf +++ b/poudriere/poudriere.conf @@ -144,6 +144,7 @@ CHECK_CHANGED_DEPS=yes # This produces a repo that supports SIGNATURE_TYPE=PUBKEY # Default: not set #PKG_REPO_SIGNING_KEY=/etc/ssl/keys/repo.key +PKG_REPO_SIGNING_KEY=/usr/local/etc/poudriere.d/poudriere.key # Command to sign the PKG repo with. See pkg-repo(8) # This produces a repo that supports SIGNATURE_TYPE=FINGERPRINTS @@ -234,7 +235,7 @@ NO_RESTRICTED=no # List of packages that will always be allowed to use MAKE_JOBS # regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports # which holdup the rest of the queue to build more quickly. -ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go* webkit2* grpc* cmake*" +ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go* webkit2* grpc* cmake* deno*" # List of package name globs that should never build at the same time. # # Default: none From 06d6e0eac74fb11f18df134d29cf34e95d36ef55 Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Tue, 30 Jun 2026 12:29:09 +0200 Subject: [PATCH 2/2] qt --- poudriere/poudriere.conf | 4 ++-- poudriere/poudriere.d/gitlab2.list | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/poudriere/poudriere.conf b/poudriere/poudriere.conf index bf6b98f..a9cc659 100644 --- a/poudriere/poudriere.conf +++ b/poudriere/poudriere.conf @@ -144,7 +144,7 @@ CHECK_CHANGED_DEPS=yes # This produces a repo that supports SIGNATURE_TYPE=PUBKEY # Default: not set #PKG_REPO_SIGNING_KEY=/etc/ssl/keys/repo.key -PKG_REPO_SIGNING_KEY=/usr/local/etc/poudriere.d/poudriere.key +#PKG_REPO_SIGNING_KEY=/usr/local/etc/poudriere.d/poudriere.key # Command to sign the PKG repo with. See pkg-repo(8) # This produces a repo that supports SIGNATURE_TYPE=FINGERPRINTS @@ -235,7 +235,7 @@ NO_RESTRICTED=no # List of packages that will always be allowed to use MAKE_JOBS # regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports # which holdup the rest of the queue to build more quickly. -ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go* webkit2* grpc* cmake* deno*" +ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go* webkit2* grpc* cmake* deno* qt*" # List of package name globs that should never build at the same time. # # Default: none diff --git a/poudriere/poudriere.d/gitlab2.list b/poudriere/poudriere.d/gitlab2.list index a4288e0..cfcacfc 100644 --- a/poudriere/poudriere.d/gitlab2.list +++ b/poudriere/poudriere.d/gitlab2.list @@ -6,9 +6,9 @@ www/gitlab-pages devel/gitlab-shell www/gitlab-workhorse textproc/gitlab-elasticsearch-indexer -databases/postgresql17-client -databases/postgresql17-server -databases/postgresql17-contrib +#databases/postgresql17-client +#databases/postgresql17-server +#databases/postgresql17-contrib databases/postgresql18-client databases/postgresql18-server databases/postgresql18-contrib @@ -17,3 +17,5 @@ security/acmetool security/acme.sh security/lego sysutils/monit +net/wireguard-go +net/wireguard-tools