diff options
author | timur <timur@FreeBSD.org> | 2014-04-25 05:00:29 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2014-04-25 05:00:29 +0800 |
commit | 8a354063b0c5045425a6666a08de37b55c256720 (patch) | |
tree | 35ce3556be7b7f30bba97976da63a53d0dc31643 /net | |
parent | faaac9da48afe790217f8eb46b0f040ff4afcd5c (diff) | |
download | freebsd-ports-gnome-8a354063b0c5045425a6666a08de37b55c256720.tar.gz freebsd-ports-gnome-8a354063b0c5045425a6666a08de37b55c256720.tar.zst freebsd-ports-gnome-8a354063b0c5045425a6666a08de37b55c256720.zip |
WANT_OPENLDAP_SASL seems conflicting with ldb and it's not confirmed yet(?)
that it's necessary.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba41/Makefile | 2 | ||||
-rw-r--r-- | net/samba41/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net/samba41/Makefile b/net/samba41/Makefile index f0f57e80a781..79d5f55a1585 100644 --- a/net/samba41/Makefile +++ b/net/samba41/Makefile @@ -330,7 +330,7 @@ CONFIGURE_ARGS+= --without-ads .if defined(SAMBA4_WANT_LDAP) USE_OPENLDAP= yes -WANT_OPENLDAP_SASL= yes +#WANT_OPENLDAP_SASL= yes CONFIGURE_ARGS+= --with-ldap PLIST_SUB+= LDAP="" .else diff --git a/net/samba41/pkg-plist b/net/samba41/pkg-plist index 8a2e6f81c1a4..b48b3e6efe59 100644 --- a/net/samba41/pkg-plist +++ b/net/samba41/pkg-plist @@ -826,8 +826,6 @@ libdata/pkgconfig/wbclient.pc @dirrm %%PYTHON_SITELIBDIR%%/samba/external @dirrm %%PYTHON_SITELIBDIR%%/samba/dcerpc @dirrm %%PYTHON_SITELIBDIR%%/samba -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% %%DATADIR%%/codepages/lowcase.dat %%DATADIR%%/codepages/upcase.dat %%DATADIR%%/codepages/valid.dat |