Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=O6iSY6bi; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HRxAvUk1 Received: by mail.netbsd.org (Postfix, from userid 605) id 3588F84D6B; Sat, 27 Apr 2024 07:54:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714204460; bh=s5otYCNHvL52Ylu8IBIua6ppgwgSlwOy35E7KuLu+V8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=O6iSY6biz8zUb5PbqcIDUqQ5hJoAstp9B6Qjbp/oULG44O3LTSb4yG2lYcX6+r7Ya zA1gn9RQ2nIwWxqqxC2yLKiACsq8ZnhwlmKMci+pp3iP6DSFoG+G2a7xtC452CJ2BY tzhb226HqEiB2UwSYWRNh8WSmJVELKRRf2dQj+h4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 233F484CCF for ; Sat, 27 Apr 2024 07:54:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 u_Pg8Wytz8gh for ; Sat, 27 Apr 2024 07:54:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6BC5884CC8 for ; Sat, 27 Apr 2024 07:54:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714204458; bh=s5otYCNHvL52Ylu8IBIua6ppgwgSlwOy35E7KuLu+V8=; h=Date:From:Subject:To:Reply-To; b=HRxAvUk1rMR3gjsRaHu7JX7NXwx6Yc/LgXEq6BhDMnBoTDR8hVBiebWthScVk3s1K fzakCC4n6YOvpu2YTWtoeUbgMzwbmlsWzERkdrTC4Sj4bxezdmpoNsYVvyR6YSi6J/ zi9jhFEzGOnuazfnZf27WQeOBw8PVF6/ttIGdIuI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C61FFA2C; Sat, 27 Apr 2024 07:54:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171420445820460" MIME-Version: 1.0 Date: Sat, 27 Apr 2024 07:54:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/qt5-qtwebkit To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240427075418.5C61FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171420445820460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Apr 27 07:54:18 UTC 2024 Modified Files: pkgsrc/x11/qt5-qtwebkit: Makefile Log Message: qt5-qtwebkit: not for Ruby 3.3, so set the limit to Ruby 3.1 To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 pkgsrc/x11/qt5-qtwebkit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171420445820460 Content-Disposition: inline Content-Length: 781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5-qtwebkit/Makefile diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.121 pkgsrc/x11/qt5-qtwebkit/Makefile:1.122 --- pkgsrc/x11/qt5-qtwebkit/Makefile:1.121 Sat Apr 6 08:07:12 2024 +++ pkgsrc/x11/qt5-qtwebkit/Makefile Sat Apr 27 07:54:18 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2024/04/06 08:07:12 wiz Exp $ +# $NetBSD: Makefile,v 1.122 2024/04/27 07:54:18 adam Exp $ QTWKVERSION= 5.212.0-alpha4 DISTNAME= qtwebkit-${QTWKVERSION} @@ -26,7 +26,7 @@ CMAKE_INSTALL_NAME_DIR= ${QTDIR}/lib TEST_TARGET= test # Source/JavaScriptCore/offlineasm/parser.rb:587:in `block in parseSequence': undefined method `=~' -RUBY_VERSIONS_INCOMPATIBLE= 32 +RUBY_VERSIONS_ACCEPTED= 31 CMAKE_ARGS+= -DPORT=Qt CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release --_----------=_171420445820460--