svn commit: r386280 - head/net-mgmt/virt-viewer

Jason Helfman jgh at FreeBSD.org
Thu May 14 00:04:20 UTC 2015


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 at 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


More information about the svn-ports-all mailing list