Hi!

> Is there an easy way to "rip out by the roots" a botched
> port install and start over, including re-doing all the
> configuration dialogs of the port and its dependencies?

For one port:

pkg delete port

cd /usr/ports/<...>

make rmconfig
make config

You probably have to do that for each of its dependencies.

You get a list of dependencies with:

pkg query '%n-%v %do'

-- 
[email protected]            +49 171 3101372                         4 years to go !
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to