Compare commits
4 Commits
8320812c74
...
2e7841c5cd
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e7841c5cd | |||
| 33c718c50d | |||
| b1463349c1 | |||
| bbb700b7a3 |
@ -225,5 +225,5 @@ www/sogo-activesync
|
|||||||
# puppet
|
# puppet
|
||||||
sysutils/puppet8
|
sysutils/puppet8
|
||||||
sysutils/puppetserver8
|
sysutils/puppetserver8
|
||||||
|
www/trafficserver
|
||||||
|
|
||||||
|
|||||||
@ -12,5 +12,8 @@ databases/postgresql13-contrib
|
|||||||
databases/postgresql14-client
|
databases/postgresql14-client
|
||||||
databases/postgresql14-server
|
databases/postgresql14-server
|
||||||
databases/postgresql14-contrib
|
databases/postgresql14-contrib
|
||||||
|
databases/postgresql16-client
|
||||||
|
databases/postgresql16-server
|
||||||
|
databases/postgresql16-contrib
|
||||||
editors/vim
|
editors/vim
|
||||||
security/acmetool
|
security/acmetool
|
||||||
|
|||||||
1
poudriere/poudriere.d/titanhq13-src-env.conf
Normal file
1
poudriere/poudriere.d/titanhq13-src-env.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
WITH_META_MODE="YES"
|
||||||
4
poudriere/poudriere.d/titanhq13-src.conf
Normal file
4
poudriere/poudriere.d/titanhq13-src.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
PKG_FORMAT="tzst"
|
||||||
|
WITHOUT_CLEAN="YES"
|
||||||
|
WITH_REPRODUCIBLE_BUILD="YES"
|
||||||
|
|
||||||
@ -38,22 +38,22 @@ OPTIONS_FILE_SET+=NLS
|
|||||||
OPTIONS_FILE_UNSET+=NOARGS_SHELL
|
OPTIONS_FILE_UNSET+=NOARGS_SHELL
|
||||||
OPTIONS_FILE_UNSET+=OPIE
|
OPTIONS_FILE_UNSET+=OPIE
|
||||||
OPTIONS_FILE_SET+=PAM
|
OPTIONS_FILE_SET+=PAM
|
||||||
OPTIONS_FILE_UNSET+=SSSD
|
#OPTIONS_FILE_UNSET+=SSSD
|
||||||
OPTIONS_FILE_SET+=SSSD2
|
#OPTIONS_FILE_SET+=SSSD2
|
||||||
OPTIONS_FILE_UNSET+=GSSAPI_BASE
|
OPTIONS_FILE_UNSET+=GSSAPI_BASE
|
||||||
OPTIONS_FILE_UNSET+=GSSAPI_HEIMDAL
|
OPTIONS_FILE_UNSET+=GSSAPI_HEIMDAL
|
||||||
OPTIONS_FILE_UNSET+=GSSAPI_MIT
|
OPTIONS_FILE_UNSET+=GSSAPI_MIT
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${.CURDIR:M*/databases/ldb2*}
|
#.if ${.CURDIR:M*/databases/ldb2*}
|
||||||
OPTIONS_FILE_SET+=PYTHON3
|
#PTIONS_FILE_SET+=PYTHON3
|
||||||
.endif
|
#.endif
|
||||||
|
|
||||||
.if ${.CURDIR:M*/net/samba4*}
|
#.if ${.CURDIR:M*/net/samba4*}
|
||||||
OPTIONS_FILE_UNSET+=AD_DC
|
#OPTIONS_FILE_UNSET+=AD_DC
|
||||||
OPTIONS_FILE_UNSET+=QUOTAS
|
#OPTIONS_FILE_UNSET+=QUOTAS
|
||||||
SAMBA4_BUNDLED_LDB=no
|
#SAMBA4_BUNDLED_LDB=no
|
||||||
.endif
|
#.endif
|
||||||
|
|
||||||
.if ${.CURDIR:M*/java/openjdk*}
|
.if ${.CURDIR:M*/java/openjdk*}
|
||||||
OPTIONS_FILE_UNSET+=X11
|
OPTIONS_FILE_UNSET+=X11
|
||||||
@ -81,15 +81,15 @@ OPTIONS_FILE_UNSET+=HEIMDAL
|
|||||||
OPTIONS_FILE_UNSET+=HEIMDAL_BASE
|
OPTIONS_FILE_UNSET+=HEIMDAL_BASE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${.CURDIR:M*/net-mgmt/nrpe}
|
#.if ${.CURDIR:M*/net-mgmt/nrpe}
|
||||||
OPTIONS_FILE_UNSET+=NAGPLUGINS
|
#OPTIONS_FILE_UNSET+=NAGPLUGINS
|
||||||
OPTIONS_FILE_SET+=MONPLUGINS
|
#OPTIONS_FILE_SET+=MONPLUGINS
|
||||||
.endif
|
#.endif
|
||||||
|
|
||||||
.if ${.CURDIR:M*/net-mgmt/nagios}
|
#.if ${.CURDIR:M*/net-mgmt/nagios}
|
||||||
OPTIONS_FILE_UNSET+=MONPLUGINS
|
#OPTIONS_FILE_UNSET+=MONPLUGINS
|
||||||
OPTIONS_FILE_SET+=NAGPLUGINS
|
#OPTIONS_FILE_SET+=NAGPLUGINS
|
||||||
.endif
|
#.endif
|
||||||
|
|
||||||
.if ${.CURDIR:M*/security/cyrus-sasl2-gssapi}
|
.if ${.CURDIR:M*/security/cyrus-sasl2-gssapi}
|
||||||
OPTIONS_FILE_UNSET+=GSSAPI_BASE
|
OPTIONS_FILE_UNSET+=GSSAPI_BASE
|
||||||
|
|||||||
@ -7,6 +7,7 @@ lang/python
|
|||||||
lang/python3
|
lang/python3
|
||||||
#lang/ruby30
|
#lang/ruby30
|
||||||
security/sudo
|
security/sudo
|
||||||
|
security/sudo@sssd
|
||||||
sysutils/cdrtools
|
sysutils/cdrtools
|
||||||
sysutils/dvd+rw-tools
|
sysutils/dvd+rw-tools
|
||||||
sysutils/dmidecode
|
sysutils/dmidecode
|
||||||
@ -38,6 +39,7 @@ textproc/libxml2
|
|||||||
textproc/libyaml
|
textproc/libyaml
|
||||||
net-mgmt/monitoring-plugins
|
net-mgmt/monitoring-plugins
|
||||||
net-mgmt/nrpe
|
net-mgmt/nrpe
|
||||||
|
net-mgmt/nrpe@monplugins
|
||||||
security/p5-Crypt-CBC
|
security/p5-Crypt-CBC
|
||||||
security/p5-Crypt-DES
|
security/p5-Crypt-DES
|
||||||
security/p5-Digest-HMAC
|
security/p5-Digest-HMAC
|
||||||
@ -73,14 +75,14 @@ net/py-oauth
|
|||||||
net/py-oauth2
|
net/py-oauth2
|
||||||
comms/py-pyserial
|
comms/py-pyserial
|
||||||
devel/py-configobj
|
devel/py-configobj
|
||||||
devel/py-yaml
|
devel/py-pyyaml
|
||||||
devel/py-argparse
|
devel/py-argparse
|
||||||
www/py-requests
|
www/py-requests
|
||||||
devel/py-six
|
devel/py-six
|
||||||
devel/py-boto
|
devel/py-boto
|
||||||
sysutils/gpart
|
sysutils/gpart
|
||||||
net/cloud-init
|
net/cloud-init
|
||||||
sysutils/e2fsprogs
|
filesystems/e2fsprogs
|
||||||
archivers/rpm4
|
archivers/rpm4
|
||||||
sysutils/ansible
|
sysutils/ansible
|
||||||
devel/subversion
|
devel/subversion
|
||||||
@ -137,6 +139,8 @@ databases/py-sispy
|
|||||||
devel/rubygem-gettext-setup
|
devel/rubygem-gettext-setup
|
||||||
sysutils/dtrace-toolkit
|
sysutils/dtrace-toolkit
|
||||||
net-mgmt/nagios-check_hdd_health
|
net-mgmt/nagios-check_hdd_health
|
||||||
|
net-mgmt/nagios
|
||||||
|
net-mgmt/nagios@monplugins
|
||||||
sysutils/ezjail
|
sysutils/ezjail
|
||||||
devel/py-pip
|
devel/py-pip
|
||||||
sysutils/iocage
|
sysutils/iocage
|
||||||
|
|||||||
@ -1,9 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -x
|
||||||
|
|
||||||
#/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/140x64.list -j 140x64 -p default -O kiwi_ports
|
#/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/140x64.list -j 140x64 -p default -O kiwi_ports
|
||||||
/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/141x64.list -j 141x64 -p default -O kiwi_ports
|
/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/141x64.list -j 141x64 -p default -O kiwi_ports
|
||||||
/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/142x64.list -j 142x64 -p default -O kiwi_ports
|
/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/142x64.list -j 142x64 -p default -O kiwi_ports
|
||||||
#/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/verisign13.list -j verisign13 -p default -O klara_ports
|
/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/verisign13.list -j verisign13 -p default -O klara_ports
|
||||||
#/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/130x64.list -j 130x64 -p default
|
#/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/130x64.list -j 130x64 -p default
|
||||||
#/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/120x64.list -j 120x64 -p default
|
#/usr/local/bin/poudriere bulk -f /usr/local/etc/poudriere.d/120x64.list -j 120x64 -p default
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user