When I install sudo with LDAP support portmaster doesn't notice openldap24-client is already installed.
Just doing a make package in /usr/ports/security/sudo/ works as expected.
I had a similar issue with devel/gconf2 which I also build with LDAP support. It seems like the USE_OPENLDAP in a port's Makefile confuses portmaster.
Anyone else have similar issues?
Code:
===> openldap-sasl-client-2.4.23 is already installed
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of net/openldap24-sasl-client
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** Error code 1
Stop in /usr/ports/net/openldap24-sasl-client.
*** Error code 1
Stop in /usr/ports/net/openldap24-sasl-client.
===>>> Installation of openldap-sasl-client-2.4.23 (net/openldap24-sasl-client) failed
===>>> Aborting update
===>>> Update for net/openldap24-sasl-client failed
===>>> Aborting update
Just doing a make package in /usr/ports/security/sudo/ works as expected.
I had a similar issue with devel/gconf2 which I also build with LDAP support. It seems like the USE_OPENLDAP in a port's Makefile confuses portmaster.
Anyone else have similar issues?