Date: Sun, 27 Jul 2014 19:44:15 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 187191] devel/yaml-cpp to 0.5.1 Message-ID: <bug-187191-13-zGPfRTqD2B@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-187191-13@https.bugs.freebsd.org/bugzilla/> References: <bug-187191-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=187191 --- Comment #6 from Raphael Kubo da Costa <rakuco@FreeBSD.org> --- (In reply to hiroto.kagotani from comment #3) > I've made an alternative patch for updating yaml-cpp to 0.5.1. > > The difference is: > * installs libyaml-cpp.so.0 instead of libyaml-cpp.so.0.5 > * "port test" & redports clean I've tested this one locally. While the port itself builds fine, the ones that depend on it (chinese/librime, games/openxcom and graphics/opencolorio) all fail to build with it, possibly due to 0.5 being API-incompatible with 0.3.x. Additionally, the dependency on boost must be a LIB_DEPENDS, not a build one, since one of the port's headers includes boost's shared_ptr.hpp. -- 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-187191-13-zGPfRTqD2B>