diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-04-02 23:09:28 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-04-02 23:09:28 +0000 |
commit | 9ef2b068da83f946df28a5a8e54da9489fe90322 (patch) | |
tree | 50417131955226264c55777c7109f454ac2f7bc6 /UPDATING | |
parent | 15a52eb80525f1ef85b12efe9dd9624e6cffbfdf (diff) | |
download | ports-9ef2b068da83f946df28a5a8e54da9489fe90322.tar.gz ports-9ef2b068da83f946df28a5a8e54da9489fe90322.zip |
Document latest change in openldap24-client which will not require change
to third parties if FETCH is enabled.
Notes
Notes:
svn path=/head/; revision=272132
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -38,18 +38,12 @@ you update your ports collection, before attempting any port upgrades. the library with "FETCH" support, this would cause libldap to depend on FreeBSD's libfetch.so library. - This dependency is not expected by many applications that uses OpenLDAP - client library, which could broke if they won't link against libfetch. - For this reason, the libfetch(3) support in openldap24-client have been - turned off by default. - - If you are having problems saying fetchGetURL is not found, please either - rebuild your openldap24-client without the support, or tweak your - application's Makefile to have them link against libfetch(3) library. - - Most users can use 'make config' in ports/net/openldap24-client to change - the saved settings and have FETCH turned off safely, if they don't use - the functionality of downloading the ldif files. + + As of 20110402, a local change have been introduced so OpenLDAP libraries + link against libfetch.so when FETCH is enabled. Normally, no further user + interaction would be required. + + For new installations, the FETCH option have been turned off by default. 20110324: AFFECTS: users of KDE SC 4 |