Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2012 17:02:08 -0700
From:      Craig Leres <leres@ee.lbl.gov>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        leres@ee.lbl.gov
Subject:   ports/167383: [PATCH] mail/enigmail-thunderbird update for 12.0
Message-ID:  <4F9B3380.3080408@ee.lbl.gov>
Resent-Message-ID: <201204280010.q3S0A8ff064090@freefall.freebsd.org>

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

>Number:         167383
>Category:       ports
>Synopsis:       [PATCH] mail/enigmail-thunderbird update for 12.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 28 00:10:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Craig Leres
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
System: FreeBSD hot.ee.lbl.gov 8.2-RELEASE FreeBSD 8.2-RELEASE #12: Tue
Mar 27 11:13:45 PDT 2012
leres@hot.ee.lbl.gov:/usr/src/8.2-RELEASE/sys/amd64/compile/LBLIPV6  amd64

>Description:
	The enigmail-thunderbird port was configured to build against the ESR
version of thunderbird earlier this month but wasn't changed back when
thunderbird was updated to 11.0 or 12.0. This means enigmail-thunderbird
depends on 10.X instead of whatever version is installed.

>How-To-Repeat:

--- script.txt begins here ---
hot 17 % pkg_info | fgrep thunderbird
thunderbird-12.0    Mozilla Thunderbird is standalone mail and news that
stands
thunderbird-enigmail-1.4 A GnuPG extension for the Thunderbird mail client
hot 18 % pwd
/usr/ports/mail/enigmail-thunderbird
hot 19 % make
===>  License check disabled, port has not defined LICENSE
===>  Extracting for thunderbird-enigmail-1.4
=> SHA256 Checksum OK for enigmail-1.4.tar.gz.
===>   thunderbird-enigmail-1.4 depends on executable: unzip - found
===>   thunderbird-enigmail-1.4 depends on executable: yasm - found
===>   thunderbird-enigmail-1.4 depends on file: /nonexistent - not found
===>    Verifying build for /nonexistent in /usr/ports/mail/thunderbird-esr

===>  thunderbird-10.0.4 conflicts with installed package(s):
      thunderbird-12.0

      They install files into the same place.
      You may want to stop build with Ctrl + C.
^C
hot 20 %
--- script.txt ends here ---

>Fix:
	Please see the attached patch.

--- patch-Makefile begins here ---
--- Makefile.orig	2012-04-20 19:49:37.000000000 -0700
+++ Makefile	2012-04-20 19:50:15.000000000 -0700
@@ -13,7 +13,7 @@
 MASTERDIR=	${.CURDIR}/../enigmail

 GECKO=		thunderbird
-GECKO_PORTDIR=	mail/${GECKO}-esr
-GECKO_EXTDIR=	comm-esr10
+GECKO_PORTDIR=	mail/${GECKO}
+GECKO_EXTDIR=	comm-release

 .include "${MASTERDIR}/Makefile"

--- patch-Makefile ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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