Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2011 06:44:44 GMT
From:      Alfred Bartsch <bartsch@dssgmbh.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162081: thunderbird-enigmail needs gnupg v1
Message-ID:  <201110280644.p9S6iiE9070904@red.freebsd.org>
Resent-Message-ID: <201110280650.p9S6o63r052300@freefall.freebsd.org>

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

>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@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:



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