From owner-svn-ports-all@freebsd.org Mon Feb 17 17:55:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 23B66241030; Mon, 17 Feb 2020 17:55:09 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Ls8D4G3wz424t; Mon, 17 Feb 2020 17:55:08 +0000 (UTC) (envelope-from manu@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FDE9AC05; Mon, 17 Feb 2020 17:55:08 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01HHt8gF080697; Mon, 17 Feb 2020 17:55:08 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HHt7SK080696; Mon, 17 Feb 2020 17:55:07 GMT (envelope-from manu@FreeBSD.org) Message-Id: <202002171755.01HHt7SK080696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Mon, 17 Feb 2020 17:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526382 - head/lang/beignet X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: head/lang/beignet X-SVN-Commit-Revision: 526382 X-SVN-Commit-Repository: ports 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.29 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: Mon, 17 Feb 2020 17:55:09 -0000 Author: manu Date: Mon Feb 17 17:55:07 2020 New Revision: 526382 URL: https://svnweb.freebsd.org/changeset/ports/526382 Log: lang/beignet: Set deprecated and expiration date Set the port deprecated, people should use lang/intel-computer-runtime instead. Set the expiration date one day after the next quarterly so people using this repository will be warned. PR: 233652 Reported by: jbeich Approved by: x11 (zeising@) Modified: head/lang/beignet/Makefile Modified: head/lang/beignet/Makefile ============================================================================== --- head/lang/beignet/Makefile Mon Feb 17 17:19:57 2020 (r526381) +++ head/lang/beignet/Makefile Mon Feb 17 17:55:07 2020 (r526382) @@ -14,6 +14,9 @@ COMMENT= Legacy OpenCL implementation for Intel HD (Ge LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Deprecated upstream, use lang/intel-compute-runtime +EXPIRATION_DATE= 2020-04-02 + BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \ opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \