Compare commits
8 Commits
dcefba515f
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 742d1cfdce | |||
| 7821c043ab | |||
| d3a7bb449c | |||
| c1b01fb67a | |||
| a4a0eb3b63 | |||
| 06d6e0eac7 | |||
| 01fbd353ca | |||
| d6034b06b8 |
@@ -144,6 +144,7 @@ CHECK_CHANGED_DEPS=yes
|
|||||||
# This produces a repo that supports SIGNATURE_TYPE=PUBKEY
|
# This produces a repo that supports SIGNATURE_TYPE=PUBKEY
|
||||||
# Default: not set
|
# Default: not set
|
||||||
#PKG_REPO_SIGNING_KEY=/etc/ssl/keys/repo.key
|
#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)
|
# Command to sign the PKG repo with. See pkg-repo(8)
|
||||||
# This produces a repo that supports SIGNATURE_TYPE=FINGERPRINTS
|
# 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
|
# List of packages that will always be allowed to use MAKE_JOBS
|
||||||
# regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports
|
# regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports
|
||||||
# which holdup the rest of the queue to build more quickly.
|
# 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.
|
# List of package name globs that should never build at the same time.
|
||||||
# # Default: none
|
# # Default: none
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
archivers/7-zip
|
archivers/7-zip
|
||||||
shells/bash
|
shells/bash
|
||||||
dns/bind918
|
dns/bind920
|
||||||
security/ca_root_nss
|
security/ca_root_nss
|
||||||
devel/ccache
|
devel/ccache
|
||||||
ftp/curl
|
ftp/curl
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
archivers/7-zip
|
archivers/7-zip
|
||||||
shells/bash
|
shells/bash
|
||||||
dns/bind918
|
dns/bind920
|
||||||
security/ca_root_nss
|
security/ca_root_nss
|
||||||
devel/ccache
|
devel/ccache
|
||||||
ftp/curl
|
ftp/curl
|
||||||
@@ -93,7 +93,8 @@ www/adguardhome
|
|||||||
www/yt-dlp
|
www/yt-dlp
|
||||||
multimedia/plexmediaserver
|
multimedia/plexmediaserver
|
||||||
net/netatalk4
|
net/netatalk4
|
||||||
databases/mariadb106-server
|
#databases/mariadb106-server
|
||||||
|
databases/mariadb1011-server
|
||||||
databases/mariadb118-server
|
databases/mariadb118-server
|
||||||
finance/nextcloud-cospend
|
finance/nextcloud-cospend
|
||||||
mail/nextcloud-mail
|
mail/nextcloud-mail
|
||||||
@@ -196,10 +197,8 @@ sysutils/lsof
|
|||||||
graphics/drm-kmod
|
graphics/drm-kmod
|
||||||
textproc/hs-pandoc
|
textproc/hs-pandoc
|
||||||
emulators/qemu@nox11
|
emulators/qemu@nox11
|
||||||
sysutils/puppetserver8
|
sysutils/openvox-server8
|
||||||
sysutils/puppet8
|
sysutils/openvox-agent8
|
||||||
sysutils/puppetserver8
|
|
||||||
sysutils/puppet8
|
|
||||||
comms/py-sdm_modbus
|
comms/py-sdm_modbus
|
||||||
net/gitup
|
net/gitup
|
||||||
misc/ollama
|
misc/ollama
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ www/gitlab-pages
|
|||||||
devel/gitlab-shell
|
devel/gitlab-shell
|
||||||
www/gitlab-workhorse
|
www/gitlab-workhorse
|
||||||
textproc/gitlab-elasticsearch-indexer
|
textproc/gitlab-elasticsearch-indexer
|
||||||
databases/postgresql17-client
|
#databases/postgresql17-client
|
||||||
databases/postgresql17-server
|
#databases/postgresql17-server
|
||||||
databases/postgresql17-contrib
|
#databases/postgresql17-contrib
|
||||||
databases/postgresql18-client
|
databases/postgresql18-client
|
||||||
databases/postgresql18-server
|
databases/postgresql18-server
|
||||||
databases/postgresql18-contrib
|
databases/postgresql18-contrib
|
||||||
@@ -17,3 +17,5 @@ security/acmetool
|
|||||||
security/acme.sh
|
security/acme.sh
|
||||||
security/lego
|
security/lego
|
||||||
sysutils/monit
|
sysutils/monit
|
||||||
|
net/wireguard-go
|
||||||
|
net/wireguard-tools
|
||||||
|
|||||||
@@ -144,3 +144,10 @@ BUILD_ALL_PYTHON_FLAVORS=yes
|
|||||||
#DEFAULT_VERSIONS+= python=3.9 python3=3.9 samba=4.13
|
#DEFAULT_VERSIONS+= python=3.9 python3=3.9 samba=4.13
|
||||||
#DEFAULT_VERSIONS+= samba=4.20
|
#DEFAULT_VERSIONS+= samba=4.20
|
||||||
|
|
||||||
|
.if ${.CURDIR:M*/net-mgmt/zabbix74-server}
|
||||||
|
OPTIONS_FILE_SET+=DB
|
||||||
|
OPTIONS_FILE_UNSET+=MYSQLDV
|
||||||
|
#OPTIONS_FILE_SET+=MDB1011
|
||||||
|
#OPTIONS_FILE_SET+=MDB114
|
||||||
|
OPTIONS_FILE_SET+=MDB118
|
||||||
|
.endif
|
||||||
|
|||||||
@@ -9,15 +9,16 @@
|
|||||||
#net/samba420
|
#net/samba420
|
||||||
#textproc/augeas
|
#textproc/augeas
|
||||||
#www/libapreq2
|
#www/libapreq2
|
||||||
net/samba422
|
#net/samba422
|
||||||
net/samba423
|
#net/samba423
|
||||||
#security/ca_root_nss
|
#security/ca_root_nss
|
||||||
devel/etcd35
|
devel/etcd35
|
||||||
mail/exim
|
#mail/exim
|
||||||
mail/exim-ldap2
|
#mail/exim-ldap2
|
||||||
mail/exim-monitor
|
#mail/exim-monitor
|
||||||
mail/exim-mysql
|
#mail/exim-mysql
|
||||||
mail/exim-postgresql
|
#mail/exim-postgresql
|
||||||
mail/exim-sqlite
|
#mail/exim-sqlite
|
||||||
#net/freeipa-client
|
#net/freeipa-client
|
||||||
#net/samba423
|
#net/samba423
|
||||||
|
net-mgmt/zabbix74-server
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ BUILD_ALL_PYTHON_FLAVORS=yes
|
|||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
|
||||||
# Set default versions
|
# Set default versions
|
||||||
DEFAULT_VERSIONS+= samba=4.22 perl5=5.38 sudo=sssd
|
DEFAULT_VERSIONS+= samba=4.23 sudo=sssd
|
||||||
|
|
||||||
.if ${.CURDIR:M*/*/*gtk*}
|
.if ${.CURDIR:M*/*/*gtk*}
|
||||||
OPTIONS_FILE_UNSET+=CUPS
|
OPTIONS_FILE_UNSET+=CUPS
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/usr/local/bin/poudriere logclean -j 143x64 -y 15
|
|
||||||
/usr/local/bin/poudriere logclean -j 151x64 -y 15
|
/usr/local/bin/poudriere logclean -j 151x64 -y 15
|
||||||
/usr/local/bin/poudriere logclean -j klara -y 15
|
/usr/local/bin/poudriere logclean -j klara -y 15
|
||||||
/usr/local/bin/poudriere logclean -j verisign13 -y 15
|
/usr/local/bin/poudriere logclean -j verisign13 -y 15
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/142x64.list -j 142x64 -p default -y -O kiwi_ports
|
#/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/142x64.list -j 142x64 -p default -y -O kiwi_ports
|
||||||
/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/143x64.list -j 143x64 -p default -y -O kiwi_ports
|
#/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/143x64.list -j 143x64 -p default -y -O kiwi_ports
|
||||||
/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/150x64.list -j 151x64 -p default -y -O kiwi_ports
|
/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/150x64.list -j 151x64 -p default -y -O kiwi_ports
|
||||||
/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/klara.list -j klara -p default -y -O klara_ports
|
/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/klara.list -j klara -p default -y -O klara_ports
|
||||||
/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/verisign13.list -j verisign13 -p default -y -O klara_ports
|
/usr/local/bin/poudriere pkgclean -f /usr/local/etc/poudriere.d/verisign13.list -j verisign13 -p default -y -O klara_ports
|
||||||
|
|||||||
Reference in New Issue
Block a user