Date: Thu, 14 May 2015 00:04:20 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386280 - head/net-mgmt/virt-viewer Message-ID: <201505140004.t4E04KaX004514@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Thu May 14 00:04:19 2015 New Revision: 386280 URL: https://svnweb.freebsd.org/changeset/ports/386280 Log: - add spice support - bump portrevision PR: 200046 Reported by: shuriku@shurik.kiev.ua Modified: head/net-mgmt/virt-viewer/Makefile Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Wed May 13 23:54:49 2015 (r386279) +++ head/net-mgmt/virt-viewer/Makefile Thu May 14 00:04:19 2015 (r386280) @@ -3,6 +3,7 @@ PORTNAME= virt-viewer PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -12,16 +13,21 @@ COMMENT= Provides a graphical viewer for LICENSE= GPLv2 BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ - intltoolize:${PORTSDIR}/textproc/intltool + intltoolize:${PORTSDIR}/textproc/intltool \ + spice-protocol>=0.12.7:${PORTSDIR}/devel/spice-protocol LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt \ - libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc + libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc \ + libspice-client-glib-2.0.so:${PORTSDIR}/deskutils/spice-gtk + +USE_OPENSSL=yes +WITH_OPENSSL_PORT=yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share -CONFIGURE_ARGS= --with-gtk=3.0 --without-spice-gtk +CONFIGURE_ARGS= --with-gtk=3.0 --with-spice-gtk USES= desktop-file-utils gmake pkgconfig shared-mime-info cpe USE_GNOME= gtk30 INSTALLS_ICONS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505140004.t4E04KaX004514>