Bug 126110 - [patch] mail/enigmail-thunderbird - remove non-existing path in EXTRACT_DEPENDS
Summary: [patch] mail/enigmail-thunderbird - remove non-existing path in EXTRACT_DEPENDS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 02:20 UTC by edwin
Modified: 2008-07-31 07:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2008-07-31 02:20:02 UTC
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!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-31 02:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2008-07-31 07:04:07 UTC
State Changed
From-To: open->closed

Committed.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-07-31 07:04:09 UTC
ale         2008-07-31 06:03:57 UTC

  FreeBSD ports repository

  Modified files:
    mail/enigmail        Makefile 
    mail/enigmail-thunderbird Makefile 
  Log:
  Use ${NONEXISTENT} for dependencies that will not be installed.
  
  PR:             ports/126110
  Submitted by:   edwin
  
  Revision  Changes    Path
  1.46      +1 -1      ports/mail/enigmail-thunderbird/Makefile
  1.42      +1 -1      ports/mail/enigmail/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"