svn commit: r387781 - head/net/remmina-plugin-rdp
Don Lewis
truckman at FreeBSD.org
Fri May 29 04:54:32 UTC 2015
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"
More information about the svn-ports-all
mailing list