Received: by mail.netbsd.org (Postfix, from userid 605) id DCE8884F2F; Mon, 15 Aug 2022 19:21:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F59C84F23 for ; Mon, 15 Aug 2022 19:21:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xoV5BecmEqaf for ; Mon, 15 Aug 2022 19:21:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 74A9884F17 for ; Mon, 15 Aug 2022 19:21:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6873FFB1A; Mon, 15 Aug 2022 19:21:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660591281103000" MIME-Version: 1.0 Date: Mon, 15 Aug 2022 19:21:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/parallel/pocl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220815192121.6873FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660591281103000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 15 19:21:21 UTC 2022 Modified Files: pkgsrc/parallel/pocl: Makefile Log Message: pocl: mark as BROKEN This needs to be updated to 3.0 (available) to support llvm 14. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/parallel/pocl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660591281103000 Content-Disposition: inline Content-Length: 686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/parallel/pocl/Makefile diff -u pkgsrc/parallel/pocl/Makefile:1.8 pkgsrc/parallel/pocl/Makefile:1.9 --- pkgsrc/parallel/pocl/Makefile:1.8 Mon Apr 18 19:11:56 2022 +++ pkgsrc/parallel/pocl/Makefile Mon Aug 15 19:21:21 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/04/18 19:11:56 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/08/15 19:21:21 wiz Exp $ DISTNAME= pocl-1.8 PKGREVISION= 2 @@ -10,6 +10,8 @@ HOMEPAGE= http://portablecl.org/ COMMENT= Portable implementation of the OpenCL standard LICENSE= mit +BROKEN= "version 1.8 does not support llvm 14, please update this to 3.0" + USE_CMAKE= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ --_----------=_1660591281103000--