From owner-svn-ports-all@freebsd.org Sun Dec 11 04:46:39 2016 Return-Path: Delivered-To: svn-ports-all@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 0A411C70F9F; Sun, 11 Dec 2016 04:46:39 +0000 (UTC) (envelope-from woodsb02@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 C38C087A; Sun, 11 Dec 2016 04:46:38 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBB4kb5h037338; Sun, 11 Dec 2016 04:46:37 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBB4kb4g037337; Sun, 11 Dec 2016 04:46:37 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201612110446.uBB4kb4g037337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 11 Dec 2016 04:46:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428331 - head/net/freerdp1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2016 04:46:39 -0000 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 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