Code:
===> handbrake-0.10.1_3 conflicts with installed package(s):
x265-1.6
They will not build together.
Please remove them first with pkg delete.
*** Error code 1
Can't deinstall multimedia/x265 will deinstall too many other ports.
===> handbrake-0.10.1_3 conflicts with installed package(s):
x265-1.6
They will not build together.
Please remove them first with pkg delete.
*** Error code 1
portmaster -r ffmpeg-(n) where n = port version(get version information from pkg info ffmpeg), then rebuild multimedia/handbrake. pkg delete -f x265 before rebuilding multimedia/ffmpeg pkg delete. Worked if I deinstall it direct in the multimedia/x265 port and reinstalled it after multimedia/handbrake update. But such things are annoying.True, maybe a problem report against multimedia/handbrake is needed here. You and more people will undoubtedly run into this every time you update multimedia/handbrake.Ok, first I made the "error" to try to deinstall withpkg delete. Worked if I deinstall it direct in the multimedia/x265 port and reinstalled it after multimedia/handbrake update. But such things are annoying.
cd ../x265 && make deinstall clean && cd -
cd ../x265 && make install clean && cd -
CONFLICTS_BUILD= x265
pkg delete showed me fifteen or twenty ports if deinstall multimedia/x265. In the end I deinstalled it, and had only to change the options in multimedia/ffmpeg und multimedia/vlc. (But the idea with bsd.handbrake.mk I can use for other problems) . Thanks.