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