Date: Mon, 26 Jul 2010 14:39:14 -0700 From: Chuck Swiger <cswiger@mac.com> To: John Francis Lee <jfl@uspvp.org> Cc: FreeBSD - <freebsd-questions@freebsd.org> Subject: Re: problem with ffmpeg port Message-ID: <98B8ACBD-79D8-45E4-8842-C4A825A0F815@mac.com> In-Reply-To: <4C4DFF56.5070804@uspvp.org> References: <4C4DFC8E.80603@robinlea.com> <F93A138F-F8F3-4D9A-8D7F-B1F6ED0220AF@mac.com> <4C4DFF56.5070804@uspvp.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 26, 2010, at 2:34 PM, John Francis Lee wrote: > Thanks > > [jfl@28amen /ports/multimedia/ffmpeg]$ cd ../../archivers/xz/ > [jfl@28amen /ports/archivers/xz]$ sudo make deinstall > Password: > ===> Deinstalling for archivers/xz > [jfl@28amen /ports/archivers/xz]$ sudo make install > ===> Installing for xz-4.999.9_1 > ===> Generating temporary packing list > ===> Checking if archivers/xz already installed > ===> An older version of archivers/xz is already installed > (lzmautils-4.32.7) It looks like you might have archivers/lzmautils installed instead of archivers/xz; try deinstalling that instead, and then let multimedia/ffmpeg install the one it wants. If "make deinstall" doesn't do it, then "pkg_info | grep lzma" or "pkg_info | grep xz" might tell you which one you have installed, and pkg_delete -f can be fed the name of the package you do have... Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?98B8ACBD-79D8-45E4-8842-C4A825A0F815>