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:
Xin LI 2007-06-08 10:27:05 +00:00
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

View file

@ -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 \

View file

@ -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 \