Re: Update pandoc to 3.1.6.1

2023-08-12 Thread Evan Silberman
Greg Steuck wrote: > Looks like `pandoc lua` doesn't require and runtime deps on lua, > is that correct? Correct. HsLua embeds a Lua interpreter by default. NB the embedded Lua existed before 3.x for custom filters there just wasn't the option to run pandoc in Lua repl mode, so nothing new here.

godot: disable strict shader syntax checking for ,-main, restoring pre-3.5 behavior and unbreaking some Godot games

2023-08-12 Thread Thomas Frohwein
Discussed off-list with op@ already; sharing here also for documentation of the issue: Godot 3.5 introduced stricter checks on shader syntax [1] which was classified as a breaking change. This was discussed [2] upstream and they conceded that starting with a warning would have been better, but didn

[Update] net/tor 0.4.7.14

2023-08-12 Thread openbsd
Here's an update to the latest stable version of tor: 0.4.7.14. This is mainly a bugfix release: https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.7/ReleaseNotes I changed MASTER_SITES to https://dist.torproject.org/, which is the official distribution site of the Tor Project. Otherwi

aarch64 bulk build report

2023-08-12 Thread phessler
bulk build on arm64.ports.openbsd.org started on Thu Aug 10 02:32:06 MDT 2023 finished at Sat Aug 12 10:15:08 MDT 2023 lasted 2D07h43m done with kern.version=OpenBSD 7.3-current (GENERIC.MP) #2225: Wed Aug 9 12:20:04 MDT 2023 built packages:11644 Aug 10:4178 Aug 11:2252 Aug 12:5213 critical p

UPDATE: wayland-protocols 1.32

2023-08-12 Thread Matthieu Herrb
Hi, diff below updates wayland-protocols to version 1.32. ok ? diff --git a/wayland/wayland-protocols/Makefile b/wayland/wayland-protocols/Makefile index 3a97c3b4a49..939034a13d8 100644 --- a/wayland/wayland-protocols/Makefile +++ b/wayland/wayland-protocols/Makefile @@ -1,6 +1,6 @@ COMMENT =

sparc64 bulk build report

2023-08-12 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Wed Aug 9 16:28:08 MDT 2023 Finished: Sat Aug 12 08:37:05 MDT 2023 Duration: 2 Days 16 hours 9 minutes Built using OpenBSD 7.3-current (GENERIC.MP) #1855: Wed Aug 9 12:05:27 MDT 2023 Built 9296 packages Number of packages built each day: Au

Re: Update pandoc to 3.1.6.1

2023-08-12 Thread Greg Steuck
Thanks for the update Evan! I was not eager to do it due to the -cli changes, so I appreciate your taking care of it. I tested your diff with net/gssdp (which seems like the only BUILD_DEPS user of pandoc). Then also ran a manual step of shellcheck to confirm the new version produces something sen