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:           Wed May 24 14:33:37 UTC 2023

Modified Files:
        pkgsrc/devel/MoarVM: Makefile PLIST distinfo

Log Message:
(devel/MoarVM) Updated 2022.12 to 2023.04

New in 2023.04

Core:
+ Fix nqp::objprimunsigned handling of unsigned or sized integers [6adfc376]
+ Warn about missing perl5 mods in Configure instead of exploding make install
  [6589a170]

Documentation:

GC:

JIT:

Spesh:

Strings:

New in 2023.02

Core:
+ Avoid implicit function declarations in pthread_setname_np probe [9e6d9a8f]
+ Speedup creating sha1 digest string [8f90dc7c]
+ Bump mimalloc to v2.0.9 [d5430563]
+ Speedup VMArray's deserialize()... [a508c06b]
+ Update repo checking out script to also use 'main' [c9055873]
+ Add `--has-mimalloc` option to use system mimalloc [99479afe]
+ Update GitHub CI pipelines to track branch renames and OS deprecations
  [d7721042][e4336c71][d1bc8ff8][87183069][165e8297][8a80d3c6][8ddf6702]
+ Work around "const_iX NYI" after getlexstatic_o with fallback resolver
  [34bae78d]

Documentation:

GC:

JIT:
+ Jit nqp::rand_(i|n) [6866ff81]

Spesh:
+ Use right size for a lit_str_idx in JIT and spesh [6b456a6c]

Strings:
+ Simplify MVM_string_utf8_c8_encode_C_string [a64765e7]
+ Simplify MVM_string_index [ada3b80b]
+ Update to Unicode 15.0 [ebefe261]


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/MoarVM/PLIST
cvs rdiff -u -r1.28 -r1.29 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.39 pkgsrc/devel/MoarVM/Makefile:1.40
--- pkgsrc/devel/MoarVM/Makefile:1.39   Mon Dec  5 15:39:08 2022
+++ pkgsrc/devel/MoarVM/Makefile        Wed May 24 14:33:37 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2022/12/05 15:39:08 mef Exp $
+# $NetBSD: Makefile,v 1.40 2023/05/24 14:33:37 mef Exp $
 
-DISTNAME=      MoarVM-2022.12
+DISTNAME=      MoarVM-2023.04
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 

Index: pkgsrc/devel/MoarVM/PLIST
diff -u pkgsrc/devel/MoarVM/PLIST:1.15 pkgsrc/devel/MoarVM/PLIST:1.16
--- pkgsrc/devel/MoarVM/PLIST:1.15      Mon Dec  5 15:39:08 2022
+++ pkgsrc/devel/MoarVM/PLIST   Wed May 24 14:33:37 2023
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.15 2022/12/05 15:39:08 mef Exp $
+@comment $NetBSD: PLIST,v 1.16 2023/05/24 14:33:37 mef Exp $
 bin/moar
 include/mimalloc/mimalloc-atomic.h
 include/mimalloc/mimalloc-internal.h
 include/mimalloc/mimalloc-new-delete.h
 include/mimalloc/mimalloc-override.h
+include/mimalloc/mimalloc-track.h
 include/mimalloc/mimalloc-types.h
 include/mimalloc/mimalloc.h
 include/moar/6model/6model.h

Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.28 pkgsrc/devel/MoarVM/distinfo:1.29
--- pkgsrc/devel/MoarVM/distinfo:1.28   Mon Dec  5 15:39:08 2022
+++ pkgsrc/devel/MoarVM/distinfo        Wed May 24 14:33:37 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2022/12/05 15:39:08 mef Exp $
+$NetBSD: distinfo,v 1.29 2023/05/24 14:33:37 mef Exp $
 
-BLAKE2s (MoarVM-2022.12.tar.gz) = 98663bd828f028db78d030be0cf57b40da1791c1dafa373cd65af774df74310f
-SHA512 (MoarVM-2022.12.tar.gz) = 875d2e6f604470e5ccdc8456891e36b9945c3b42da9459a2989a9695e2b3a66b819542c5846a16cc5c27025b0bfd7b8bc2c9a662e82ce8a44293e0c61291cd5e
-Size (MoarVM-2022.12.tar.gz) = 14865827 bytes
+BLAKE2s (MoarVM-2023.04.tar.gz) = 6b90d0ef3c58c8f5f171418b0598c3ebc4f4a43601ac87f356bb6e3c14995638
+SHA512 (MoarVM-2023.04.tar.gz) = 0fe882146365340fd9ba79317324fe59e86b7ecf66fad518f085bfb6d1c51847dfd9aadcca2ea39194a957b71e23592a2628ce925ab421437264595004f483ca
+Size (MoarVM-2023.04.tar.gz) = 14917415 bytes
 SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf



Home | Main Index | Thread Index | Old Index