From owner-svn-ports-all@freebsd.org Sun Dec 11 06:18:29 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 25D6DC71E06; Sun, 11 Dec 2016 06:18:29 +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 E9428F2C; Sun, 11 Dec 2016 06:18:28 +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 uBB6ISvK073541; Sun, 11 Dec 2016 06:18:28 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBB6ISE5073540; Sun, 11 Dec 2016 06:18:28 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201612110618.uBB6ISE5073540@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 06:18:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428333 - head/net/freerdp 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 06:18:29 -0000 Author: woodsb02 Date: Sun Dec 11 06:18:27 2016 New Revision: 428333 URL: https://svnweb.freebsd.org/changeset/ports/428333 Log: net/freerdp: Fix X11_CMAKE_ON typo and logic error introduced in r428330 Approved by: adamw (mentor, implicit) Modified: head/net/freerdp/Makefile Modified: head/net/freerdp/Makefile ============================================================================== --- head/net/freerdp/Makefile Sun Dec 11 06:11:06 2016 (r428332) +++ head/net/freerdp/Makefile Sun Dec 11 06:18:27 2016 (r428333) @@ -3,6 +3,7 @@ PORTNAME= freerdp PORTVERSION= 2.0.0.g2016.11.24 +PORTREVISION= 1 CATEGORIES= net comms ipv6 MAINTAINER= bsdports@kyle-evans.net @@ -59,8 +60,8 @@ SSE_CMAKE_BOOL= WITH_SSE2 X11_DESC= Build FreeRDP X11 client X11_BUILD_DEPENDS= xmlto:textproc/xmlto -X11_CMAKE_ON= -DWITH_XKBDFILE=OFF X11_CMAKE_BOOL= WITH_X11 +X11_CMAKE_OFF= -DWITH_XKBFILE=OFF X11_USE= xorg=x11,xkbfile,xcursor,xextproto,xv,xinerama,xext,xrandr,xi,xfixes,xrender .include @@ -93,5 +94,4 @@ post-patch: ${WRKSRC}/server/shadow/CMakeLists.txt \ ${WRKSRC}/libfreerdp/CMakeLists.txt - .include