freebsd-ports/devel/jsoncpp/pkg-plist
Raphael Kubo da Costa 7dfc4025ea Properly version libjsoncpp.so.
Fix the problem described in bug 200969: currently, libjsoncpp.so is not
properly versioned by SCons; in other words, there's no SONAME in the
library's ELF header, which confuses the linker when creating binaries that
link against it.

Solve it by using InstallVersionedLib(), available since SCons 2.3.0: this
call is able to properly version the shared library the way we need it.
Since there is no support for actually installing the files outside the
build directory, we have to recreate the required symlinks ourselves in the
Makefile. Another related change is that we now create the libraries with
the proper names instead of doing that in the Makefile.

I'm (ab)using the maintainer's approval given to bug 200939, as swills's
latest patch includes this change as well.

PR:		200969
PR:		201057
Approved by:	johan@stromnet.se (maintainer)
2015-06-30 21:43:04 +00:00

12 lines
322 B
Text

lib/libjsoncpp.so.0.6.0
lib/libjsoncpp.so.0
lib/libjsoncpp.so
lib/libjsoncpp.a
include/jsoncpp/json/writer.h
include/jsoncpp/json/json.h
include/jsoncpp/json/forwards.h
include/jsoncpp/json/config.h
include/jsoncpp/json/value.h
include/jsoncpp/json/reader.h
include/jsoncpp/json/features.h
include/jsoncpp/json/autolink.h