[Bug 296742] www/deno: adopt maintainership

[email protected] Tue, 04 Aug 2026 16:39:57 +0000
Newsgroups gmane.os.freebsd.devel.ports.bugs
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D296742

--- Comment #7 from Michael Gmelin <[email protected]> ---
files/patch-cargo-crates_v8-149.4.0_.gn actually disabled temporal support,
which is not nice:


Revert=20
https://github.com/denoland/rusty_v8/commit/1bc16604555847e020945abe39b8d4b=
2fec5dd9e#diff-b2b1f3ec619c03c5bba2f171beab1301d960e1dcac6a17a99ce02326ce9c=
49b4

--- cargo-crates/v8-149.4.0/.gn.orig    2006-07-24 01:21:28 UTC
+++ cargo-crates/v8-149.4.0/.gn
@@ -85,9 +85,7 @@ default_args =3D {
   # TODO: third_party/compiler-rt missing?
   use_llvm_libatomic =3D false

-  enable_rust =3D true
-  enable_rust_cxx =3D true
-  v8_enable_temporal_support =3D true
+  v8_enable_temporal_support =3D false

   # prevent hashdos
   v8_use_default_hasher_secret =3D false


So this would need to get removed and then figure out how to make it actual=
ly
build correctly.

--=20
You are receiving this mail because:
You are the assignee for the bug.=