From owner-svn-ports-all@freebsd.org Fri Apr 7 20:21:39 2017 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 55FB4D337B8; Fri, 7 Apr 2017 20:21:39 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37C7CDC; Fri, 7 Apr 2017 20:21:39 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 522F84FA6; Fri, 7 Apr 2017 20:21:38 +0000 (UTC) From: Jan Beich To: Matthew Rezny Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437953 - in head/lang/beignet: . files References: <201704071930.v37JUBGj017948@repo.freebsd.org> Date: Fri, 07 Apr 2017 22:23:18 +0200 In-Reply-To: <201704071930.v37JUBGj017948@repo.freebsd.org> (Matthew Rezny's message of "Fri, 7 Apr 2017 19:30:11 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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, 07 Apr 2017 20:21:39 -0000 Matthew Rezny writes: > - Enable OpenCL 2.0 on AMD64 Isn't this premature before 1.3.2 or bug 217635 fix? > +USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME} Why do you need ldconfig hints for dlopen(3)? libcl.so embeds absolute paths for libgbe.so and libgbeinterp.so + absolute path via ocl-icd config in /usr/local/etc/OpenCL/vendors/intel-beignet.icd Please, don't turn portlint into a cargo cult. > +LLVMVER= ${MESA_LLVM_VER:U39} Why not drop LLVMVER variable and use MESA_LLVM_VER directly? BUILD_DEPENDS= clang${MESA_LLVM_VER}:devel/llvm${MESA_LLVM_VER} \ [...] MESA_LLVM_VER?= 39