Compare commits
4 Commits
2e979473c2
...
2890a4b8b4
| Author | SHA1 | Date | |
|---|---|---|---|
| 2890a4b8b4 | |||
| 8e01a0e2fa | |||
| 16fa82f8fa | |||
| e64a251baa |
@ -53,13 +53,21 @@ http {
|
||||
autoindex on;
|
||||
alias /usr/local/poudriere/data/packages/140x64-default;
|
||||
}
|
||||
location /141x64/default {
|
||||
autoindex on;
|
||||
alias /usr/local/poudriere/data/packages/141x64-default;
|
||||
}
|
||||
location /142x64/default {
|
||||
autoindex on;
|
||||
alias /usr/local/poudriere/data/packages/142x64-default;
|
||||
}
|
||||
location /FreeBSD:14:amd64/default {
|
||||
autoindex on;
|
||||
alias /usr/local/poudriere/data/packages/140x64-default;
|
||||
alias /usr/local/poudriere/data/packages/141x64-default;
|
||||
}
|
||||
location /FreeBSD:14:amd64/Latest {
|
||||
autoindex on;
|
||||
alias /usr/local/poudriere/data/packages/140x64-default;
|
||||
alias /usr/local/poudriere/data/packages/141x64-default;
|
||||
}
|
||||
|
||||
location /130x64/default {
|
||||
|
||||
@ -227,7 +227,7 @@ NO_RESTRICTED=no
|
||||
# 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* gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc*"
|
||||
ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go*"
|
||||
|
||||
# Timestamp every line of build logs
|
||||
# Default: no
|
||||
@ -309,6 +309,7 @@ KEEP_OLD_PACKAGES_COUNT=5
|
||||
# Define pkgname globs to boost priority for
|
||||
# Default: none
|
||||
#PRIORITY_BOOST="pypy openoffice*"
|
||||
PRIORITY_BOOT="gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go*"
|
||||
|
||||
# Define format for buildnames
|
||||
# Default: %Y-%m-%d_%Hh%Mm%Ss
|
||||
|
||||
@ -101,7 +101,7 @@ OPTIONS_FILE_UNSET+=LINK
|
||||
OPTIONS_FILE_UNSET+=LUA
|
||||
OPTIONS_FILE_UNSET+=MEMC
|
||||
OPTIONS_FILE_UNSET+=MODSECURITY3
|
||||
OPTIONS_FILE_UNSET+=NAXSI
|
||||
OPTIONS_FILE_SET+=NAXSI
|
||||
OPTIONS_FILE_UNSET+=OPENTRACING
|
||||
OPTIONS_FILE_UNSET+=PASSENGER
|
||||
OPTIONS_FILE_UNSET+=POSTGRES
|
||||
|
||||
@ -243,5 +243,8 @@ graphics/drm-kmod
|
||||
www/yarn
|
||||
textproc/hs-pandoc
|
||||
emulators/qemu@nox11
|
||||
sysutils/puppetserver8
|
||||
sysutils/puppet8
|
||||
# Webmail
|
||||
www/sogo-activesync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user