mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Disable FETCH support by default, as it adds a new requirement to fetch(3)
library which is unexpected by most applications.
This commit is contained in:
parent
8af9ee0628
commit
42187a24f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271949
1 changed files with 2 additions and 2 deletions
|
@ -39,12 +39,12 @@ WANT_OPENLDAP_VER?= 24
|
|||
BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
|
||||
.endif
|
||||
|
||||
PORTREVISION_CLIENT= 0
|
||||
PORTREVISION_CLIENT= 1
|
||||
PORTREVISION_SERVER= 0
|
||||
OPENLDAP_SHLIB_MAJOR= 8
|
||||
|
||||
OPTIONS= SASL "With (Cyrus) SASL2 support" off \
|
||||
FETCH "Enable fetch(3) support" on
|
||||
FETCH "Enable fetch(3) support" off
|
||||
|
||||
.if !defined(CLIENT_ONLY)
|
||||
OPTIONS+= DYNACL "Run-time loadable ACL (experimental)" off \
|
||||
|
|
Loading…
Add table
Reference in a new issue