ports/177359: mail/p5-Mail-SpamAssassin depends on gnupg2
Doug Barton
dougb at FreeBSD.org
Sun Mar 24 22:40:00 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list