Date: Fri, 24 Jun 2016 21:39:25 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210533] update net/libvncserver to 0.9.10 fails in port Message-ID: <bug-210533-13-UNcRBC2uup@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210533-13@https.bugs.freebsd.org/bugzilla/> References: <bug-210533-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210533 Ben Woods <woodsb02@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |woodsb02@freebsd.org --- Comment #3 from Ben Woods <woodsb02@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 foun= d, the configure is disabling the build for the H.264 encodings and the GTK+ v= nc 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210533-13-UNcRBC2uup>