Ran into this very thing and did a bit of research into it.
The bsd.mk file that defines which version to use for openldap when a port calls for USE_OPENLDAP=YES got updated to the 2.3.x series. I believe you'll find pretty much all the ports calling for openldap will try to upgrade based on this. Please refer to /usr/ports/Mk/bsd.port.mk on line 1431 to see what I'm talking about. You are correct that some mention of this should have been put into the UPDATING file, but it sure looks like this isn't related to the KDE ports. As for resolving the problem, I just did: pkg_delete -f 'openldap*' Then I portinstalled both the server and client openldap for 2.3.x. All dependancies fulfilled and happy, even if it was a bit annoying to fix. On 6/17/06, Heino Tiedemann <[EMAIL PROTECTED]> wrote:
Hi there, the new kdebase complainns a version conflict: ,---- | ===> Installing for openldap-client-2.3.24 | | ===> openldap-client-2.3.24 conflicts with installed package(s): | openldap-client-2.2.30 | | They install files into the same place. | Please remove them first with pkg_delete(1). | *** Error code 1 | | Stop in /usr/ports/net/openldap23-client. | *** Error code 1 `---- openldap-client-2.2.30 (installed and needed, see below) openldap-client-2.3.24 (wanted by new kdebase, see above) ,---- | Information for openldap-client-2.2.30: | | Required by: | ImageMagick-6.2.7.7_1 | de-openoffice.org-2.0.2 | gconf2-2.14.0_2 | gimp-2.2.11,1 | gnome-vfs-2.14.2_3 | kdeartwork-3.5.3 | kdebase-3.5.3_2 | kdemultimedia-3.5.3 | kdemultimedia-xine_artsplugin-3.5.3 | kdeutils-3.5.3 | kmplayer-0.9.1.b_1,2 | libgsf-1.14.1 | libgtkhtml-2.11.0_1 | librsvg2-2.14.4 | libxine-1.1.1_6 `---- Whats the way out of this stand-off situation? ,---- | portupgrade -o net/openldap23-client openldap-client-2.2.30 `---- Does ist work with the other related ports? However - this should be mentioned in $PORTSDIR/UPDATING Heino _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
-- "When you come to a fork in the road....Take it" - Yogi Berra _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
