From owner-svn-ports-head@FreeBSD.ORG Fri May 29 04:54:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DACA5978; Fri, 29 May 2015 04:54:31 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C92621651; Fri, 29 May 2015 04:54:31 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4T4sVDF094645; Fri, 29 May 2015 04:54:31 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4T4sVpi094644; Fri, 29 May 2015 04:54:31 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201505290454.t4T4sVpi094644@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 29 May 2015 04:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387781 - head/net/remmina-plugin-rdp 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.20 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: Fri, 29 May 2015 04:54:32 -0000 Author: truckman Date: Fri May 29 04:54:31 2015 New Revision: 387781 URL: https://svnweb.freebsd.org/changeset/ports/387781 Log: Fix LIB_DEPENDS to catch up to the recently committed net/freerdp version 1.2.0. Mark BROKEN because the build gets further but is still broken. This version of remmina is incompatible with freerdb 1.2.0. It appears that remmina 1.2.0 is required. Approved by: mat (mentor, implicit) Modified: head/net/remmina-plugin-rdp/Makefile Modified: head/net/remmina-plugin-rdp/Makefile ============================================================================== --- head/net/remmina-plugin-rdp/Makefile Fri May 29 04:24:55 2015 (r387780) +++ head/net/remmina-plugin-rdp/Makefile Fri May 29 04:54:31 2015 (r387781) @@ -5,10 +5,12 @@ PKGNAMESUFFIX= -rdp COMMENT= Remmina plugin for RDP protocol -LIB_DEPENDS= libfreerdp-core.so:${PORTSDIR}/net/freerdp +LIB_DEPENDS= libfreerdp.so:${PORTSDIR}/net/freerdp MASTERDIR= ${.CURDIR}/../remmina-plugins +BROKEN= version 1.0.0 is incompatible with freerdp 1.2.x + PLIST_SUB+= ICONS="" SSH="" .include "${MASTERDIR}/Makefile"