Reputation: 77904
I have an application that uses the software package ffmpeg-devel
which is installed via macports.
Last month I updated macports by running port selfupdate
and port upgrade outdated
which installed a new version of ffmpeg-devel
.
My Application building process then started to fail with errors mentioning compatibility.
I'm 99% sure that this happens because of the new version of ffmpeg-devel
.
I had before ffmpeg-devel @20130205_0
, now I have ffmpeg-devel @20130328_0
.
I'm not a "guru" and after installing the new version I did remove the old version by mistake, so now I need to install the old ffmpeg-devel
revision (based on date 20130328).
How can I do that?
Thanks,
Upvotes: 1
Views: 1533
Reputation: 1919
Macports does not support this, but there is a workaround.
You can put the old portfile of ffmpeg-devel
in a local portfile repository and then install ffmpeg-devel again.
portindex
again in your local portfile repositoryport install ffmpeg-devel
Upvotes: 1