linux directory hier

Mark Linimon linimon at lonesome.com
Sun Sep 4 07:35:05 PDT 2005


On Sun, Sep 04, 2005 at 11:40:24AM +0200, Alexander Leidinger wrote:
> The line reads "Deleting rpm-3.0.6_10 popt-1.7 linux_base-8-8.0_6
> linux-tiff-3.6.1_3 linux-png-1.2.7_6 linux-pango-1.2.1_3"...
> 
> I'm not sure if this is the order in which pointyhat removes the
> files... can someone from portmgr clarify this issue?

The dependencies appear to me to be removed in the order that they
are listed in the dependency.  e.g. if EXTRACT_DEPENDS=foo bar
then after the extact is done, foo will be removed, then bar.

At the end, they are removed in a tricky order, which appears to be:
"concatenate RUN_DEPENDS and BUILD_DEPENDS and then drop duplicates".
That should correspond to the list above.

The script is in ports/Tools/portbuild/scripts/buildscript.  I am
not the person most familiar with it.

mcl


More information about the freebsd-emulation mailing list