Bug 39315 - revise ivtools build dependencies to ensure imake is available
Summary: revise ivtools build dependencies to ensure imake is available
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-15 00:20 UTC by Scott Johnston
Modified: 2002-06-19 06:47 UTC (History)
0 users

See Also:


Attachments
ivtools-1.0.3-port.patch (590 bytes, patch)
2002-06-15 00:20 UTC, Scott Johnston
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Johnston 2002-06-15 00:20:01 UTC
revise Makefile of ivtools port to ensure imake is available for build process(multiple lines)>
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-06-16 19:23:29 UTC
State Changed
From-To: open->feedback

how about using "USE_IMAKE=yes" instead of your patch ?
Comment 2 Scott Johnston 2002-06-17 17:32:15 UTC
> how about using "USE_IMAKE=yes" instead of your patch ?
>
>

Because "USE_IMAKE=yes" causes imake to be invoked
at the wrong time in the build process, with the wrong
parameters.  Instead the normal build process of ivtools
invokes imake when it requires it with the right parameters.

Scott Johnston
Comment 3 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-06-19 06:47:24 UTC
State Changed
From-To: feedback->closed

committed, thanks