From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 28 00:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FBD8106566B for ; Sat, 28 Apr 2012 00:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2AF9A8FC0A for ; Sat, 28 Apr 2012 00:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3S0A8Um064091 for ; Sat, 28 Apr 2012 00:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3S0A8ff064090; Sat, 28 Apr 2012 00:10:08 GMT (envelope-from gnats) Resent-Date: Sat, 28 Apr 2012 00:10:08 GMT Resent-Message-Id: <201204280010.q3S0A8ff064090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 579F91065673 for ; Sat, 28 Apr 2012 00:02:09 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) by mx1.freebsd.org (Postfix) with ESMTP id 40C888FC0C for ; Sat, 28 Apr 2012 00:02:09 +0000 (UTC) Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [IPv6:2620:83:8000:102::cb]) (authenticated bits=0) by fun.ee.lbl.gov (8.14.5/8.14.5) with ESMTP id q3S028NF074907 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 27 Apr 2012 17:02:08 -0700 (PDT) Message-Id: <4F9B3380.3080408@ee.lbl.gov> Date: Fri, 27 Apr 2012 17:02:08 -0700 From: Craig Leres To: FreeBSD-gnats-submit@FreeBSD.org Cc: leres@ee.lbl.gov Subject: ports/167383: [PATCH] mail/enigmail-thunderbird update for 12.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2012 00:10:08 -0000 >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: