From owner-svn-ports-head@freebsd.org Thu Mar 17 10:28:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FF7CAD2B2F; Thu, 17 Mar 2016 10:28:06 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36C2EF44; Thu, 17 Mar 2016 10:28:06 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2HAS5vf062553; Thu, 17 Mar 2016 10:28:05 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2HAS5jO062551; Thu, 17 Mar 2016 10:28:05 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201603171028.u2HAS5jO062551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 17 Mar 2016 10:28:05 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 10:28:06 -0000 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.