Compare commits
5 Commits
06d6e0eac7
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 742d1cfdce | |||
| 7821c043ab | |||
| d3a7bb449c | |||
| c1b01fb67a | |||
| a4a0eb3b63 |
@@ -1,6 +1,6 @@
|
||||
archivers/7-zip
|
||||
shells/bash
|
||||
dns/bind918
|
||||
dns/bind920
|
||||
security/ca_root_nss
|
||||
devel/ccache
|
||||
ftp/curl
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
archivers/7-zip
|
||||
shells/bash
|
||||
dns/bind918
|
||||
dns/bind920
|
||||
security/ca_root_nss
|
||||
devel/ccache
|
||||
ftp/curl
|
||||
@@ -93,7 +93,8 @@ www/adguardhome
|
||||
www/yt-dlp
|
||||
multimedia/plexmediaserver
|
||||
net/netatalk4
|
||||
databases/mariadb106-server
|
||||
#databases/mariadb106-server
|
||||
databases/mariadb1011-server
|
||||
databases/mariadb118-server
|
||||
finance/nextcloud-cospend
|
||||
mail/nextcloud-mail
|
||||
@@ -196,10 +197,8 @@ sysutils/lsof
|
||||
graphics/drm-kmod
|
||||
textproc/hs-pandoc
|
||||
emulators/qemu@nox11
|
||||
sysutils/puppetserver8
|
||||
sysutils/puppet8
|
||||
sysutils/puppetserver8
|
||||
sysutils/puppet8
|
||||
sysutils/openvox-server8
|
||||
sysutils/openvox-agent8
|
||||
comms/py-sdm_modbus
|
||||
net/gitup
|
||||
misc/ollama
|
||||
|
||||
@@ -144,3 +144,10 @@ BUILD_ALL_PYTHON_FLAVORS=yes
|
||||
#DEFAULT_VERSIONS+= python=3.9 python3=3.9 samba=4.13
|
||||
#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
|
||||
#textproc/augeas
|
||||
#www/libapreq2
|
||||
net/samba422
|
||||
net/samba423
|
||||
#net/samba422
|
||||
#net/samba423
|
||||
#security/ca_root_nss
|
||||
devel/etcd35
|
||||
mail/exim
|
||||
mail/exim-ldap2
|
||||
mail/exim-monitor
|
||||
mail/exim-mysql
|
||||
mail/exim-postgresql
|
||||
mail/exim-sqlite
|
||||
#mail/exim
|
||||
#mail/exim-ldap2
|
||||
#mail/exim-monitor
|
||||
#mail/exim-mysql
|
||||
#mail/exim-postgresql
|
||||
#mail/exim-sqlite
|
||||
#net/freeipa-client
|
||||
#net/samba423
|
||||
net-mgmt/zabbix74-server
|
||||
|
||||
@@ -14,7 +14,7 @@ BUILD_ALL_PYTHON_FLAVORS=yes
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
# Set default versions
|
||||
DEFAULT_VERSIONS+= samba=4.22 perl5=5.38 sudo=sssd
|
||||
DEFAULT_VERSIONS+= samba=4.23 sudo=sssd
|
||||
|
||||
.if ${.CURDIR:M*/*/*gtk*}
|
||||
OPTIONS_FILE_UNSET+=CUPS
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#!/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 klara -y 15
|
||||
/usr/local/bin/poudriere logclean -j verisign13 -y 15
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/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/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/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
|
||||
|
||||
Reference in New Issue
Block a user