Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 04:54:31 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387781 - head/net/remmina-plugin-rdp
Message-ID:  <201505290454.t4T4sVpi094644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505290454.t4T4sVpi094644>