Rong-en Fan wrote:

On Feb 12, 2008 8:50 PM, Miroslav Lachman <[EMAIL PROTECTED]> wrote:

Hi,

I am using portupgrade-2.4.3_2,2. I have installed gnupg-1.4.8 and if I
tried to install Spamassassin and Amavisd-new with commands:
portinstall p5-Mail-SpamAssassin
portinstall amavisd-new
they both are trying to install CURL and openldap-client. Spamassassin
and Amavisd-new do not depend on it, so I think it is dependency for
GnuPG-2 (but I am using GnuPG-1).
If I try cd /usr/ports/mail/p5-Mail-SpamAssassin && make install clean
or
cd /usr/ports/security/amavisd-new/ && make install clean
the whole installation is successfuly done without installing CURL and
openldap-client. (it is expected result for me)

...or em I wrong and I must add 'security/gnupg' => 'security/gnupg1' in
to ALT_PKGDEP in pkgtools.conf?


Yes, according to /usr/ports/UPDATING.

Problem persist even if I have installed gnupg-1.4.8 and in pkgtools.conf:
  ALT_PKGDEP = {
    'security/gnupg' => 'security/gnupg1',
  }

`portinstall p5-Mail-SpamAssassin` still want to install CURL and openldap-client.

Any other thoughts?

Miroslav Lachman
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to