updated for FreeBSD 12.2
This commit is contained in:
1
jails/config/pkgp/ccache.conf
Normal file
1
jails/config/pkgp/ccache.conf
Normal file
@ -0,0 +1 @@
|
||||
max_size = 32.0G
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: releng/12.1/usr.sbin/freebsd-update/freebsd-update.conf 337338 2018-08-04 22:25:41Z brd $
|
||||
# $FreeBSD: releng/12.2/usr.sbin/freebsd-update/freebsd-update.conf 337338 2018-08-04 22:25:41Z brd $
|
||||
|
||||
# Trusted keyprint. Changing this is a Bad Idea unless you've received
|
||||
# a PGP-signed email from <security-officer@FreeBSD.org> telling you to
|
||||
|
@ -1,2 +1,3 @@
|
||||
WANT_OPENLDAP_SASL=yes
|
||||
LICENSES_ACCEPTED+=DCC
|
||||
WITH_CCACHE_BUILD=yes
|
||||
|
@ -5,11 +5,14 @@ net/openldap24-sasl-client
|
||||
security/cyrus-sasl2
|
||||
www/apache24
|
||||
devel/apr1
|
||||
net/php73-ldap
|
||||
net/php74-ldap
|
||||
mail/postfix
|
||||
mail/dovecot
|
||||
mail/dovecot-pigeonhole
|
||||
mail/rspamd
|
||||
mail/dcc-dccd
|
||||
net/netatalk3
|
||||
net/samba410
|
||||
net/samba411
|
||||
net/nss-pam-ldapd
|
||||
net/nss-pam-ldapd-sasl
|
||||
#security/pam_ldap # included above
|
||||
|
11
jails/config/pkgp/pkgp.conf
Normal file
11
jails/config/pkgp/pkgp.conf
Normal file
@ -0,0 +1,11 @@
|
||||
FreeBSD: {
|
||||
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
|
||||
enabled: no
|
||||
}
|
||||
|
||||
pkgp-freebsd-pkg: {
|
||||
url: "http://pkgp-freebsd-pkg.ahlawat.com/${ABI}/latest",
|
||||
mirror_type: "http",
|
||||
enabled: yes,
|
||||
priority: 10
|
||||
}
|
@ -133,7 +133,7 @@ PKG_REPO_SIGNING_KEY=/usr/local/etc/ssl/keys/poudriere.key
|
||||
# It will be mounted into the jail and be shared among all jails.
|
||||
# It is recommended that extra ccache configuration be done with
|
||||
# ccache -o rather than from the environment.
|
||||
#CCACHE_DIR=/var/cache/ccache
|
||||
CCACHE_DIR=/mnt/cache/ccache
|
||||
|
||||
# Static ccache support from host. This uses the existing
|
||||
# ccache from the host in the build jail. This is useful for
|
||||
@ -200,7 +200,7 @@ NOLINUX=yes
|
||||
# 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*"
|
||||
ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* llvm*"
|
||||
|
||||
# Timestamp every line of build logs
|
||||
# Default: no
|
||||
@ -282,7 +282,7 @@ PRESERVE_TIMESTAMP=yes
|
||||
|
||||
# Define pkgname globs to boost priority for
|
||||
# Default: none
|
||||
#PRIORITY_BOOST="pypy openoffice*"
|
||||
PRIORITY_BOOST="llvm*"
|
||||
|
||||
# Define format for buildnames
|
||||
# Default: %Y-%m-%d_%Hh%Mm%Ss
|
||||
|
Reference in New Issue
Block a user