The attached patch removes the static library version of SpiceClientGtk.a from
the port's plist. After 0.26, the spice-gtk disables static builds by default.
I tried passing --enable-static, but the build fails:
gmake[3]: Entering directory '/wrkdirs/usr/ports/deskutils/py-spice-gtk/work/spice-gtk-0.30/tests'
CC coroutine.o
CC util.o
CC session.o
CCLD coroutine
CCLD session
CCLD util
/usr/bin/ld: undefined reference to symbol `hypot@@FBSD_1.0' (try adding -lm)
//lib/libm.so.5: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:719: recipe for target 'session' failed
PR: 205442
Approved by: maintainer timeout (15 days)
pkg-static: Unable to access file /wrkdirs/usr/ports/deskutils/py-spice-gtk/work/stage/usr/local/lib/python2.7/site-packages/SpiceClientGtk.a: No such file or directory
Reported by: pkg-fallout
spice-gtk is a GTK+2 and GTK+3 SPICE widget. It features glib-based objects
for SPICE protocol parsing and a gtk widget for embedding the SPICE display
into other applications such as virt-manager.
Python bindings are available too.
WWW: http://www.spice-space.org/
PR: 196949 (based on)
Submitted by: olevole@olevole.ru