Hi,
Is there a way to fetch an older version of a certain port? I need to downgrade rtorrent/libtorrent to 0.8.9/0.12.9. Currently I'm running amd64 9.1-RELEASE. I'd like to apply patches that came with that version and avoid building it from sources myself.
One option is to fetch this from older binary port collection (e.g. 8.3-RELEASE), but after that there's a problem with a library:
Which was upgraded to libz.so.6 in FreeBSD 9. When I create symlink from version 6 to version 5 I got this working. But obviously this is not the correct way (and application still may crash).
That's why I'm looking for a way to install older version of a port.
Is there a way to fetch an older version of a certain port? I need to downgrade rtorrent/libtorrent to 0.8.9/0.12.9. Currently I'm running amd64 9.1-RELEASE. I'd like to apply patches that came with that version and avoid building it from sources myself.
One option is to fetch this from older binary port collection (e.g. 8.3-RELEASE), but after that there's a problem with a library:
# ldd `which rtorrent`|grep not
Code:
libz.so.5 => not found (0)
Which was upgraded to libz.so.6 in FreeBSD 9. When I create symlink from version 6 to version 5 I got this working. But obviously this is not the correct way (and application still may crash).
That's why I'm looking for a way to install older version of a port.