Received: by mail.netbsd.org (Postfix, from userid 605) id 19BA184F76; Fri, 9 Feb 2024 14:39:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707489586; bh=TcvxXQkyUvr6P0gacmpFcTRM1H56njVZ0cuAwH79E04=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=bcUbmRbD4HkoWvaZeL/f0P3TA3UIvt3QHXtGMrZWoM9m+o5jKaUA6X6ymgWAQOeg4 9CxSQogIJoigJuvZITWfSHL4nRSrHxGjV2T4GrvIQkg02hDRe0041CDiQasPRnyglN TocuNFaSZg0Fg9+Y4vn4AlR918zjr3OpPkZAyAsE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A53E84F71 for ; Fri, 9 Feb 2024 14:39:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yVTxbzKkQAbo for ; Fri, 9 Feb 2024 14:39:44 +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 A82B684CFA for ; Fri, 9 Feb 2024 14:39:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97DF1FA42; Fri, 9 Feb 2024 14:39:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707489584256640" MIME-Version: 1.0 Date: Fri, 9 Feb 2024 14:39:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/orc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240209143944.97DF1FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707489584256640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Fri Feb 9 14:39:44 UTC 2024 Modified Files: pkgsrc/devel/orc: Makefile PLIST distinfo Log Message: orc: updated to 0.4.37 0.4.37 ====== - enable neon instructions on Apple ARM64 (Aleix Conchillo Flaqué) - orcc: Fix regression, was hard-coded to use "sse" as default target (Sebastian Dröge) - MMX backend fixes (L. E. Segovia, Jorge Zapata) - testsuite: Build fixes for Clang (L. E. Segovia) - testsuite, tools: Fix warning caused by inserting unneeded source operands (L. E. Segovia) - orccompiler: call sys_icache_invalidate() to invalidate macos inst cache (Aleix Conchillo Flaqué) - macOS/iOS version/target check build fixes (Aleix Conchillo Flaqué) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/orc/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/orc/PLIST cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/orc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707489584256640 Content-Disposition: inline Content-Length: 2237 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/orc/Makefile diff -u pkgsrc/devel/orc/Makefile:1.24 pkgsrc/devel/orc/Makefile:1.25 --- pkgsrc/devel/orc/Makefile:1.24 Sun Jan 28 07:14:16 2024 +++ pkgsrc/devel/orc/Makefile Fri Feb 9 14:39:44 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2024/01/28 07:14:16 adam Exp $ +# $NetBSD: Makefile,v 1.25 2024/02/09 14:39:44 adam Exp $ -DISTNAME= orc-0.4.36 +DISTNAME= orc-0.4.37 CATEGORIES= devel MASTER_SITES= https://gstreamer.freedesktop.org/src/orc/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/orc/PLIST diff -u pkgsrc/devel/orc/PLIST:1.15 pkgsrc/devel/orc/PLIST:1.16 --- pkgsrc/devel/orc/PLIST:1.15 Sun Jan 28 07:14:17 2024 +++ pkgsrc/devel/orc/PLIST Fri Feb 9 14:39:44 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2024/01/28 07:14:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.16 2024/02/09 14:39:44 adam Exp $ bin/orc-bugreport bin/orcc include/orc-0.4/orc-test/orcarray.h @@ -40,10 +40,10 @@ include/orc-0.4/orc/orcx86.h include/orc-0.4/orc/orcx86insn.h lib/liborc-0.4.so lib/liborc-0.4.so.0 -lib/liborc-0.4.so.0.36.0 +lib/liborc-0.4.so.0.37.0 lib/liborc-test-0.4.so lib/liborc-test-0.4.so.0 -lib/liborc-test-0.4.so.0.36.0 +lib/liborc-test-0.4.so.0.37.0 lib/pkgconfig/orc-0.4.pc lib/pkgconfig/orc-test-0.4.pc share/aclocal/orc.m4 Index: pkgsrc/devel/orc/distinfo diff -u pkgsrc/devel/orc/distinfo:1.26 pkgsrc/devel/orc/distinfo:1.27 --- pkgsrc/devel/orc/distinfo:1.26 Sun Jan 28 07:14:17 2024 +++ pkgsrc/devel/orc/distinfo Fri Feb 9 14:39:44 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2024/01/28 07:14:17 adam Exp $ +$NetBSD: distinfo,v 1.27 2024/02/09 14:39:44 adam Exp $ -BLAKE2s (orc-0.4.36.tar.xz) = cc1e6dd713977bba83f6ceede72c7cb8cb3dcd9b09a5bd4a8fe432e8c804e0fb -SHA512 (orc-0.4.36.tar.xz) = b8571a5236103013f80323d1bd7ed74ab263f046e99e2e79b48edf1d07760f089faf1bf579bc9f9940947647fe6417ab4d9a8b46bc1205e505c16d99f7e16b10 -Size (orc-0.4.36.tar.xz) = 226448 bytes +BLAKE2s (orc-0.4.37.tar.xz) = 44451d7a205a27628868fcaac14604ec78ce795e3a3be68ba0e16448dbeb32e8 +SHA512 (orc-0.4.37.tar.xz) = 73c1e6e3bf66ceda94eb009675b0728ec844acc238959a4e741cbd6b69b7231b544fb85bb093641319d761bcfc0a9f84da864ab7bcf5dd1c263aa75f7b9d2310 +Size (orc-0.4.37.tar.xz) = 228520 bytes --_----------=_1707489584256640--