knob for Kerberos is misleading, as it is necessary only for ADS support;
the installation scripts renamed installed binaries to *.old. Also,
delete the USE_OPENLDAP_VER?= line, it is not only not needed once you
set USE_OPENLDAP=yes, it can positively interfere with LDAP version bumps
PR: ports/64057
Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer)
Reviewd by: eik
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
conflicted with itself (only shows up in edge cases); there was a case
where two ports in japanese/ installed smbfs man pages -- but one
installed very old ones. This seems to be the best conclusion from
the following convoluted PR:
PR: ports/59599
Submitted by: Koop Mast <einekoai@chello.nl>
Reviewed by: eik, trevor, dwcjr, nakaji, at various times
* No(?) hidden dependencies, configuration variables for almost all available
options, with ability to negate OS defaults (PR 60414).
* Consistent ADS and WINBIND support, with all the necessary pam and nss
modules, as well as with documentation (PR 50039).
* rcNG startup script, that handles start of winbindd as well (PR 44273).
* CONFIGURE_ENV get PREFIX by default (fixes PR 61636 and PR 60254).
* Better support for hier(7) - suplimentary modules went from etc/ to
lib/samba/, log files are in /var/log/samba (PR 60254 and PR 62728).
* libsmbclient installs with all necessary symlinks (PR 60994).
* Incorporate fixes to smb.conf.default from PR 60994.
* Clean installation of manpages(no linux staff).
* Various other small fixes.
* Pass Maintainership to "Timur I. Bakeyev <timur@gnu.org>"
Submitted by: "Timur I. Bakeyev <timur@gnu.org>"
Approved by: dwcjr (old maintainer)
David has not committed to these ports since 2002/12/15, and there are some
updates pending. This is inline with the new maintainer timeout policy
as speleed out in the Porter's Handbook.
* Add a patch so libsmbclient.[ch] doesn't get installed, thus the CONFICTS
with samba-libsmbclient can be removed
PR: 61445
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Approved by: dwcjr (maintainer)
The net/samba-devel port has a WITHOUT_CUPS Makefile option
that drops the *port's* dependency on the CUPS library, but
does not actually pass the option to configure to build
Samba without CUPS support. The resulting binaries will
still have a runtime dependency on the CUPS library.
Similarly, the binaries built by the port have a runtime
dependency on the popt (port devel/popt) library which is
not listed in the Makefile.
PR: ports/53939
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
Approved by: maintainer timeout
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.