Date: Thu, 17 Mar 2016 10:28:05 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411267 - in head/deskutils/spice-gtk: . files Message-ID: <201603171028.u2HAS5jO062551@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Mar 17 10:28:05 2016 New Revision: 411267 URL: https://svnweb.freebsd.org/changeset/ports/411267 Log: These two changes allow vinagre to enable spice support. Add spice-protocol to run_depends since the spice-client-glib-2.0 pkgconfig file requires it. Also remove the requirement on the openssl from the spice-client-glib-2.0 pkgconfig file. PR: 207569 Approved by: maintainer timeout (18 days) Added: head/deskutils/spice-gtk/files/ head/deskutils/spice-gtk/files/patch-configure (contents, props changed) Modified: head/deskutils/spice-gtk/Makefile Modified: head/deskutils/spice-gtk/Makefile ============================================================================== --- head/deskutils/spice-gtk/Makefile Thu Mar 17 09:41:09 2016 (r411266) +++ head/deskutils/spice-gtk/Makefile Thu Mar 17 10:28:05 2016 (r411267) @@ -3,6 +3,7 @@ PORTNAME= spice-gtk PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES?= deskutils gnome MASTER_SITES= http://www.spice-space.org/download/gtk/ @@ -18,6 +19,7 @@ CPE_VENDOR= redhat BUILD_DEPENDS= spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:${PORTSDIR}/devel/py-pyparsing +RUN_DEPENDS= spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol .if defined(SPICE_SLAVE) PORTREVISION= 1 Added: head/deskutils/spice-gtk/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/spice-gtk/files/patch-configure Thu Mar 17 10:28:05 2016 (r411267) @@ -0,0 +1,11 @@ +--- configure.orig 2016-02-03 17:27:02.495339000 +0100 ++++ configure 2016-02-03 17:27:23.048743000 +0100 +@@ -16074,7 +16074,7 @@ + fi + + +-SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl" ++#SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl" + + + # Check whether --with-sasl was given.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603171028.u2HAS5jO062551>