Added sudomk
This commit is contained in:
@ -71,6 +71,12 @@ USE_TMPFS=yes
|
|||||||
# (default: none)
|
# (default: none)
|
||||||
#TMPFS_LIMIT=8
|
#TMPFS_LIMIT=8
|
||||||
|
|
||||||
|
# List of pk globs that are not allower to use tmpfs
|
||||||
|
TMPFS_BLACKLIST="rust* llvm*"
|
||||||
|
|
||||||
|
# For TMPFS_BLACKLIST
|
||||||
|
TMPFS_BLACKLIST_TMPDIR=/cache/tmp
|
||||||
|
|
||||||
# How much memory to limit jail processes to for *each builder*
|
# How much memory to limit jail processes to for *each builder*
|
||||||
# in GiB (default: none)
|
# in GiB (default: none)
|
||||||
#MAX_MEMORY=8
|
#MAX_MEMORY=8
|
||||||
@ -91,6 +97,7 @@ DISTFILES_CACHE=/usr/ports/distfiles
|
|||||||
#
|
#
|
||||||
# Example to use github mirror:
|
# Example to use github mirror:
|
||||||
#GIT_BASEURL=https://github.com/freebsd/freebsd-src.git
|
#GIT_BASEURL=https://github.com/freebsd/freebsd-src.git
|
||||||
|
GIT_BASEURL=https://github.com/freebsd/freebsd-src.git
|
||||||
|
|
||||||
# If set the source tree marked to use git will use the defined
|
# If set the source tree marked to use git will use the defined
|
||||||
# mirror (default: git.FreeBSD.org/src.git)
|
# mirror (default: git.FreeBSD.org/src.git)
|
||||||
@ -227,7 +234,11 @@ NO_RESTRICTED=no
|
|||||||
# List of packages that will always be allowed to use MAKE_JOBS
|
# List of packages that will always be allowed to use MAKE_JOBS
|
||||||
# regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports
|
# regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports
|
||||||
# which holdup the rest of the queue to build more quickly.
|
# 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* go*"
|
ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go* webkit2*"
|
||||||
|
|
||||||
|
# List of package name globs that should never build at the same time.
|
||||||
|
# # Default: none
|
||||||
|
MUTUALLY_EXCLUSIVE_BUILD_PACKAGES="llvm* rust* gcc* llvm15* llvm16* llvm17* llvm18* llvm19*"
|
||||||
|
|
||||||
# Timestamp every line of build logs
|
# Timestamp every line of build logs
|
||||||
# Default: no
|
# Default: no
|
||||||
@ -346,5 +357,6 @@ PRIORITY_BOOST="gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go*
|
|||||||
# Default: no
|
# Default: no
|
||||||
HTML_TRACK_REMAINING=yes
|
HTML_TRACK_REMAINING=yes
|
||||||
|
|
||||||
|
|
||||||
#klara
|
#klara
|
||||||
#PKG_HASH=yes
|
#PKG_HASH=yes
|
||||||
|
|||||||
1
poudriere/poudriere.d/sudomk-make.conf
Normal file
1
poudriere/poudriere.d/sudomk-make.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
#DEFAULT_VERSIONS= sudo=sssd
|
||||||
41
poudriere/poudriere.d/sudomk.list
Normal file
41
poudriere/poudriere.d/sudomk.list
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
benchmarks/phoronix-test-suite
|
||||||
|
databases/cego
|
||||||
|
devel/p5-IPC-ShellCmd
|
||||||
|
devel/py-invoke
|
||||||
|
devel/ruby-install
|
||||||
|
emulators/playonbsd
|
||||||
|
multimedia/zoneminder
|
||||||
|
net-im/mastodon
|
||||||
|
net-mgmt/librenms
|
||||||
|
net-mgmt/networkmgr
|
||||||
|
net-mgmt/observium
|
||||||
|
net-mgmt/zabbix6-server
|
||||||
|
net-mgmt/zabbix7-server
|
||||||
|
net-mgmt/zabbix72-server
|
||||||
|
net-mgmt/zabbix74-server
|
||||||
|
net/cloud-init-devel
|
||||||
|
net/cloud-init
|
||||||
|
ports-mgmt/porttools
|
||||||
|
security/kf5-kdesu
|
||||||
|
security/kf6-kdesu
|
||||||
|
security/lxqt-sudo
|
||||||
|
security/veracrypt
|
||||||
|
sysutils/azure-agent
|
||||||
|
sysutils/bhyvemgr
|
||||||
|
sysutils/brut
|
||||||
|
sysutils/catfish
|
||||||
|
sysutils/cbsd
|
||||||
|
sysutils/fpart
|
||||||
|
sysutils/mountsmb2
|
||||||
|
sysutils/mybashburn
|
||||||
|
sysutils/omnibackup
|
||||||
|
sysutils/puppetserver8
|
||||||
|
sysutils/py-google-compute-engine
|
||||||
|
sysutils/qsudo
|
||||||
|
sysutils/reggae
|
||||||
|
sysutils/topgrade
|
||||||
|
sysutils/zogftw
|
||||||
|
www/ilias
|
||||||
|
x11-wm/nscde
|
||||||
|
security/sudo
|
||||||
|
security/sudo@sssd
|
||||||
Reference in New Issue
Block a user