From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 31 01:20:02 2008 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 DD578106567B for ; Thu, 31 Jul 2008 01:20:02 +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 B5A998FC0C for ; Thu, 31 Jul 2008 01:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6V1K2FQ036199 for ; Thu, 31 Jul 2008 01:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6V1K2Op036198; Thu, 31 Jul 2008 01:20:02 GMT (envelope-from gnats) Resent-Date: Thu, 31 Jul 2008 01:20:02 GMT Resent-Message-Id: <200807310120.m6V1K2Op036198@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, Edwin Groothuis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89AA51065684 for ; Thu, 31 Jul 2008 01:19:00 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 4C6398FC13 for ; Thu, 31 Jul 2008 01:19:00 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 4EE882218AA6; Thu, 31 Jul 2008 11:18:59 +1000 (EST) Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 0AB4921B4799 for ; Thu, 31 Jul 2008 11:18:59 +1000 (EST) Received: from k7.mavetju (ppp121-44-44-136.lns10.syd7.internode.on.net [121.44.44.136]) by mail5auth.barnet.com.au (Postfix) with ESMTP id A0D2A2218A81 for ; Thu, 31 Jul 2008 11:18:58 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 4449DA3A; Thu, 31 Jul 2008 11:18:20 +1000 (EST) Message-Id: <20080731011820.4449DA3A@k7.mavetju> Date: Thu, 31 Jul 2008 11:18:20 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/126110: [patch] mail/enigmail-thunderbird - remove non-existing path in EXTRACT_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2008 01:20:02 -0000 >Number: 126110 >Category: ports >Synopsis: [patch] mail/enigmail-thunderbird - remove non-existing path in EXTRACT_DEPENDS >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 31 01:20:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #2: Wed May 28 08:12:56 EST 2008 edwin@k7.mavetju:/usr/src/sys/i386/compile/k7 i386 >Description: EXTRACT_DEPENDS=${GECKO_WRKSRC}/configure:${PORTSDIR}/${GECKO_PORTDIR}:patch GECKO_WRKSRC is set to: /usr/ports/mail/enigmail-thunderbird/work/../../../mail/thunderbird/work/mozilla That directory "/usr/ports/mail/enigmail-thunderbird/work/" doesn't exist until the do-extract target has failed, so this file ${GECKO_WRKSRC}/configure never exists so this check always fails. It is better to replace it with: EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:patch so that the patch in ports/116601 can get commited too! >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: >Confidentia: no