For some old project that I'm using, I need to have FreeBSD and the project requires boost library. However, it was using boost-1_52_0 whereas ports have boost-1_55_0.
According to this, it should be really easy and straight forward, BUT portdowngrade
is not even under sysutils
anymore. It is quite outdated and not quite straight forward anymore. There is no prompt in portdowngrade
anymore. Also when I try man portdowngrade
, it say no manual for portdowngrade
and no help
either.
I continued to search and find this, in which old versions should be under /var/cache/pkg
, but no luck again.
I found the boost-lib-1_52_0
(not source, just pkg distribution etc. which is like in the ports, downloading source and installing) and it does sanity check and says the port is outdated.
Finally, I couldn't find a way to install different versions with pkg install
.
I have to use FreeBSD and I want to use boost-lib-1_52_0 because I have to solve a lot of other problems with 1_55_0.
Any help is appreciated,