Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 19:54:36 +0100 (CET)
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166106: mail/enigmail-thunderbird does not build with thunderbird 10.0.3
Message-ID:  <20120314185436.36F8DC0BC@elch.exwg.net>
Resent-Message-ID: <201203141900.q2EJ04C0010662@freefall.freebsd.org>

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

>Number:         166106
>Category:       ports
>Synopsis:       mail/enigmail-thunderbird does not build with thunderbird 10.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 14 19:00:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Moench-Tegeder
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD elch.exwg.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1: Sat Feb 4 22:08:41 CET 2012 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64

	thunderbird-10.0.3
	thunderbird-enigmail-1.4

>Description:
As Mozilla uses different directorys for the ESR releases (as opposed to
"normal" stable releases), this change has to be reflected in the enigmail
build (until the ports collection gets thunderbird 11, I guess).
Additionally, enigmail should be rebuild for each new thunderbird version,
so I bumped the portrevision for enigmail-thunderbird, too (I believe this
should be done for enigmail-thunderbird3 too, but I can't test that).
Perhaps the portrevision of the enigmail ports could be bumped automatically
with each respective thunderbird update?

>How-To-Repeat:
	try to build mail/enigmail-thunderbird with thunderbird 10.0.3
>Fix:

	Simple patch:


--- mail/enigmail-thunderbird/Makefile	2012-03-14 19:14:25.000000000 +0100
+++ mail/enigmail-thunderbird/Makefile.orig	2012-03-14 19:13:47.000000000 +0100
@@ -5,7 +5,6 @@
 # $FreeBSD: ports/mail/enigmail-thunderbird/Makefile,v 1.59 2011/12/04 12:27:09 ale Exp $
 #
 
-PORTREVISION=	1
 COMMENT=	A GnuPG extension for the Thunderbird mail client
 
 EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip \
@@ -15,6 +14,6 @@
 
 GECKO=		thunderbird
 GECKO_PORTDIR=	mail/${GECKO}
-GECKO_EXTDIR=	comm-esr10
+GECKO_EXTDIR=	comm-release
 
 .include "${MASTERDIR}/Makefile"


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



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