[Bug 210533] update net/libvncserver to 0.9.10 fails in port
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 24 21:39:26 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210533
Ben Woods <woodsb02 at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |woodsb02 at freebsd.org
--- Comment #3 from Ben Woods <woodsb02 at freebsd.org> ---
As Carlos said, I believe this is because the environment you are building in
has libva and GTK installed (perhaps the former only after adding it to
LIB_DEPENDS). A poudriere build uses a clean environment which does not have
either of these, so when they are checked for in the configure and not found,
the configure is disabling the build for the H.264 encodings and the GTK+ vnc
viewer example respectively.
It seems like perhaps we need to either add LIBVA and GTK as options or
dependencies, and if they are enabled we will run into the compile problems you
are experiencing.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list