svn commit: r428331 - head/net/freerdp1

Ben Woods woodsb02 at FreeBSD.org
Sun Dec 11 04:46:39 UTC 2016


Author: woodsb02
Date: Sun Dec 11 04:46:37 2016
New Revision: 428331
URL: https://svnweb.freebsd.org/changeset/ports/428331

Log:
  net/freerdp1: Fix issue with X11_USE=xorg= being truncated
  due to whitespace as it wrapped over multiple lines
  
  PR:		214956
  Submitted by:	Kyle Evans (maintainer)
  Reported by:	John Hein <z7dr6ut7gs at snkmail.com>
  Approved by:	adamw (mentor, implicit)

Modified:
  head/net/freerdp1/Makefile

Modified: head/net/freerdp1/Makefile
==============================================================================
--- head/net/freerdp1/Makefile	Sun Dec 11 04:36:57 2016	(r428330)
+++ head/net/freerdp1/Makefile	Sun Dec 11 04:46:37 2016	(r428331)
@@ -64,8 +64,7 @@ X11_DESC=		Build FreeRDP X11 client
 X11_BUILD_DEPENDS=	xmlto:textproc/xmlto
 X11_CMAKE_ON=		-DWITH_X11=ON
 X11_CMAKE_OFF=		-DWITH_X11=OFF -DWITH_XKBFILE=OFF
-X11_USE=		xorg=x11,xkbfile,xcursor,xextproto,xv,xinerama,xext \
-			xcursor,xrandr,xi,xfixes,xrender
+X11_USE=		xorg=x11,xkbfile,xcursor,xextproto,xv,xinerama,xext,xrandr,xi,xfixes,xrender
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list