[Bug 207569] [patch] deskutils/spice-gtk fix 2 issues.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 28 20:06:17 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207569
Bug ID: 207569
Summary: [patch] deskutils/spice-gtk fix 2 issues.
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: kwm at FreeBSD.org
CC: olevole at olevole.ru
Flags: maintainer-feedback?(olevole at olevole.ru)
Keywords: patch
CC: olevole at olevole.ru
Created attachment 167528
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167528&action=edit
Fix issues with the spice-client-glib-2.0.pc file
The current spice-gtk port has two issues both are with the
spice-client-glib-2.0.pc file.
1) spice-gtk needs a run dependancy on spice-protocol because it is required in
the spice-client-glib-2.0.pc file.
% pkg-config --cflags spice-client-glib-2.0
Package spice-protocol was not found in the pkg-config search path.
Perhaps you should add the directory containing `spice-protocol.pc'
to the PKG_CONFIG_PATH environment variable
Package 'spice-protocol', required by 'spice-client-glib-2.0', not found
2) it also put a requirement on the openssl.pc file in the
spice-client-glib-2.0.pc. I just removed it, and vinagre build and run fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list