On Sun, May 23, 2010 at 03:20:32AM +0200, Robert wrote:
> Hi,
> 
> i have have a system where i build and use ports, no dedicated build
> system.
> Over time the BUILD_DEPENDS start to accumulate.
> Because of the smallish ssd and slow net-connection, i'd like to
> remove those periodically.
> 
> Is there an easy way to remove the packages installed as BUILD_DEPENDS ?
> 
> So far is see two options:
> 
> First there is sqlports, ... (Just a more elegant way than parsing the
> Makefile's)
> 
> Secondly a loop over
>   " pkg_delete ('pkg_info -t' minus 'pkg_info -m' ) "
> until there is nothing left.
> 
> Any other ideas? Missing something obvious?

Build in a chroot

> 
> 
>    ~roberth

Reply via email to