pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/MoarVM



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 15 11:39:20 UTC 2025

Modified Files:
        pkgsrc/devel/MoarVM: Makefile PLIST buildlink3.mk distinfo

Log Message:
(devel/MoarVM) Updated 2024.12 to 2025.01

(pkgsrc note)
 - timestamp inside $DISTFILES looks strange,
   but it is said known issue
   https://irclogs.raku.org/moarvm/2025-01-25.html#23:23

(upstream)
2025.01

Core:

    Fix MVM_setjmp on 32bit Windows [caf97bf0]
    Micro-optimize P6opaque's get_attribute() (#1884) [df1715d6]
    Remove temporary define for migrating Rakudo extops (#1671) [7d15fcab]
    Fix OS-is-windows check that doesn't work in this file [4f183bc0]
    Use correct fallthrough annotation (#1885) [9a1aebb3]
    Port over "cache devshell dll location" from rakudo CI [fa5bfd92]
    Install gdb extension (#1848) [1c2ea87e]

Documentation:

    beautify release_guide.md [8102c510]

JIT:

    Don't try to enable the JIT unless it's possible (#1887) [dd98cb2e]

Spesh:

    Guard against out-of-bounds jumps in spesh arg guard program. [52d3452e]

CI:

    Maybe the order jobs are started is alphabetical? [777294c4]
    Fix format specifiers clang on OSX complains about [c1d1f60e]
    GH Actions: Remove the deprecated macos-12 runner [1f5bf409]
    Do not persist tokens in CI artifacts [afc8354b]
    Change comment style because gcc complains [6f3f53c4]


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/MoarVM/PLIST \
    pkgsrc/devel/MoarVM/buildlink3.mk
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/MoarVM/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/MoarVM/Makefile
diff -u pkgsrc/devel/MoarVM/Makefile:1.51 pkgsrc/devel/MoarVM/Makefile:1.52
--- pkgsrc/devel/MoarVM/Makefile:1.51   Mon Dec 30 22:06:36 2024
+++ pkgsrc/devel/MoarVM/Makefile        Sat Feb 15 11:39:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2024/12/30 22:06:36 mef Exp $
+# $NetBSD: Makefile,v 1.52 2025/02/15 11:39:20 mef Exp $
 
-DISTNAME=      MoarVM-2024.12
+DISTNAME=      MoarVM-2025.01
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 

Index: pkgsrc/devel/MoarVM/PLIST
diff -u pkgsrc/devel/MoarVM/PLIST:1.19 pkgsrc/devel/MoarVM/PLIST:1.20
--- pkgsrc/devel/MoarVM/PLIST:1.19      Sat Sep 21 20:26:42 2024
+++ pkgsrc/devel/MoarVM/PLIST   Sat Feb 15 11:39:20 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2024/09/21 20:26:42 mef Exp $
+@comment $NetBSD: PLIST,v 1.20 2025/02/15 11:39:20 mef Exp $
 bin/moar
 include/mimalloc/mimalloc-new-delete.h
 include/mimalloc/mimalloc-override.h
@@ -219,6 +219,7 @@ include/moar/strings/utf8_c8.h
 include/moar/strings/windows1252.h
 include/moar/types.h
 lib/libmoar.so
+lib/libmoar.so-gdb.py
 share/nqp/lib/MAST/Nodes.nqp
 share/nqp/lib/MAST/Ops.nqp
 share/pkgconfig/moar.pc
Index: pkgsrc/devel/MoarVM/buildlink3.mk
diff -u pkgsrc/devel/MoarVM/buildlink3.mk:1.19 pkgsrc/devel/MoarVM/buildlink3.mk:1.20
--- pkgsrc/devel/MoarVM/buildlink3.mk:1.19      Sun Oct 27 05:37:25 2024
+++ pkgsrc/devel/MoarVM/buildlink3.mk   Sat Feb 15 11:39:20 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.19 2024/10/27 05:37:25 mef Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2025/02/15 11:39:20 mef Exp $
 
 BUILDLINK_TREE+=       MoarVM
 
 .if !defined(MOARVM_BUILDLINK3_MK)
 MOARVM_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.MoarVM+= MoarVM>=2024.10
-BUILDLINK_ABI_DEPENDS.MoarVM+= MoarVM>=2024.10
+BUILDLINK_API_DEPENDS.MoarVM+= MoarVM>=2025.01
+BUILDLINK_ABI_DEPENDS.MoarVM+= MoarVM>=2025.01
 BUILDLINK_PKGSRCDIR.MoarVM?=   ../../devel/MoarVM
 
 .include "../../devel/libatomic_ops/buildlink3.mk"

Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.40 pkgsrc/devel/MoarVM/distinfo:1.41
--- pkgsrc/devel/MoarVM/distinfo:1.40   Mon Dec 30 22:06:36 2024
+++ pkgsrc/devel/MoarVM/distinfo        Sat Feb 15 11:39:20 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2024/12/30 22:06:36 mef Exp $
+$NetBSD: distinfo,v 1.41 2025/02/15 11:39:20 mef Exp $
 
-BLAKE2s (MoarVM-2024.12.tar.gz) = 8fa580aa224ccd0e3d9b4d73614f14a0199271e7eb6a28fc64f1f48b6a8ec665
-SHA512 (MoarVM-2024.12.tar.gz) = 4ade60f0c10030e1a24f8e0b1bb2e68fb62af4d3da7fe7751920d9ded145825c8a55f648f10c6a44d862ea1ad0753c5074643dab960374b325caa742129dea10
-Size (MoarVM-2024.12.tar.gz) = 15016376 bytes
+BLAKE2s (MoarVM-2025.01.tar.gz) = 44b14aa51b67ea44a5ea1a6af857d40344fad3ebd587ad29f2207130e6b515e2
+SHA512 (MoarVM-2025.01.tar.gz) = 1107e9eda080c0b68fff181fd712c6d2bd03c1f06b46b88d7d99feb6457a7d1e0b6c138bae404faf240b2642a701d6ced399e7d0b0949d691089d2264f58bfa3
+Size (MoarVM-2025.01.tar.gz) = 15014714 bytes
 SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf



Home | Main Index | Thread Index | Old Index