Do not build SASL by default for client package, thus avoids
a very annoying conflict when installing the client from package.
This commit is contained in:
parent
4dad64030e
commit
3be488b4b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193040
2 changed files with 4 additions and 4 deletions
|
@ -38,11 +38,11 @@ WANT_OPENLDAP_VER?= 23
|
|||
BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
|
||||
.endif
|
||||
|
||||
PORTREVISION_CLIENT= 0
|
||||
PORTREVISION_CLIENT= 1
|
||||
PORTREVISION_SERVER= 1
|
||||
|
||||
.if !defined(CLIENT_ONLY)
|
||||
OPTIONS= SASL "With (Cyrus) SASL2 support" on \
|
||||
OPTIONS= SASL "With (Cyrus) SASL2 support" off \
|
||||
PERL "With Perl backend" off \
|
||||
SHELL "With Shell backend (disables threading)" off \
|
||||
ODBC "With SQL backend" off \
|
||||
|
|
|
@ -38,11 +38,11 @@ WANT_OPENLDAP_VER?= 24
|
|||
BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
|
||||
.endif
|
||||
|
||||
PORTREVISION_CLIENT= 0
|
||||
PORTREVISION_CLIENT= 1
|
||||
PORTREVISION_SERVER= 2
|
||||
|
||||
.if !defined(CLIENT_ONLY)
|
||||
OPTIONS= SASL "With (Cyrus) SASL2 support" on \
|
||||
OPTIONS= SASL "With (Cyrus) SASL2 support" off \
|
||||
DNSSRV "With Dnssrv backend" off \
|
||||
PASSWD "With Passwd backend" off \
|
||||
PERL "With Perl backend" off \
|
||||
|
|
Loading…
Reference in a new issue