On 22/05/2019 13:42, Miroslav Lachman wrote:
Grzegorz Junka wrote on 2019/05/22 14:11:

[...]

Are you saying that even if elinks was reinstalled with dependencies that wouldn't help?

We have two issues here:

1. How to reinstall a package with dependencies (as stated in the subject)

You can try something like this

pkg install -f `pkg info -d elinks | tr -d :`


pkg info -d will list direct dependencies of the port and then this list is given to command pkg install -f.


That's a good idea. Thank you. I may probably want to strip versions too, to allow upgrading to more recent versions. But I can take it from there.

GrzegorzJ

_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to