[63831] trunk/dports/graphics/InsightToolkit/Portfile

Jeremy Lavergne jeremy at lavergne.gotdns.org
Tue Feb 16 16:27:53 PST 2010


Also, it doesn't need to be inside the post-extract block.

notes is automatically called during an install and needs to be  
accessible at all times for a `port notes` call.

On Feb 16, 2010, at 3:48 PM, dweber at macports.org wrote:

> Revision63831Authordweber at macports.orgDate2010-02-16 12:48:09 -0800  
> (Tue, 16 Feb 2010)Log Message
> Added ui_msg to warn about build duration and possible build  
> problems with parallel make jobs
> Modified Paths
> 	• trunk/dports/graphics/InsightToolkit/Portfile
> Diff
> Modified: trunk/dports/graphics/InsightToolkit/Portfile (63830 =>  
> 63831)
>
> --- trunk/dports/graphics/InsightToolkit/Portfile	2010-02-16  
> 15:27:07 UTC (rev 63830)
> +++ trunk/dports/graphics/InsightToolkit/Portfile	2010-02-16  
> 20:48:09 UTC (rev 63831)
> @@ -86,6 +86,14 @@
> post-extract {
>     move ${workpath}/InsightToolkit-${version} ${worksrcpath}
>     move ${workpath}/CableSwig-ITK-${version}  ${worksrcpath}/ 
> Utilities/CableSwig
> +    ui_msg "***************************************************"
> +    ui_msg "InsightToolkit is a very long config/build process."
> +    ui_msg "It can take several hours, even on a fast system."
> +    ui_msg "Also, it may fail due to parallel make jobs, so"
> +    ui_msg "try the 'build.jobs=1' option and run the build"
> +    ui_msg "many times until completion.  The -o and -k options"
> +    ui_msg "may be useful too, see man port for details."
> +    ui_msg "***************************************************"
> }
>
> configure {
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes



More information about the macports-dev mailing list