Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 12:23:18 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Rong-en Fan <grafan@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: portupgrade installing unexpected dependencies
Message-ID:  <47B2D326.7090302@quip.cz>
In-Reply-To: <6eb82e0802120518t5ba226b1oc143172437556fd7@mail.gmail.com>
References:  <47B1960B.4080709@quip.cz> <6eb82e0802120518t5ba226b1oc143172437556fd7@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Rong-en Fan wrote:

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47B2D326.7090302>