portupgrade installing unexpected dependencies

Miroslav Lachman 000.fbsd at quip.cz
Wed Feb 13 11:23:08 UTC 2008


Rong-en Fan wrote:

> On Feb 12, 2008 8:50 PM, Miroslav Lachman <000.fbsd at quip.cz> 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


More information about the freebsd-ports mailing list