ports/162081: thunderbird-enigmail needs gnupg v1

Alfred Bartsch bartsch at dssgmbh.de
Fri Oct 28 06:50:13 UTC 2011


>Number:         162081
>Category:       ports
>Synopsis:       mail/enigmail-thunderbird needs gnupg v1
>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:   Fri Oct 28 06:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alfred Bartsch
>Release:        FreeBSD 8.2-stable
>Organization:
Data-Service GmbH
>Environment:
FreeBSD pcadmin.incore 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Jul 28 15:53:55 CEST 2011     root at pcadmin.incore:/usr/obj/usr/src/sys/PCADMIN  i386
>Description:
enigmail-thunderbird is not GnuPG V2 compatible. After Installation it is not able to locate a valid gnupg installation. If directed manually to "gpg2", the call fails with invalid parameter "--charset".
Changing the dependency to security/gnupg1 fixes this problem.
>How-To-Repeat:
eventually remove package gnupg-1xx and try to configure/run run enigmail-thunderbird
>Fix:
Makefile may be patched:

--- Makefile.orig       2011-09-29 12:49:05.000000000 +0200
+++ Makefile    2011-10-27 13:58:42.000000000 +0200
@@ -22,7 +22,7 @@
                ${LOCALBASE}/libdata/pkgconfig/printproto.pc:${PORTSDIR}/x11/printproto
 BUILD_DEPENDS= ${GECKO}:${PORTSDIR}/${GECKO_PORTDIR}
 RUN_DEPENDS=   ${GECKO}:${PORTSDIR}/${GECKO_PORTDIR} \
-               gpg:${PORTSDIR}/security/gnupg
+               gpg:${PORTSDIR}/security/gnupg1
 
 .if !defined(GECKO)
 GECKO=         libxul


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



More information about the freebsd-ports-bugs mailing list