Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 22:32:23 GMT
From:      Doug Barton <dougb@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177359: mail/p5-Mail-SpamAssassin depends on gnupg2
Message-ID:  <201303242232.r2OMWN7N033001@red.freebsd.org>
Resent-Message-ID: <201303242240.r2OMe0Vu056099@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177359
>Category:       ports
>Synopsis:       mail/p5-Mail-SpamAssassin depends on gnupg2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 24 22:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Doug Barton
>Release:        9.1
>Organization:
AAAG
>Environment:
DNA
>Description:
The port has this dependency:

.if !defined(WITHOUT_GNUPG)
RUN_DEPENDS+=   gnupg>=1.4.7:${PORTSDIR}/security/gnupg
.endif

It seems that what is intended is to add a 1 to the end of that line, since the gnupg 2.x port is not really intended for use on servers. Doing so fixed it for me.

If it really is intended to allow the user to select gnupg2 (perhaps for a desktop install) then a method similar that used in mail/pine-pgp-filters could be employed. 
>How-To-Repeat:
Build port without gnupg installed
>Fix:
Change to:

RUN_DEPENDS+=   gnupg>=1.4.7:${PORTSDIR}/security/gnupg1


>Release-Note:
>Audit-Trail:
>Unformatted:



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