Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2008 11:18:20 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126110: [patch] mail/enigmail-thunderbird - remove non-existing path in EXTRACT_DEPENDS
Message-ID:  <20080731011820.4449DA3A@k7.mavetju>
Resent-Message-ID: <200807310120.m6V1K2Op036198@freefall.freebsd.org>

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

>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 <FreeBSD PRs are public data>



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