From owner-svn-ports-all@freebsd.org Fri Oct 28 08:58:59 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 7D519C247A4; Fri, 28 Oct 2016 08:58:59 +0000 (UTC) (envelope-from amdmi3@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 34EBCA4; Fri, 28 Oct 2016 08:58:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9S8wwbC042397; Fri, 28 Oct 2016 08:58:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9S8wwpV042395; Fri, 28 Oct 2016 08:58:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610280858.u9S8wwpV042395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 28 Oct 2016 08:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424816 - in head/lang/beignet: . 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-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: Fri, 28 Oct 2016 08:58:59 -0000 Author: amdmi3 Date: Fri Oct 28 08:58:58 2016 New Revision: 424816 URL: https://svnweb.freebsd.org/changeset/ports/424816 Log: - Add missing egl dependency - Verbosify makefile Approved by: portmgr blanket Modified: head/lang/beignet/Makefile head/lang/beignet/files/patch-CMakeLists.txt Modified: head/lang/beignet/Makefile ============================================================================== --- head/lang/beignet/Makefile Fri Oct 28 08:32:59 2016 (r424815) +++ head/lang/beignet/Makefile Fri Oct 28 08:58:58 2016 (r424816) @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Beignet-${PORTVERSION USES= cmake gmake ncurses pkgconfig shebangfix USE_XORG= sm ice x11 xext xfixes -USE_GL= gl +USE_GL= gl egl SHEBANG_FILES= src/git_sha1.sh backend/kernels/compile.sh LLVMVER= 37 Modified: head/lang/beignet/files/patch-CMakeLists.txt ============================================================================== --- head/lang/beignet/files/patch-CMakeLists.txt Fri Oct 28 08:32:59 2016 (r424815) +++ head/lang/beignet/files/patch-CMakeLists.txt Fri Oct 28 08:58:58 2016 (r424816) @@ -1,6 +1,14 @@ ---- CMakeLists.txt.orig 2015-03-16 05:39:34.000000000 +0100 -+++ CMakeLists.txt 2015-03-27 20:29:34.695731000 +0100 -@@ -101,7 +101,7 @@ +--- CMakeLists.txt.orig 2016-08-30 10:06:31 UTC ++++ CMakeLists.txt +@@ -41,7 +41,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINA + + INCLUDE (FindPkgConfig) + +-SET(CMAKE_VERBOSE_MAKEFILE "false") + set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake/") + INCLUDE (GNUInstallDirs OPTIONAL) + # support old CMake without GNUInstallDirs +@@ -111,7 +110,7 @@ ELSE (USE_STANDALONE_GBE_COMPILER STREQU ENDIF (USE_STANDALONE_GBE_COMPILER STREQUAL "true") @@ -9,7 +17,7 @@ # XLib Find_Package(X11) -@@ -190,7 +190,7 @@ +@@ -230,7 +229,7 @@ IF(OCLIcd_FOUND) "intel-beignet.icd.in" "${ICD_FILE_NAME}" )