From owner-svn-ports-head@freebsd.org Thu Nov 26 12:43:27 2015 Return-Path: Delivered-To: svn-ports-head@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 6FAFDA361C9; Thu, 26 Nov 2015 12:43:27 +0000 (UTC) (envelope-from rakuco@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 36E5D18DC; Thu, 26 Nov 2015 12:43:27 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAQChQWI007003; Thu, 26 Nov 2015 12:43:26 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAQChQQo007002; Thu, 26 Nov 2015 12:43:26 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201511261243.tAQChQQo007002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 26 Nov 2015 12:43:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402444 - head/sysutils/kuser/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 12:43:27 -0000 Author: rakuco Date: Thu Nov 26 12:43:26 2015 New Revision: 402444 URL: https://svnweb.freebsd.org/changeset/ports/402444 Log: Add upstream patch to fix the build with the upcoming CMake 3.4.0. Added: head/sysutils/kuser/files/ head/sysutils/kuser/files/patch-git_0bf52af6a (contents, props changed) Added: head/sysutils/kuser/files/patch-git_0bf52af6a ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/kuser/files/patch-git_0bf52af6a Thu Nov 26 12:43:26 2015 (r402444) @@ -0,0 +1,16 @@ +commit 0bf52af6a61097f45f3f8a440e709376cc9d89b2 +Author: Michael Palimaka +Date: Sun Nov 15 04:32:18 2015 +1100 + + Fix build with cmake-3.4 + +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -16,6 +16,7 @@ include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DI + find_package(KdepimLibs REQUIRED) + + include(CheckFunctionExists) ++include(CheckIncludeFiles) + include(CheckLibraryExists) + + include(TestBigEndian)