15.0-RELEASE
This commit is contained in:
139
poudriere/poudriere.d/150x64-make.conf
Normal file
139
poudriere/poudriere.d/150x64-make.conf
Normal file
@ -0,0 +1,139 @@
|
||||
OPTIONS_UNSET+= X11
|
||||
#DEFAULT_VERSIONS= php=8.2 mysql=10.6m java=11 pgsql=14 mono=6.8
|
||||
DEFAULT_VERSIONS= mysql=10.6m
|
||||
#DISABLE_LICENSES=yes
|
||||
#LICENSES
|
||||
LICENSES_ACCEPTED+=3GPP
|
||||
LICENSES_ACCEPTED+=ACUBE
|
||||
LICENSES_ACCEPTED+=ADOBE
|
||||
LICENSES_ACCEPTED+=APL1
|
||||
LICENSES_ACCEPTED+=BSDCOMPATIBLE
|
||||
LICENSES_ACCEPTED+=BSIML
|
||||
LICENSES_ACCEPTED+=BuildLic
|
||||
LICENSES_ACCEPTED+=CC0
|
||||
LICENSES_ACCEPTED+=CCBYNCSAv3
|
||||
LICENSES_ACCEPTED+=CCBYSAv3
|
||||
LICENSES_ACCEPTED+=CCBYv3
|
||||
LICENSES_ACCEPTED+=CCbyNC25
|
||||
LICENSES_ACCEPTED+=CCbyNCSA2
|
||||
LICENSES_ACCEPTED+=CCbyNCSA3
|
||||
LICENSES_ACCEPTED+=CCbySA30
|
||||
LICENSES_ACCEPTED+=CCbySA3
|
||||
LICENSES_ACCEPTED+=CCbySA40
|
||||
LICENSES_ACCEPTED+=CCbySA
|
||||
LICENSES_ACCEPTED+=CLEARTHOUGHT
|
||||
LICENSES_ACCEPTED+=COMMERCIAL
|
||||
LICENSES_ACCEPTED+=CPL05
|
||||
LICENSES_ACCEPTED+=CPL
|
||||
LICENSES_ACCEPTED+=CUBE
|
||||
LICENSES_ACCEPTED+=CW
|
||||
LICENSES_ACCEPTED+=CeCILL
|
||||
LICENSES_ACCEPTED+=CeCILL_C
|
||||
LICENSES_ACCEPTED+=DCC
|
||||
LICENSES_ACCEPTED+=DMD
|
||||
LICENSES_ACCEPTED+=DejaVu
|
||||
LICENSES_ACCEPTED+=ECW
|
||||
LICENSES_ACCEPTED+=EULA
|
||||
LICENSES_ACCEPTED+=EUPL
|
||||
LICENSES_ACCEPTED+=FAL
|
||||
LICENSES_ACCEPTED+=FDK_AAC
|
||||
LICENSES_ACCEPTED+=FFTPAK
|
||||
LICENSES_ACCEPTED+=FLOSSE
|
||||
LICENSES_ACCEPTED+=FPL
|
||||
LICENSES_ACCEPTED+=GLEW
|
||||
LICENSES_ACCEPTED+=GPLR
|
||||
LICENSES_ACCEPTED+=HISIML
|
||||
LICENSES_ACCEPTED+=HW
|
||||
LICENSES_ACCEPTED+=IBM
|
||||
LICENSES_ACCEPTED+=ICOT
|
||||
LICENSES_ACCEPTED+=ICU
|
||||
LICENSES_ACCEPTED+=IDPL
|
||||
LICENSES_ACCEPTED+=FPL
|
||||
LICENSES_ACCEPTED+=GLEW
|
||||
LICENSES_ACCEPTED+=GPLR
|
||||
LICENSES_ACCEPTED+=HISIML
|
||||
LICENSES_ACCEPTED+=HW
|
||||
LICENSES_ACCEPTED+=IBM
|
||||
LICENSES_ACCEPTED+=ICOT
|
||||
LICENSES_ACCEPTED+=ICU
|
||||
LICENSES_ACCEPTED+=IDPL
|
||||
LICENSES_ACCEPTED+=IFL
|
||||
LICENSES_ACCEPTED+=IPL
|
||||
LICENSES_ACCEPTED+=ISO
|
||||
LICENSES_ACCEPTED+=IUP
|
||||
LICENSES_ACCEPTED+=JAIDL
|
||||
LICENSES_ACCEPTED+=JDOM
|
||||
LICENSES_ACCEPTED+=JYTHON
|
||||
LICENSES_ACCEPTED+=LINUXLIBERTINE
|
||||
LICENSES_ACCEPTED+=LinuxdocTools
|
||||
LICENSES_ACCEPTED+=MSPAT
|
||||
LICENSES_ACCEPTED+=NAIST
|
||||
LICENSES_ACCEPTED+=NAISTL
|
||||
LICENSES_ACCEPTED+=NEWRELIC
|
||||
LICENSES_ACCEPTED+=NKF
|
||||
LICENSES_ACCEPTED+=NODE
|
||||
LICENSES_ACCEPTED+=OFL
|
||||
LICENSES_ACCEPTED+=OPENLDAP
|
||||
LICENSES_ACCEPTED+=OTHER
|
||||
LICENSES_ACCEPTED+=PUBLIC_DOMAIN
|
||||
LICENSES_ACCEPTED+=PerconaFT
|
||||
LICENSES_ACCEPTED+=QPL10
|
||||
LICENSES_ACCEPTED+=SENDMAIL
|
||||
LICENSES_ACCEPTED+=SIL
|
||||
LICENSES_ACCEPTED+=SpecialAuth
|
||||
LICENSES_ACCEPTED+=TTYP0
|
||||
LICENSES_ACCEPTED+=TWAIN
|
||||
LICENSES_ACCEPTED+=TclTk
|
||||
LICENSES_ACCEPTED+=UIUC
|
||||
LICENSES_ACCEPTED+=UNLICENSE
|
||||
LICENSES_ACCEPTED+=UNRAR
|
||||
LICENSES_ACCEPTED+=VOLITION
|
||||
LICENSES_ACCEPTED+=W3C
|
||||
LICENSES_ACCEPTED+=WARSOW
|
||||
LICENSES_ACCEPTED+=addl
|
||||
LICENSES_ACCEPTED+=imlib2
|
||||
LICENSES_ACCEPTED+=unknown
|
||||
LICENSES_ACCEPTED+=NONE
|
||||
LICENSES_ACCEPTED+=bolthole
|
||||
LICENSES_ACCEPTED+=BOLTHOLE
|
||||
|
||||
# Postfix
|
||||
.if ${.CURDIR:M*/mail/postfix}
|
||||
CFLAGS+=-DRECEIVED_ENVELOPE_FROM
|
||||
.endif
|
||||
|
||||
# Domoticz-devel
|
||||
.if ${.CURDIR:M*/www/domoticz-devel}
|
||||
WITH_DEBUG=YES
|
||||
CFLAGS+=-fno-omit-frame-pointer
|
||||
.endif
|
||||
|
||||
# openbgpd
|
||||
.if ${.CURDIR:M*/net/openbgpd6}
|
||||
WITH_DEBUG=YES
|
||||
CFLAGS+=-fno-omit-frame-pointer
|
||||
.endif
|
||||
.if ${.CURDIR:M*/net/openbgpd7}
|
||||
WITH_DEBUG=YES
|
||||
CFLAGS+=-fno-omit-frame-pointer
|
||||
.endif
|
||||
|
||||
.if ${.CURDIR:M*/net-p2p/transmission}
|
||||
OPTIONS_FILE_UNSET+=GTK
|
||||
OPTIONS_FILE_UNSET+=QT
|
||||
OPTIONS_FILE_UNSET+=DOCS
|
||||
OPTIONS_FILE_SET+=CLI
|
||||
OPTIONS_FILE_SET+=DAEMON
|
||||
OPTIONS_FILE_SET+=WEB
|
||||
.endif
|
||||
|
||||
.if ${.CURDIR:M*/databases/rrdtool}
|
||||
OPTIONS_FILE_SET+=PYTHON
|
||||
.endif
|
||||
|
||||
.if ${.CURDIR:M*/www/awstats}
|
||||
OPTIONS_FILE_SET+=GEOIPFREE
|
||||
OPTIONS_FILE_SET+=DECODEUTFKEYS
|
||||
OPTIONS_FILE_SET+=JSON
|
||||
.endif
|
||||
|
||||
1
poudriere/poudriere.d/150x64-options/141x64-options
Symbolic link
1
poudriere/poudriere.d/150x64-options/141x64-options
Symbolic link
@ -0,0 +1 @@
|
||||
141x64-options
|
||||
@ -0,0 +1,6 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for libiconv-1.17
|
||||
_OPTIONS_READ=libiconv-1.17
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS ENCODINGS
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_SET+=ENCODINGS
|
||||
10
poudriere/poudriere.d/150x64-options/databases_db5/options
Normal file
10
poudriere/poudriere.d/150x64-options/databases_db5/options
Normal file
@ -0,0 +1,10 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for db5-5.3.28_9
|
||||
_OPTIONS_READ=db5-5.3.28_9
|
||||
_FILE_COMPLETE_OPTIONS_LIST=CRYPTO DEBUG DOCS JAVA L10N TCL
|
||||
OPTIONS_FILE_SET+=CRYPTO
|
||||
OPTIONS_FILE_UNSET+=DEBUG
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_UNSET+=JAVA
|
||||
OPTIONS_FILE_UNSET+=L10N
|
||||
OPTIONS_FILE_UNSET+=TCL
|
||||
@ -0,0 +1,49 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for sqlite3-3.42.0,1
|
||||
_OPTIONS_READ=sqlite3-3.42.0,1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=ARMOR DBPAGE DBSTAT DIRECT_READ DQS EXAMPLES EXTENSION FTS3_TOKEN FTS4 FTS5 LIKENOTBLOB MEMMAN METADATA NORMALIZE NULL_TRIM RBU SECURE_DELETE SORT_REF STATIC STMT STRIP TCL THREADS TRUSTED_SCHEMA UNKNOWN_SQL UNLOCK_NOTIFY UPDATE_LIMIT URI URI_AUTHORITY TS0 TS1 TS2 TS3 STAT3 STAT4 LIBEDIT READLINE SESSION OFFSET SOUNDEX GEOPOLY RTREE RTREE_INT ICU UNICODE61
|
||||
OPTIONS_FILE_UNSET+=ARMOR
|
||||
OPTIONS_FILE_SET+=DBPAGE
|
||||
OPTIONS_FILE_SET+=DBSTAT
|
||||
OPTIONS_FILE_UNSET+=DIRECT_READ
|
||||
OPTIONS_FILE_SET+=DQS
|
||||
OPTIONS_FILE_SET+=EXAMPLES
|
||||
OPTIONS_FILE_SET+=EXTENSION
|
||||
OPTIONS_FILE_SET+=FTS3_TOKEN
|
||||
OPTIONS_FILE_SET+=FTS4
|
||||
OPTIONS_FILE_SET+=FTS5
|
||||
OPTIONS_FILE_UNSET+=LIKENOTBLOB
|
||||
OPTIONS_FILE_UNSET+=MEMMAN
|
||||
OPTIONS_FILE_SET+=METADATA
|
||||
OPTIONS_FILE_UNSET+=NORMALIZE
|
||||
OPTIONS_FILE_UNSET+=NULL_TRIM
|
||||
OPTIONS_FILE_UNSET+=RBU
|
||||
OPTIONS_FILE_SET+=SECURE_DELETE
|
||||
OPTIONS_FILE_UNSET+=SORT_REF
|
||||
OPTIONS_FILE_UNSET+=STATIC
|
||||
OPTIONS_FILE_UNSET+=STMT
|
||||
OPTIONS_FILE_SET+=STRIP
|
||||
OPTIONS_FILE_UNSET+=TCL
|
||||
OPTIONS_FILE_SET+=THREADS
|
||||
OPTIONS_FILE_UNSET+=TRUSTED_SCHEMA
|
||||
OPTIONS_FILE_UNSET+=UNKNOWN_SQL
|
||||
OPTIONS_FILE_SET+=UNLOCK_NOTIFY
|
||||
OPTIONS_FILE_UNSET+=UPDATE_LIMIT
|
||||
OPTIONS_FILE_SET+=URI
|
||||
OPTIONS_FILE_UNSET+=URI_AUTHORITY
|
||||
OPTIONS_FILE_UNSET+=TS0
|
||||
OPTIONS_FILE_SET+=TS1
|
||||
OPTIONS_FILE_UNSET+=TS2
|
||||
OPTIONS_FILE_UNSET+=TS3
|
||||
OPTIONS_FILE_UNSET+=STAT3
|
||||
OPTIONS_FILE_UNSET+=STAT4
|
||||
OPTIONS_FILE_SET+=LIBEDIT
|
||||
OPTIONS_FILE_UNSET+=READLINE
|
||||
OPTIONS_FILE_UNSET+=SESSION
|
||||
OPTIONS_FILE_UNSET+=OFFSET
|
||||
OPTIONS_FILE_UNSET+=SOUNDEX
|
||||
OPTIONS_FILE_UNSET+=GEOPOLY
|
||||
OPTIONS_FILE_SET+=RTREE
|
||||
OPTIONS_FILE_UNSET+=RTREE_INT
|
||||
OPTIONS_FILE_UNSET+=ICU
|
||||
OPTIONS_FILE_SET+=UNICODE61
|
||||
6
poudriere/poudriere.d/150x64-options/devel_atf/options
Normal file
6
poudriere/poudriere.d/150x64-options/devel_atf/options
Normal file
@ -0,0 +1,6 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for atf-0.21_1
|
||||
_OPTIONS_READ=atf-0.21_1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS TEST
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_SET+=TEST
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for autoconf-2.71
|
||||
_OPTIONS_READ=autoconf-2.71
|
||||
_FILE_COMPLETE_OPTIONS_LIST=INFO
|
||||
OPTIONS_FILE_SET+=INFO
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for automake-1.16.5
|
||||
_OPTIONS_READ=automake-1.16.5
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for gettext-runtime-0.21.1
|
||||
_OPTIONS_READ=gettext-runtime-0.21.1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
@ -0,0 +1,7 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for gettext-tools-0.21.1
|
||||
_OPTIONS_READ=gettext-tools-0.21.1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS EXAMPLES THREADS
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_SET+=EXAMPLES
|
||||
OPTIONS_FILE_SET+=THREADS
|
||||
5
poudriere/poudriere.d/150x64-options/devel_gmake/options
Normal file
5
poudriere/poudriere.d/150x64-options/devel_gmake/options
Normal file
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for gmake-4.3_2
|
||||
_OPTIONS_READ=gmake-4.3_2
|
||||
_FILE_COMPLETE_OPTIONS_LIST=NLS
|
||||
OPTIONS_FILE_SET+=NLS
|
||||
7
poudriere/poudriere.d/150x64-options/devel_kyua/options
Normal file
7
poudriere/poudriere.d/150x64-options/devel_kyua/options
Normal file
@ -0,0 +1,7 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for kyua-0.13_6,3
|
||||
_OPTIONS_READ=kyua-0.13_6,3
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS EXAMPLES TEST
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_SET+=EXAMPLES
|
||||
OPTIONS_FILE_SET+=TEST
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for libtextstyle-0.21.1
|
||||
_OPTIONS_READ=libtextstyle-0.21.1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
7
poudriere/poudriere.d/150x64-options/devel_lutok/options
Normal file
7
poudriere/poudriere.d/150x64-options/devel_lutok/options
Normal file
@ -0,0 +1,7 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for lutok-0.4_8
|
||||
_OPTIONS_READ=lutok-0.4_8
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS EXAMPLES TEST
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_SET+=EXAMPLES
|
||||
OPTIONS_FILE_SET+=TEST
|
||||
8
poudriere/poudriere.d/150x64-options/devel_m4/options
Normal file
8
poudriere/poudriere.d/150x64-options/devel_m4/options
Normal file
@ -0,0 +1,8 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for m4-1.4.19,1
|
||||
_OPTIONS_READ=m4-1.4.19,1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=EXAMPLES INFO LIBSIGSEGV NLS
|
||||
OPTIONS_FILE_SET+=EXAMPLES
|
||||
OPTIONS_FILE_SET+=INFO
|
||||
OPTIONS_FILE_UNSET+=LIBSIGSEGV
|
||||
OPTIONS_FILE_SET+=NLS
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for p5-Locale-libintl-1.33
|
||||
_OPTIONS_READ=p5-Locale-libintl-1.33
|
||||
_FILE_COMPLETE_OPTIONS_LIST=NLS
|
||||
OPTIONS_FILE_SET+=NLS
|
||||
9
poudriere/poudriere.d/150x64-options/devel_pcre2/options
Normal file
9
poudriere/poudriere.d/150x64-options/devel_pcre2/options
Normal file
@ -0,0 +1,9 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for pcre2-10.42
|
||||
_OPTIONS_READ=pcre2-10.42
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS LIBBZ2 LIBZ LIBEDIT READLINE
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_UNSET+=LIBBZ2
|
||||
OPTIONS_FILE_UNSET+=LIBZ
|
||||
OPTIONS_FILE_UNSET+=LIBEDIT
|
||||
OPTIONS_FILE_UNSET+=READLINE
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for pkgconf-1.8.1,1
|
||||
_OPTIONS_READ=pkgconf-1.8.1,1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
@ -0,0 +1,6 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for readline-8.2.1
|
||||
_OPTIONS_READ=readline-8.2.1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=BRACKETEDPASTE DOCS
|
||||
OPTIONS_FILE_SET+=BRACKETEDPASTE
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
21
poudriere/poudriere.d/150x64-options/dns_bind918/options
Normal file
21
poudriere/poudriere.d/150x64-options/dns_bind918/options
Normal file
@ -0,0 +1,21 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for bind918-9.18.14
|
||||
_OPTIONS_READ=bind918-9.18.14
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DNSTAP DOCS FIXED_RRSET GEOIP IDN JSON LARGE_FILE LMDB MANPAGES OVERRIDECACHE QUERYTRACE START_LATE TCP_FASTOPEN GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
|
||||
OPTIONS_FILE_SET+=DNSTAP
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_UNSET+=FIXED_RRSET
|
||||
OPTIONS_FILE_UNSET+=GEOIP
|
||||
OPTIONS_FILE_SET+=IDN
|
||||
OPTIONS_FILE_SET+=JSON
|
||||
OPTIONS_FILE_UNSET+=LARGE_FILE
|
||||
OPTIONS_FILE_SET+=LMDB
|
||||
OPTIONS_FILE_SET+=MANPAGES
|
||||
OPTIONS_FILE_UNSET+=OVERRIDECACHE
|
||||
OPTIONS_FILE_UNSET+=QUERYTRACE
|
||||
OPTIONS_FILE_UNSET+=START_LATE
|
||||
OPTIONS_FILE_SET+=TCP_FASTOPEN
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_BASE
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_HEIMDAL
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_MIT
|
||||
OPTIONS_FILE_SET+=GSSAPI_NONE
|
||||
48
poudriere/poudriere.d/150x64-options/ftp_curl/options
Normal file
48
poudriere/poudriere.d/150x64-options/ftp_curl/options
Normal file
@ -0,0 +1,48 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for curl-8.1.1
|
||||
_OPTIONS_READ=curl-8.1.1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=ALTSVC BROTLI CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES IDN IPV6 NTLM PROXY PSL STATIC TLS_SRP ZSTD GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE CARES THREADED_RESOLVER GNUTLS OPENSSL WOLFSSL DICT FTP GOPHER HTTP HTTP2 IMAP LDAP LDAPS LIBSSH LIBSSH2 MQTT POP3 RTMP RTSP SMB SMTP TELNET TFTP WEBSOCKET
|
||||
OPTIONS_FILE_SET+=ALTSVC
|
||||
OPTIONS_FILE_SET+=BROTLI
|
||||
OPTIONS_FILE_SET+=CA_BUNDLE
|
||||
OPTIONS_FILE_SET+=COOKIES
|
||||
OPTIONS_FILE_UNSET+=CURL_DEBUG
|
||||
OPTIONS_FILE_UNSET+=DEBUG
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_SET+=EXAMPLES
|
||||
OPTIONS_FILE_SET+=IDN
|
||||
OPTIONS_FILE_SET+=IPV6
|
||||
OPTIONS_FILE_SET+=NTLM
|
||||
OPTIONS_FILE_SET+=PROXY
|
||||
OPTIONS_FILE_SET+=PSL
|
||||
OPTIONS_FILE_SET+=STATIC
|
||||
OPTIONS_FILE_SET+=TLS_SRP
|
||||
OPTIONS_FILE_SET+=ZSTD
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_BASE
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_HEIMDAL
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_MIT
|
||||
OPTIONS_FILE_SET+=GSSAPI_NONE
|
||||
OPTIONS_FILE_UNSET+=CARES
|
||||
OPTIONS_FILE_SET+=THREADED_RESOLVER
|
||||
OPTIONS_FILE_UNSET+=GNUTLS
|
||||
OPTIONS_FILE_SET+=OPENSSL
|
||||
OPTIONS_FILE_UNSET+=WOLFSSL
|
||||
OPTIONS_FILE_SET+=DICT
|
||||
OPTIONS_FILE_SET+=FTP
|
||||
OPTIONS_FILE_SET+=GOPHER
|
||||
OPTIONS_FILE_SET+=HTTP
|
||||
OPTIONS_FILE_SET+=HTTP2
|
||||
OPTIONS_FILE_SET+=IMAP
|
||||
OPTIONS_FILE_UNSET+=LDAP
|
||||
OPTIONS_FILE_UNSET+=LDAPS
|
||||
OPTIONS_FILE_UNSET+=LIBSSH
|
||||
OPTIONS_FILE_SET+=LIBSSH2
|
||||
OPTIONS_FILE_UNSET+=MQTT
|
||||
OPTIONS_FILE_SET+=POP3
|
||||
OPTIONS_FILE_UNSET+=RTMP
|
||||
OPTIONS_FILE_SET+=RTSP
|
||||
OPTIONS_FILE_UNSET+=SMB
|
||||
OPTIONS_FILE_SET+=SMTP
|
||||
OPTIONS_FILE_SET+=TELNET
|
||||
OPTIONS_FILE_SET+=TFTP
|
||||
OPTIONS_FILE_UNSET+=WEBSOCKET
|
||||
11
poudriere/poudriere.d/150x64-options/lang_lua54/options
Normal file
11
poudriere/poudriere.d/150x64-options/lang_lua54/options
Normal file
@ -0,0 +1,11 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for lua54-5.4.4
|
||||
_OPTIONS_READ=lua54-5.4.4
|
||||
_FILE_COMPLETE_OPTIONS_LIST= EDITNONE LIBEDIT_DL LIBEDIT READLINE DOCS ASSERT APICHECK
|
||||
OPTIONS_FILE_UNSET+=EDITNONE
|
||||
OPTIONS_FILE_SET+=LIBEDIT_DL
|
||||
OPTIONS_FILE_UNSET+=LIBEDIT
|
||||
OPTIONS_FILE_UNSET+=READLINE
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_UNSET+=ASSERT
|
||||
OPTIONS_FILE_UNSET+=APICHECK
|
||||
13
poudriere/poudriere.d/150x64-options/lang_perl5.32/options
Normal file
13
poudriere/poudriere.d/150x64-options/lang_perl5.32/options
Normal file
@ -0,0 +1,13 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for perl5-5.32.1_3
|
||||
_OPTIONS_READ=perl5-5.32.1_3
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DEBUG DOT_INC DTRACE GDBM MULTIPLICITY PERL_64BITINT PERL_MALLOC SITECUSTOMIZE THREADS
|
||||
OPTIONS_FILE_UNSET+=DEBUG
|
||||
OPTIONS_FILE_UNSET+=DOT_INC
|
||||
OPTIONS_FILE_SET+=DTRACE
|
||||
OPTIONS_FILE_UNSET+=GDBM
|
||||
OPTIONS_FILE_SET+=MULTIPLICITY
|
||||
OPTIONS_FILE_SET+=PERL_64BITINT
|
||||
OPTIONS_FILE_UNSET+=PERL_MALLOC
|
||||
OPTIONS_FILE_UNSET+=SITECUSTOMIZE
|
||||
OPTIONS_FILE_SET+=THREADS
|
||||
12
poudriere/poudriere.d/150x64-options/lang_python39/options
Normal file
12
poudriere/poudriere.d/150x64-options/lang_python39/options
Normal file
@ -0,0 +1,12 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for python39-3.9.16_2
|
||||
_OPTIONS_READ=python39-3.9.16_2
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC FNV SIPHASH
|
||||
OPTIONS_FILE_UNSET+=DEBUG
|
||||
OPTIONS_FILE_SET+=IPV6
|
||||
OPTIONS_FILE_SET+=LIBMPDEC
|
||||
OPTIONS_FILE_SET+=LTO
|
||||
OPTIONS_FILE_SET+=NLS
|
||||
OPTIONS_FILE_SET+=PYMALLOC
|
||||
OPTIONS_FILE_UNSET+=FNV
|
||||
OPTIONS_FILE_UNSET+=SIPHASH
|
||||
9
poudriere/poudriere.d/150x64-options/lang_tcl86/options
Normal file
9
poudriere/poudriere.d/150x64-options/lang_tcl86/options
Normal file
@ -0,0 +1,9 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for tcl86-8.6.13
|
||||
_OPTIONS_READ=tcl86-8.6.13
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DEBUG DTRACE TCLMAN THREADS TZDATA
|
||||
OPTIONS_FILE_UNSET+=DEBUG
|
||||
OPTIONS_FILE_SET+=DTRACE
|
||||
OPTIONS_FILE_SET+=TCLMAN
|
||||
OPTIONS_FILE_SET+=THREADS
|
||||
OPTIONS_FILE_SET+=TZDATA
|
||||
22
poudriere/poudriere.d/150x64-options/mail_postfix/options
Normal file
22
poudriere/poudriere.d/150x64-options/mail_postfix/options
Normal file
@ -0,0 +1,22 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for postfix-3.8.0,1
|
||||
_OPTIONS_READ=postfix-3.8.0,1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP LMDB MYSQL NIS PCRE2 PGSQL SASL SQLITE TEST TLS SASLKMIT SASLKRB5
|
||||
OPTIONS_FILE_SET+=BDB
|
||||
OPTIONS_FILE_SET+=BLACKLISTD
|
||||
OPTIONS_FILE_UNSET+=CDB
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_SET+=EAI
|
||||
OPTIONS_FILE_UNSET+=INST_BASE
|
||||
OPTIONS_FILE_UNSET+=LDAP
|
||||
OPTIONS_FILE_UNSET+=LMDB
|
||||
OPTIONS_FILE_UNSET+=MYSQL
|
||||
OPTIONS_FILE_UNSET+=NIS
|
||||
OPTIONS_FILE_SET+=PCRE2
|
||||
OPTIONS_FILE_UNSET+=PGSQL
|
||||
OPTIONS_FILE_SET+=SASL
|
||||
OPTIONS_FILE_UNSET+=SQLITE
|
||||
OPTIONS_FILE_UNSET+=TEST
|
||||
OPTIONS_FILE_SET+=TLS
|
||||
OPTIONS_FILE_UNSET+=SASLKMIT
|
||||
OPTIONS_FILE_UNSET+=SASLKRB5
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for mpdecimal-2.5.1
|
||||
_OPTIONS_READ=mpdecimal-2.5.1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for help2man-1.49.3
|
||||
_OPTIONS_READ=help2man-1.49.3
|
||||
_FILE_COMPLETE_OPTIONS_LIST=NLS
|
||||
OPTIONS_FILE_SET+=NLS
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for plexmediaserver-1.32.1.6999
|
||||
_OPTIONS_READ=plexmediaserver-1.32.1.6999
|
||||
_FILE_COMPLETE_OPTIONS_LIST=RELAY
|
||||
OPTIONS_FILE_SET+=RELAY
|
||||
10
poudriere/poudriere.d/150x64-options/news_sabnzbd/options
Normal file
10
poudriere/poudriere.d/150x64-options/news_sabnzbd/options
Normal file
@ -0,0 +1,10 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for sabnzbd-4.0.0
|
||||
_OPTIONS_READ=sabnzbd-4.0.0
|
||||
_FILE_COMPLETE_OPTIONS_LIST=7ZIP DBUS DOCS NOTIFY2 PYGOBJECT SSL
|
||||
OPTIONS_FILE_SET+=7ZIP
|
||||
OPTIONS_FILE_UNSET+=DBUS
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_UNSET+=NOTIFY2
|
||||
OPTIONS_FILE_UNSET+=PYGOBJECT
|
||||
OPTIONS_FILE_SET+=SSL
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for pkg-1.19.1_1
|
||||
_OPTIONS_READ=pkg-1.19.1_1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DOCS
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
@ -0,0 +1,5 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for texinfo-7.0.3,1
|
||||
_OPTIONS_READ=texinfo-7.0.3,1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=NLS
|
||||
OPTIONS_FILE_SET+=NLS
|
||||
@ -0,0 +1,23 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for cyrus-sasl-2.1.28
|
||||
_OPTIONS_READ=cyrus-sasl-2.1.28
|
||||
_FILE_COMPLETE_OPTIONS_LIST=ALWAYSTRUE AUTHDAEMOND DOCS KEEP_DB_OPEN OBSOLETE_CRAM_ATTR OBSOLETE_DIGEST_ATTR SASLDB_IN_VAR BDB1 BDB GDBM LMDB ANONYMOUS CRAM DIGEST LOGIN NTLM OTP PLAIN SCRAM
|
||||
OPTIONS_FILE_UNSET+=ALWAYSTRUE
|
||||
OPTIONS_FILE_SET+=AUTHDAEMOND
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_UNSET+=KEEP_DB_OPEN
|
||||
OPTIONS_FILE_SET+=OBSOLETE_CRAM_ATTR
|
||||
OPTIONS_FILE_SET+=OBSOLETE_DIGEST_ATTR
|
||||
OPTIONS_FILE_UNSET+=SASLDB_IN_VAR
|
||||
OPTIONS_FILE_SET+=BDB1
|
||||
OPTIONS_FILE_UNSET+=BDB
|
||||
OPTIONS_FILE_UNSET+=GDBM
|
||||
OPTIONS_FILE_UNSET+=LMDB
|
||||
OPTIONS_FILE_SET+=ANONYMOUS
|
||||
OPTIONS_FILE_SET+=CRAM
|
||||
OPTIONS_FILE_SET+=DIGEST
|
||||
OPTIONS_FILE_SET+=LOGIN
|
||||
OPTIONS_FILE_SET+=NTLM
|
||||
OPTIONS_FILE_SET+=OTP
|
||||
OPTIONS_FILE_SET+=PLAIN
|
||||
OPTIONS_FILE_SET+=SCRAM
|
||||
20
poudriere/poudriere.d/150x64-options/security_sudo/options
Normal file
20
poudriere/poudriere.d/150x64-options/security_sudo/options
Normal file
@ -0,0 +1,20 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for sudo-1.9.13p3
|
||||
_OPTIONS_READ=sudo-1.9.13p3
|
||||
_FILE_COMPLETE_OPTIONS_LIST=AUDIT DISABLE_AUTH DISABLE_ROOT_SUDO DOCS EXAMPLES INSULTS LDAP NLS NOARGS_SHELL OPIE PAM PYTHON SSSD GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
|
||||
OPTIONS_FILE_SET+=AUDIT
|
||||
OPTIONS_FILE_UNSET+=DISABLE_AUTH
|
||||
OPTIONS_FILE_UNSET+=DISABLE_ROOT_SUDO
|
||||
OPTIONS_FILE_SET+=DOCS
|
||||
OPTIONS_FILE_SET+=EXAMPLES
|
||||
OPTIONS_FILE_SET+=INSULTS
|
||||
OPTIONS_FILE_UNSET+=LDAP
|
||||
OPTIONS_FILE_SET+=NLS
|
||||
OPTIONS_FILE_UNSET+=NOARGS_SHELL
|
||||
OPTIONS_FILE_UNSET+=OPIE
|
||||
OPTIONS_FILE_SET+=PAM
|
||||
OPTIONS_FILE_UNSET+=PYTHON
|
||||
OPTIONS_FILE_UNSET+=SSSD
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_BASE
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_HEIMDAL
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_MIT
|
||||
121
poudriere/poudriere.d/150x64-options/www_freenginx/options
Normal file
121
poudriere/poudriere.d/150x64-options/www_freenginx/options
Normal file
@ -0,0 +1,121 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for nginx-1.24.0_6,3
|
||||
_OPTIONS_READ=nginx-1.24.0_6,3
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DEBUG DEBUGLOG DSO FILE_AIO IPV6 NJS NJS_XML THREADS WWW GSSAPI_HEIMDAL GSSAPI_MIT GOOGLE_PERFTOOLS HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE HTTP_DAV HTTP_DEGRADATION HTTP_FLV HTTP_GUNZIP_FILTER HTTP_GZIP_STATIC HTTP_IMAGE_FILTER HTTP_MP4 HTTP_PERL HTTP_RANDOM_INDEX HTTP_REALIP HTTP_SECURE_LINK HTTP_SLICE HTTP_SSL HTTP_STATUS HTTP_SUB HTTP_XSLT HTTPV2 HTTPV3 HTTPV3_BORING HTTPV3_LSSL HTTPV3_QTLS MAIL MAIL_IMAP MAIL_POP3 MAIL_SMTP MAIL_SSL STREAM STREAM_REALIP STREAM_SSL STREAM_SSL_PREREAD AJP AWS_AUTH BROTLI CACHE_PURGE CLOJURE COOKIE_FLAG CT DEVEL_KIT ARRAYVAR DRIZZLE DYNAMIC_UPSTREAM ECHO ENCRYPTSESSION FIPS_CHECK FORMINPUT GRIDFS HEADERS_MORE HTTP_ACCEPT_LANGUAGE HTTP_AUTH_DIGEST HTTP_AUTH_KRB5 HTTP_AUTH_LDAP HTTP_AUTH_PAM HTTP_DAV_EXT HTTP_EVAL HTTP_FANCYINDEX HTTP_FOOTER HTTP_GEOIP2 HTTP_IP2LOCATION HTTP_IP2PROXY HTTP_JSON_STATUS HTTP_MOGILEFS HTTP_MP4_H264 HTTP_NOTICE HTTP_PROXY_CONNECT HTTP_PUSH HTTP_PUSH_STREAM HTTP_REDIS HTTP_SLICE_AHEAD HTTP_SUBS_FILTER HTTP_TARANTOOL HTTP_UPLOAD HTTP_UPLOAD_PROGRESS HTTP_UPSTREAM_CHECK HTTP_UPSTREAM_FAIR HTTP_UPSTREAM_STICKY HTTP_VIDEO_THUMBEXTRACTOR HTTP_ZIP ICONV LET LINK LUA MEMC MODSECURITY3 NAXSI OPENTRACING PASSENGER POSTGRES RDS_CSV RDS_JSON REDIS2 RTMP SET_MISC SFLOW SHIBBOLETH SLOWFS_CACHE SRCACHE STS VOD VTS XSS WEBSOCKIFY
|
||||
OPTIONS_FILE_UNSET+=DEBUG
|
||||
OPTIONS_FILE_UNSET+=DEBUGLOG
|
||||
OPTIONS_FILE_SET+=DSO
|
||||
OPTIONS_FILE_SET+=FILE_AIO
|
||||
OPTIONS_FILE_SET+=IPV6
|
||||
OPTIONS_FILE_UNSET+=NJS
|
||||
OPTIONS_FILE_UNSET+=NJS_XML
|
||||
OPTIONS_FILE_SET+=THREADS
|
||||
OPTIONS_FILE_SET+=WWW
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_HEIMDAL
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_MIT
|
||||
OPTIONS_FILE_UNSET+=GOOGLE_PERFTOOLS
|
||||
OPTIONS_FILE_SET+=HTTP
|
||||
OPTIONS_FILE_SET+=HTTP_ADDITION
|
||||
OPTIONS_FILE_SET+=HTTP_AUTH_REQ
|
||||
OPTIONS_FILE_SET+=HTTP_CACHE
|
||||
OPTIONS_FILE_SET+=HTTP_DAV
|
||||
OPTIONS_FILE_UNSET+=HTTP_DEGRADATION
|
||||
OPTIONS_FILE_SET+=HTTP_FLV
|
||||
OPTIONS_FILE_SET+=HTTP_GUNZIP_FILTER
|
||||
OPTIONS_FILE_SET+=HTTP_GZIP_STATIC
|
||||
OPTIONS_FILE_UNSET+=HTTP_IMAGE_FILTER
|
||||
OPTIONS_FILE_SET+=HTTP_MP4
|
||||
OPTIONS_FILE_UNSET+=HTTP_PERL
|
||||
OPTIONS_FILE_SET+=HTTP_RANDOM_INDEX
|
||||
OPTIONS_FILE_SET+=HTTP_REALIP
|
||||
OPTIONS_FILE_SET+=HTTP_SECURE_LINK
|
||||
OPTIONS_FILE_SET+=HTTP_SLICE
|
||||
OPTIONS_FILE_SET+=HTTP_SSL
|
||||
OPTIONS_FILE_SET+=HTTP_STATUS
|
||||
OPTIONS_FILE_SET+=HTTP_SUB
|
||||
OPTIONS_FILE_UNSET+=HTTP_XSLT
|
||||
OPTIONS_FILE_SET+=HTTPV2
|
||||
OPTIONS_FILE_SET+=HTTPV3
|
||||
OPTIONS_FILE_UNSET+=HTTPV3_BORING
|
||||
OPTIONS_FILE_UNSET+=HTTPV3_LSSL
|
||||
OPTIONS_FILE_UNSET+=HTTPV3_QTLS
|
||||
OPTIONS_FILE_SET+=MAIL
|
||||
OPTIONS_FILE_UNSET+=MAIL_IMAP
|
||||
OPTIONS_FILE_UNSET+=MAIL_POP3
|
||||
OPTIONS_FILE_UNSET+=MAIL_SMTP
|
||||
OPTIONS_FILE_SET+=MAIL_SSL
|
||||
OPTIONS_FILE_SET+=STREAM
|
||||
OPTIONS_FILE_SET+=STREAM_REALIP
|
||||
OPTIONS_FILE_SET+=STREAM_SSL
|
||||
OPTIONS_FILE_SET+=STREAM_SSL_PREREAD
|
||||
OPTIONS_FILE_UNSET+=AJP
|
||||
OPTIONS_FILE_UNSET+=AWS_AUTH
|
||||
OPTIONS_FILE_SET+=BROTLI
|
||||
OPTIONS_FILE_UNSET+=CACHE_PURGE
|
||||
OPTIONS_FILE_UNSET+=CLOJURE
|
||||
OPTIONS_FILE_UNSET+=COOKIE_FLAG
|
||||
OPTIONS_FILE_UNSET+=CT
|
||||
OPTIONS_FILE_UNSET+=DEVEL_KIT
|
||||
OPTIONS_FILE_UNSET+=ARRAYVAR
|
||||
OPTIONS_FILE_UNSET+=DRIZZLE
|
||||
OPTIONS_FILE_UNSET+=DYNAMIC_UPSTREAM
|
||||
OPTIONS_FILE_UNSET+=ECHO
|
||||
OPTIONS_FILE_UNSET+=ENCRYPTSESSION
|
||||
OPTIONS_FILE_UNSET+=FIPS_CHECK
|
||||
OPTIONS_FILE_UNSET+=FORMINPUT
|
||||
OPTIONS_FILE_UNSET+=GRIDFS
|
||||
OPTIONS_FILE_UNSET+=HEADERS_MORE
|
||||
OPTIONS_FILE_UNSET+=HTTP_ACCEPT_LANGUAGE
|
||||
OPTIONS_FILE_UNSET+=HTTP_AUTH_DIGEST
|
||||
OPTIONS_FILE_UNSET+=HTTP_AUTH_KRB5
|
||||
OPTIONS_FILE_UNSET+=HTTP_AUTH_LDAP
|
||||
OPTIONS_FILE_UNSET+=HTTP_AUTH_PAM
|
||||
OPTIONS_FILE_UNSET+=HTTP_DAV_EXT
|
||||
OPTIONS_FILE_UNSET+=HTTP_EVAL
|
||||
OPTIONS_FILE_UNSET+=HTTP_FANCYINDEX
|
||||
OPTIONS_FILE_UNSET+=HTTP_FOOTER
|
||||
OPTIONS_FILE_UNSET+=HTTP_GEOIP2
|
||||
OPTIONS_FILE_UNSET+=HTTP_IP2LOCATION
|
||||
OPTIONS_FILE_UNSET+=HTTP_IP2PROXY
|
||||
OPTIONS_FILE_UNSET+=HTTP_JSON_STATUS
|
||||
OPTIONS_FILE_UNSET+=HTTP_MOGILEFS
|
||||
OPTIONS_FILE_UNSET+=HTTP_MP4_H264
|
||||
OPTIONS_FILE_UNSET+=HTTP_NOTICE
|
||||
OPTIONS_FILE_UNSET+=HTTP_PROXY_CONNECT
|
||||
OPTIONS_FILE_UNSET+=HTTP_PUSH
|
||||
OPTIONS_FILE_UNSET+=HTTP_PUSH_STREAM
|
||||
OPTIONS_FILE_UNSET+=HTTP_REDIS
|
||||
OPTIONS_FILE_UNSET+=HTTP_SLICE_AHEAD
|
||||
OPTIONS_FILE_UNSET+=HTTP_SUBS_FILTER
|
||||
OPTIONS_FILE_UNSET+=HTTP_TARANTOOL
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPLOAD
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPLOAD_PROGRESS
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPSTREAM_CHECK
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPSTREAM_FAIR
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPSTREAM_STICKY
|
||||
OPTIONS_FILE_UNSET+=HTTP_VIDEO_THUMBEXTRACTOR
|
||||
OPTIONS_FILE_UNSET+=HTTP_ZIP
|
||||
OPTIONS_FILE_UNSET+=ICONV
|
||||
OPTIONS_FILE_UNSET+=LET
|
||||
OPTIONS_FILE_UNSET+=LINK
|
||||
OPTIONS_FILE_UNSET+=LUA
|
||||
OPTIONS_FILE_UNSET+=MEMC
|
||||
OPTIONS_FILE_UNSET+=MODSECURITY3
|
||||
OPTIONS_FILE_UNSET+=NAXSI
|
||||
OPTIONS_FILE_UNSET+=OPENTRACING
|
||||
OPTIONS_FILE_UNSET+=PASSENGER
|
||||
OPTIONS_FILE_UNSET+=POSTGRES
|
||||
OPTIONS_FILE_UNSET+=RDS_CSV
|
||||
OPTIONS_FILE_UNSET+=RDS_JSON
|
||||
OPTIONS_FILE_UNSET+=REDIS2
|
||||
OPTIONS_FILE_UNSET+=RTMP
|
||||
OPTIONS_FILE_UNSET+=SET_MISC
|
||||
OPTIONS_FILE_UNSET+=SFLOW
|
||||
OPTIONS_FILE_UNSET+=SHIBBOLETH
|
||||
OPTIONS_FILE_UNSET+=SLOWFS_CACHE
|
||||
OPTIONS_FILE_UNSET+=SRCACHE
|
||||
OPTIONS_FILE_UNSET+=STS
|
||||
OPTIONS_FILE_UNSET+=VOD
|
||||
OPTIONS_FILE_UNSET+=VTS
|
||||
OPTIONS_FILE_UNSET+=XSS
|
||||
OPTIONS_FILE_UNSET+=WEBSOCKIFY
|
||||
17
poudriere/poudriere.d/150x64-options/www_nextcloud/options
Normal file
17
poudriere/poudriere.d/150x64-options/www_nextcloud/options
Normal file
@ -0,0 +1,17 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for nextcloud-php81-26.0.1
|
||||
_OPTIONS_READ=nextcloud-php81-26.0.1
|
||||
_FILE_COMPLETE_OPTIONS_LIST=EXIF IMAGICK INTL LDAP PCNTL SMB SYSVSEM MYSQL PGSQL SQLITE APCU OPCACHE REDIS
|
||||
OPTIONS_FILE_SET+=EXIF
|
||||
OPTIONS_FILE_SET+=IMAGICK
|
||||
OPTIONS_FILE_SET+=INTL
|
||||
OPTIONS_FILE_SET+=LDAP
|
||||
OPTIONS_FILE_SET+=PCNTL
|
||||
OPTIONS_FILE_UNSET+=SMB
|
||||
OPTIONS_FILE_SET+=SYSVSEM
|
||||
OPTIONS_FILE_SET+=MYSQL
|
||||
OPTIONS_FILE_UNSET+=PGSQL
|
||||
OPTIONS_FILE_UNSET+=SQLITE
|
||||
OPTIONS_FILE_SET+=APCU
|
||||
OPTIONS_FILE_SET+=OPCACHE
|
||||
OPTIONS_FILE_UNSET+=REDIS
|
||||
118
poudriere/poudriere.d/150x64-options/www_nginx/options
Normal file
118
poudriere/poudriere.d/150x64-options/www_nginx/options
Normal file
@ -0,0 +1,118 @@
|
||||
# This file is auto-generated by 'make config'.
|
||||
# Options for nginx-1.26.2_9,3
|
||||
_OPTIONS_READ=nginx-1.26.2_9,3
|
||||
_FILE_COMPLETE_OPTIONS_LIST=DEBUG DEBUGLOG DSO FILE_AIO IPV6 NJS NJS_XML OTEL THREADS WWW GSSAPI_HEIMDAL GSSAPI_MIT GOOGLE_PERFTOOLS HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE HTTP_DAV HTTP_DEGRADATION HTTP_FLV HTTP_GUNZIP_FILTER HTTP_GZIP_STATIC HTTP_IMAGE_FILTER HTTP_MP4 HTTP_PERL HTTP_RANDOM_INDEX HTTP_REALIP HTTP_SECURE_LINK HTTP_SLICE HTTP_SSL HTTP_STATUS HTTP_SUB HTTP_XSLT HTTPV2 HTTPV3 HTTPV3_BORING HTTPV3_LSSL HTTPV3_QTLS MAIL MAIL_IMAP MAIL_POP3 MAIL_SMTP MAIL_SSL STREAM STREAM_REALIP STREAM_SSL STREAM_SSL_PREREAD AJP AWS_AUTH BROTLI CACHE_PURGE CT DEVEL_KIT ARRAYVAR DRIZZLE DYNAMIC_UPSTREAM ECHO ENCRYPTSESSION FIPS_CHECK FORMINPUT GRIDFS HEADERS_MORE HTTP_ACCEPT_LANGUAGE HTTP_AUTH_DIGEST HTTP_AUTH_KRB5 HTTP_AUTH_LDAP HTTP_AUTH_PAM HTTP_DAV_EXT HTTP_EVAL HTTP_FANCYINDEX HTTP_FOOTER HTTP_GEOIP2 HTTP_IP2LOCATION HTTP_IP2PROXY HTTP_JSON_STATUS HTTP_MOGILEFS HTTP_NOTICE HTTP_PUSH HTTP_PUSH_STREAM HTTP_REDIS HTTP_SLICE_AHEAD HTTP_SUBS_FILTER HTTP_TARANTOOL HTTP_UPLOAD HTTP_UPLOAD_PROGRESS HTTP_UPSTREAM_CHECK HTTP_UPSTREAM_FAIR HTTP_UPSTREAM_STICKY HTTP_VIDEO_THUMBEXTRACTOR HTTP_ZIP ICONV LET LINK LUA LUASTREAM MEMC MODSECURITY3 NAXSI PASSENGER POSTGRES RDS_CSV RDS_JSON REDIS2 RTMP SET_MISC SFLOW SHIBBOLETH SLOWFS_CACHE SRCACHE STS VOD VTS XSS WEBSOCKIFY
|
||||
OPTIONS_FILE_UNSET+=DEBUG
|
||||
OPTIONS_FILE_UNSET+=DEBUGLOG
|
||||
OPTIONS_FILE_SET+=DSO
|
||||
OPTIONS_FILE_SET+=FILE_AIO
|
||||
OPTIONS_FILE_SET+=IPV6
|
||||
OPTIONS_FILE_UNSET+=NJS
|
||||
OPTIONS_FILE_UNSET+=NJS_XML
|
||||
OPTIONS_FILE_UNSET+=OTEL
|
||||
OPTIONS_FILE_SET+=THREADS
|
||||
OPTIONS_FILE_SET+=WWW
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_HEIMDAL
|
||||
OPTIONS_FILE_UNSET+=GSSAPI_MIT
|
||||
OPTIONS_FILE_UNSET+=GOOGLE_PERFTOOLS
|
||||
OPTIONS_FILE_SET+=HTTP
|
||||
OPTIONS_FILE_SET+=HTTP_ADDITION
|
||||
OPTIONS_FILE_SET+=HTTP_AUTH_REQ
|
||||
OPTIONS_FILE_SET+=HTTP_CACHE
|
||||
OPTIONS_FILE_SET+=HTTP_DAV
|
||||
OPTIONS_FILE_UNSET+=HTTP_DEGRADATION
|
||||
OPTIONS_FILE_SET+=HTTP_FLV
|
||||
OPTIONS_FILE_SET+=HTTP_GUNZIP_FILTER
|
||||
OPTIONS_FILE_SET+=HTTP_GZIP_STATIC
|
||||
OPTIONS_FILE_UNSET+=HTTP_IMAGE_FILTER
|
||||
OPTIONS_FILE_SET+=HTTP_MP4
|
||||
OPTIONS_FILE_UNSET+=HTTP_PERL
|
||||
OPTIONS_FILE_SET+=HTTP_RANDOM_INDEX
|
||||
OPTIONS_FILE_SET+=HTTP_REALIP
|
||||
OPTIONS_FILE_SET+=HTTP_SECURE_LINK
|
||||
OPTIONS_FILE_SET+=HTTP_SLICE
|
||||
OPTIONS_FILE_SET+=HTTP_SSL
|
||||
OPTIONS_FILE_SET+=HTTP_STATUS
|
||||
OPTIONS_FILE_SET+=HTTP_SUB
|
||||
OPTIONS_FILE_UNSET+=HTTP_XSLT
|
||||
OPTIONS_FILE_SET+=HTTPV2
|
||||
OPTIONS_FILE_SET+=HTTPV3
|
||||
OPTIONS_FILE_UNSET+=HTTPV3_BORING
|
||||
OPTIONS_FILE_UNSET+=HTTPV3_LSSL
|
||||
OPTIONS_FILE_UNSET+=HTTPV3_QTLS
|
||||
OPTIONS_FILE_SET+=MAIL
|
||||
OPTIONS_FILE_UNSET+=MAIL_IMAP
|
||||
OPTIONS_FILE_UNSET+=MAIL_POP3
|
||||
OPTIONS_FILE_UNSET+=MAIL_SMTP
|
||||
OPTIONS_FILE_SET+=MAIL_SSL
|
||||
OPTIONS_FILE_SET+=STREAM
|
||||
OPTIONS_FILE_SET+=STREAM_REALIP
|
||||
OPTIONS_FILE_SET+=STREAM_SSL
|
||||
OPTIONS_FILE_SET+=STREAM_SSL_PREREAD
|
||||
OPTIONS_FILE_UNSET+=AJP
|
||||
OPTIONS_FILE_UNSET+=AWS_AUTH
|
||||
OPTIONS_FILE_SET+=BROTLI
|
||||
OPTIONS_FILE_UNSET+=CACHE_PURGE
|
||||
OPTIONS_FILE_UNSET+=CT
|
||||
OPTIONS_FILE_UNSET+=DEVEL_KIT
|
||||
OPTIONS_FILE_UNSET+=ARRAYVAR
|
||||
OPTIONS_FILE_UNSET+=DRIZZLE
|
||||
OPTIONS_FILE_UNSET+=DYNAMIC_UPSTREAM
|
||||
OPTIONS_FILE_UNSET+=ECHO
|
||||
OPTIONS_FILE_UNSET+=ENCRYPTSESSION
|
||||
OPTIONS_FILE_UNSET+=FIPS_CHECK
|
||||
OPTIONS_FILE_UNSET+=FORMINPUT
|
||||
OPTIONS_FILE_UNSET+=GRIDFS
|
||||
OPTIONS_FILE_UNSET+=HEADERS_MORE
|
||||
OPTIONS_FILE_UNSET+=HTTP_ACCEPT_LANGUAGE
|
||||
OPTIONS_FILE_UNSET+=HTTP_AUTH_DIGEST
|
||||
OPTIONS_FILE_UNSET+=HTTP_AUTH_KRB5
|
||||
OPTIONS_FILE_UNSET+=HTTP_AUTH_LDAP
|
||||
OPTIONS_FILE_UNSET+=HTTP_AUTH_PAM
|
||||
OPTIONS_FILE_UNSET+=HTTP_DAV_EXT
|
||||
OPTIONS_FILE_UNSET+=HTTP_EVAL
|
||||
OPTIONS_FILE_UNSET+=HTTP_FANCYINDEX
|
||||
OPTIONS_FILE_UNSET+=HTTP_FOOTER
|
||||
OPTIONS_FILE_UNSET+=HTTP_GEOIP2
|
||||
OPTIONS_FILE_UNSET+=HTTP_IP2LOCATION
|
||||
OPTIONS_FILE_UNSET+=HTTP_IP2PROXY
|
||||
OPTIONS_FILE_UNSET+=HTTP_JSON_STATUS
|
||||
OPTIONS_FILE_UNSET+=HTTP_MOGILEFS
|
||||
OPTIONS_FILE_UNSET+=HTTP_NOTICE
|
||||
OPTIONS_FILE_UNSET+=HTTP_PUSH
|
||||
OPTIONS_FILE_UNSET+=HTTP_PUSH_STREAM
|
||||
OPTIONS_FILE_UNSET+=HTTP_REDIS
|
||||
OPTIONS_FILE_UNSET+=HTTP_SLICE_AHEAD
|
||||
OPTIONS_FILE_UNSET+=HTTP_SUBS_FILTER
|
||||
OPTIONS_FILE_UNSET+=HTTP_TARANTOOL
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPLOAD
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPLOAD_PROGRESS
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPSTREAM_CHECK
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPSTREAM_FAIR
|
||||
OPTIONS_FILE_UNSET+=HTTP_UPSTREAM_STICKY
|
||||
OPTIONS_FILE_UNSET+=HTTP_VIDEO_THUMBEXTRACTOR
|
||||
OPTIONS_FILE_UNSET+=HTTP_ZIP
|
||||
OPTIONS_FILE_UNSET+=ICONV
|
||||
OPTIONS_FILE_UNSET+=LET
|
||||
OPTIONS_FILE_UNSET+=LINK
|
||||
OPTIONS_FILE_UNSET+=LUA
|
||||
OPTIONS_FILE_UNSET+=LUASTREAM
|
||||
OPTIONS_FILE_UNSET+=MEMC
|
||||
OPTIONS_FILE_UNSET+=MODSECURITY3
|
||||
OPTIONS_FILE_SET+=NAXSI
|
||||
OPTIONS_FILE_UNSET+=PASSENGER
|
||||
OPTIONS_FILE_UNSET+=POSTGRES
|
||||
OPTIONS_FILE_UNSET+=RDS_CSV
|
||||
OPTIONS_FILE_UNSET+=RDS_JSON
|
||||
OPTIONS_FILE_UNSET+=REDIS2
|
||||
OPTIONS_FILE_UNSET+=RTMP
|
||||
OPTIONS_FILE_UNSET+=SET_MISC
|
||||
OPTIONS_FILE_UNSET+=SFLOW
|
||||
OPTIONS_FILE_UNSET+=SHIBBOLETH
|
||||
OPTIONS_FILE_UNSET+=SLOWFS_CACHE
|
||||
OPTIONS_FILE_UNSET+=SRCACHE
|
||||
OPTIONS_FILE_UNSET+=STS
|
||||
OPTIONS_FILE_UNSET+=VOD
|
||||
OPTIONS_FILE_UNSET+=VTS
|
||||
OPTIONS_FILE_UNSET+=XSS
|
||||
OPTIONS_FILE_UNSET+=WEBSOCKIFY
|
||||
297
poudriere/poudriere.d/150x64.list
Normal file
297
poudriere/poudriere.d/150x64.list
Normal file
@ -0,0 +1,297 @@
|
||||
archivers/7-zip
|
||||
shells/bash
|
||||
dns/bind918
|
||||
security/ca_root_nss
|
||||
devel/ccache
|
||||
ftp/curl
|
||||
textproc/expat2
|
||||
x11-fonts/fontconfig
|
||||
print/freetype2
|
||||
lang/gawk
|
||||
devel/gettext-runtime
|
||||
graphics/giflib
|
||||
devel/gmake
|
||||
textproc/gsed
|
||||
graphics/jbigkit
|
||||
graphics/jpeg-turbo
|
||||
security/libargon2
|
||||
archivers/libdeflate
|
||||
devel/libedit
|
||||
devel/libevent
|
||||
devel/libffi
|
||||
security/libgcrypt
|
||||
graphics/gd
|
||||
# not found security/libgpg
|
||||
converters/libiconv
|
||||
dns/libidn2
|
||||
archivers/liblz4
|
||||
www/libnghttp2
|
||||
dns/libpsl
|
||||
devel/libsigsegv
|
||||
security/libssh2
|
||||
devel/libsysinfo
|
||||
devel/libunistring
|
||||
textproc/libxml2
|
||||
textproc/libxslt
|
||||
archivers/libzip
|
||||
sysutils/monit
|
||||
math/mpdecimal
|
||||
net-mgmt/nagios-plugins
|
||||
www/nginx
|
||||
www/freenginx
|
||||
sysutils/node_exporter
|
||||
net-mgmt/nrpe
|
||||
devel/oniguruma
|
||||
java/openjdk11
|
||||
security/openssl
|
||||
security/openvpn
|
||||
devel/pcre2
|
||||
lang/php81
|
||||
lang/php82
|
||||
devel/php-composer
|
||||
textproc/php81-ctype
|
||||
textproc/php82-ctype
|
||||
ftp/php81-curl
|
||||
textproc/php81-dom
|
||||
textproc/php82-dom
|
||||
sysutils/php81-fileinfo
|
||||
sysutils/php82-fileinfo
|
||||
security/php81-filter
|
||||
security/php82-filter
|
||||
ftp/php81-ftp
|
||||
ftp/php82-ftp
|
||||
graphics/php81-gd
|
||||
graphics/php82-gd
|
||||
converters/php81-iconv
|
||||
converters/php82-iconv
|
||||
devel/php81-intl
|
||||
devel/php82-intl
|
||||
converters/php81-mbstring
|
||||
converters/php82-mbstring
|
||||
databases/php81-pdo
|
||||
databases/php82-pdo
|
||||
databases/php81-pdo_mysql
|
||||
databases/php82-pdo_mysql
|
||||
converters/pear-Services_JSON
|
||||
devel/pecl-APCu
|
||||
databases/pecl-redis
|
||||
archivers/php81-phar
|
||||
archivers/php82-phar
|
||||
devel/pear
|
||||
sysutils/php81-posix
|
||||
sysutils/php82-posix
|
||||
www/php81-session
|
||||
www/php82-session
|
||||
textproc/php81-simplexml
|
||||
textproc/php82-simplexml
|
||||
devel/php81-tokenizer
|
||||
devel/php82-tokenizer
|
||||
textproc/php81-xml
|
||||
textproc/php82-xml
|
||||
textproc/php81-xmlreader
|
||||
textproc/php82-xmlreader
|
||||
textproc/php81-xmlwriter
|
||||
textproc/php82-xmlwriter
|
||||
textproc/php81-xsl
|
||||
textproc/php82-xsl
|
||||
archivers/php81-zip
|
||||
archivers/php82-zip
|
||||
archivers/php81-zlib
|
||||
archivers/php82-zlib
|
||||
ports-mgmt/pkg
|
||||
devel/pkgconf
|
||||
graphics/png
|
||||
mail/postfix
|
||||
lang/python3
|
||||
lang/python312
|
||||
devel/readline
|
||||
databases/redis
|
||||
sysutils/screen
|
||||
security/sudo
|
||||
graphics/tiff
|
||||
sysutils/tmux
|
||||
editors/vim
|
||||
graphics/webp
|
||||
ftp/wget
|
||||
archivers/zstd
|
||||
www/domoticz
|
||||
www/domoticz-devel
|
||||
net-mgmt/unifi9
|
||||
net-mgmt/librenms
|
||||
textproc/jq
|
||||
#lang/erlang
|
||||
#lang/elixir
|
||||
databases/postgresql14-server
|
||||
databases/postgresql14-contrib
|
||||
databases/postgresql17-server
|
||||
databases/postgresql17-contrib
|
||||
sysutils/bastille
|
||||
ports-mgmt/poudriere
|
||||
ports-mgmt/poudriere-devel
|
||||
ports-mgmt/portshaker
|
||||
www/gitea
|
||||
devel/gitea-act_runner
|
||||
www/adguardhome
|
||||
#comms/py-ModbusTCP
|
||||
#comms/py-pymodbus
|
||||
www/yt-dlp
|
||||
multimedia/plexmediaserver
|
||||
net/netatalk4
|
||||
databases/mariadb106-server
|
||||
databases/mariadb118-server
|
||||
finance/nextcloud-cospend
|
||||
mail/nextcloud-mail
|
||||
net-im/nextcloud-spreed-signaling
|
||||
net-im/nextcloud-talk
|
||||
security/nextcloud-end_to_end_encryption
|
||||
security/nextcloud-passman
|
||||
security/nextcloud-twofactor_admin
|
||||
security/nextcloud-twofactor_webauthn
|
||||
www/nextcloud
|
||||
www/nextcloud-appointments
|
||||
www/nextcloud-calendar
|
||||
www/nextcloud-contacts
|
||||
www/nextcloud-deck
|
||||
www/nextcloud-forms
|
||||
www/nextcloud-groupfolders
|
||||
www/nextcloud-notes
|
||||
www/nextcloud-tasks
|
||||
net-mgmt/rubygem-oxidized
|
||||
net-mgmt/rubygem-oxidized-script
|
||||
net-mgmt/rubygem-oxidized-web
|
||||
comms/owfs
|
||||
databases/py-aiosqlite
|
||||
devel/py-click-log
|
||||
devel/py-coloredlogs
|
||||
dns/py-dnspython
|
||||
textproc/py-humanfriendly
|
||||
devel/py-jsonschema
|
||||
devel/py-jsonschema3
|
||||
devel/py-pip
|
||||
devel/py-pyrsistent
|
||||
comms/py-pyserial
|
||||
comms/py-pyserial-asyncio
|
||||
devel/py-pyusb
|
||||
databases/py-sqlite3
|
||||
devel/py-voluptuous
|
||||
sysutils/zrep
|
||||
sysutils/hatop
|
||||
sysutils/htop
|
||||
sysutils/ipmitool
|
||||
sysutils/panicmail
|
||||
sysutils/pwgen
|
||||
sysutils/sanoid
|
||||
sysutils/smartmontools
|
||||
filesystems/ztop
|
||||
net/rsync
|
||||
net-mgmt/iftop
|
||||
net-mgmt/nstat
|
||||
net/socat
|
||||
mail/ssmtp
|
||||
news/sabnzbd
|
||||
net-p2p/radarr
|
||||
net-p2p/sonarr
|
||||
net-p2p/lidarr
|
||||
net-p2p/jackett
|
||||
#sysutils/bhyve+
|
||||
sysutils/bhyve-firmware
|
||||
sysutils/grub2-bhyve
|
||||
sysutils/vm-bhyve
|
||||
sysutils/dmidecode
|
||||
emulators/qemu-user-static
|
||||
security/acmetool
|
||||
benchmarks/flamegraph
|
||||
net/openbgpd7
|
||||
net/openbgpd8
|
||||
irc/weechat
|
||||
sysutils/tmate
|
||||
ports-mgmt/portfmt
|
||||
www/squid
|
||||
net/intel-ixl-kmod
|
||||
sysutils/py-salt
|
||||
net-mgmt/py-pysnmp
|
||||
www/groupoffice
|
||||
#mail/imapsync
|
||||
sysutils/powerdxx
|
||||
multimedia/emby-server
|
||||
net/py-paho-mqtt
|
||||
devel/py-logzero
|
||||
net/py-pyprowl
|
||||
emulators/qemu-user-static
|
||||
ports-mgmt/portsnap
|
||||
net/mtr@nox11
|
||||
devel/freebsd-git-devtools
|
||||
graphics/gpu-firmware-kmod
|
||||
net/wifi-firmware-rtw89-kmod
|
||||
ports-mgmt/portlint
|
||||
sysutils/cpdup
|
||||
net/dhcp6
|
||||
sysutils/lsof
|
||||
#klara
|
||||
#graphics/librsvg2-rust
|
||||
#devel/gettext-tools
|
||||
#devel/gettext-runtime
|
||||
#devel/popt
|
||||
#net/openldap26-client
|
||||
#security/nss
|
||||
#security/libpwquality
|
||||
#sysutils/cmocka
|
||||
#devel/ding-libs
|
||||
#net/xmlrpc-c
|
||||
#net/freeipa-client
|
||||
www/joomla5
|
||||
graphics/drm-kmod
|
||||
textproc/hs-pandoc
|
||||
emulators/qemu@nox11
|
||||
sysutils/puppetserver8
|
||||
sysutils/puppet8
|
||||
sysutils/puppetserver8
|
||||
sysutils/puppet8
|
||||
comms/py-sdm_modbus
|
||||
net/gitup
|
||||
misc/ollama
|
||||
emulators/libc6-shim
|
||||
sysutils/pv
|
||||
print/tex-xetex
|
||||
print/texlive-full
|
||||
x11-fonts/linuxlibertine
|
||||
x11-fonts/linuxlibertine-g
|
||||
# TODO:
|
||||
www/py-homeassistant
|
||||
mail/imapsync
|
||||
comms/iwmbt-firmware
|
||||
net/wifi-firmware-iwlwifi-kmod
|
||||
# JT
|
||||
#textproc/ctv
|
||||
net/wireguard-tools
|
||||
# Dep domoticz
|
||||
devel/jwt-cpp
|
||||
net-im/py-slack-sdk
|
||||
sysutils/lsblk
|
||||
net/mtr@nox11
|
||||
# test
|
||||
# Yubikey
|
||||
#
|
||||
net-p2p/transmission
|
||||
#net-p2p/transmission-components
|
||||
#net-p2p/transmission-remote-gui
|
||||
#www/aria2
|
||||
# Acme stuff
|
||||
security/acmetool
|
||||
security/lego
|
||||
#net/samba416
|
||||
#net/samba419
|
||||
net/samba422
|
||||
net-mgmt/netbox
|
||||
#www/unit
|
||||
#www/unit-python
|
||||
# Shelly
|
||||
#databases/influxdb
|
||||
#devel/py-configparser
|
||||
# Bitcoin
|
||||
net-p2p/bitcoin-daemon
|
||||
net-p2p/bitcoin-utils
|
||||
net-p2p/cpuminer
|
||||
#
|
||||
sysutils/goaccess
|
||||
net/tcptraceroute
|
||||
Reference in New Issue
Block a user