Marc Espie wrote:
On Sun, May 06, 2007 at 10:17:17PM +0300, Berk D. Demir wrote:
I'm experiencing installation problems with cyclically dependent packages.
'package A - Flavor X' requires 'package B'
'package B' requires 'package A'
This is a problem with the packages. This should not happen.
I see.
Here are the quotes from related packages' Makefiles.
Is there anything wrong with dependencies? Or it's just another beast?
> ports/databases/openldap/Makefile:@76
LIB_DEPENDS+= sasl2::security/cyrus-sasl2
> ports/security/cyrus-sasl/Makefile:@63
.if ${FLAVOR:L:Mldap}
LIB_DEPENDS+= ldap.>=2,lber:openldap-client-2.*:databases/openldap
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
.else