Date: Thu, 25 Jun 2015 20:03:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200939] devel/jsoncpp: update to latest version Message-ID: <bug-200939-13-RBVBpfSNhR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200939-13@https.bugs.freebsd.org/bugzilla/> References: <bug-200939-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=200939 --- Comment #12 from Steve Wills <swills@FreeBSD.org> --- Raphael is exactly right of course. I think what I have posted is OK, but further work will be needed. Specifically, we need to deal with the fact that jsoncpp is deprecating building with scons. Instead they want to build with cmake, but if we don't use the bundled cmake this can create a problem. It seems we have two options. One option is to go back to using the jsoncpp bundled with cmake, which isn't the newest. The other option, and what I think I prefer, is to create a cmake-bootstrap port which uses the bundled jsoncpp and is then used to build the jsoncpp port. Then cmake can be built without the bundled jsoncpp. I haven't worked on this yet, but plan to. -- 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-200939-13-RBVBpfSNhR>