mirror of
https://github.com/truenas/core-build.git
synced 2026-02-14 23:28:44 +00:00
Fix ports
net/openldap24-sasl-client was removed by https://cgit.freebsd.org/ports/commit/?id=974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70
This commit is contained in:
committed by
William Grzybowski
parent
2c4b765895
commit
df87f4d295
@@ -57,7 +57,10 @@ ports += {
|
||||
"name": "editors/jed",
|
||||
"options": ["OPTIONS_FILE_UNSET+=X11"]
|
||||
}
|
||||
ports += "editors/vim-tiny"
|
||||
ports += {
|
||||
"name": "editors/vim@tiny",
|
||||
"package": "vim-tiny",
|
||||
}
|
||||
ports += "ftp/proftpd"
|
||||
|
||||
ports += {
|
||||
@@ -75,12 +78,6 @@ ports += "net/wireguard"
|
||||
ports += "net-mgmt/sipcalc"
|
||||
|
||||
ports += "security/cyrus-sasl2-gssapi"
|
||||
ports += {
|
||||
"name": "net/openldap24-sasl-client",
|
||||
"options": [
|
||||
"OPTIONS_FILE_SET+=GSSAPI"
|
||||
]
|
||||
}
|
||||
ports += {
|
||||
"name": "net/nss-pam-ldapd-sasl",
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user