head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.03.30.15.50.31; author adam; state dead; branches; next 1.1; commitid SJhjwDO8RYLMX0AG; 1.1 date 2026.03.15.19.04.26; author wiz; state Exp; branches; next ; commitid C0N6WFjcPhGiw6yG; desc @@ 1.2 log @vala: updated to 0.56.19 Vala 0.56.19 * Various improvements and bug fixes: - codegen: Minor refactoring of TypeRegisterFunction and its subclasses - codegen: Use G_TYPE_FLAG_NONE when targetting glib >= 2.74 - codegen: Use g_once_init_{enter,leave}_pointer when targetting glib >= 2.80 - codegen: Propagate default_value_on_error from parent struct - codegen: Return default_value_on_error on precondition failures - gdbus: Avoid unused variables in method call and properties getter/setter - gdbus: Allow GLib.VariantDict for a{sv} - gdbus: Do not provide unintended read/write access to properties - parser: Fix statement error recovery - vala: Use reference-transfer as needed when transforming conditional-expression - girwriter: Don't use instance-parameter inside function elements - girwriter: Add the doc:format argument in the .gir file - libvaladoc: Do not error-out on doc:format - libvaladoc: Add compat layer for gvRenderData to cope with API break * Bindings: - glib-2.0: allow FileUtils.open_tmp's first argument to be null - posix: add UTIME_{NOW,OMIT} constants for utimensat - gsl: Deprecate gsl_linalg_cholesky_decomp in favour of gsl_linalg_cholesky_decomp1 - libxml-2.0: Add more fields to ParserCtxt - gobject-2.0: Set default_value{,_on_error} for GType - glib-2.0: Fix *.add_once () callbacks - gobject-2.0: Fix return type - gobject-2.0: Add Type.to_string () - gstreamer-1.0: Fix ownership of Caps.full*() parameters - glib-2.0: fix a typo in a parameter name - gtk4: Update to 4.21.6+83716767 - gtk4: Make all Gsk.RenderNode and Gsk.Renderer shadow their parent type - gtk4: Fix CursorGetTextureCallback declaration @ text @$NetBSD: patch-libvaladoc_charts_chart.vala,v 1.1 2026/03/15 19:04:26 wiz Exp $ graphviz 13 compatibility. https://gitlab.gnome.org/GNOME/vala/-/issues/1621 --- libvaladoc/charts/chart.vala.orig 2026-03-15 19:00:58.898336564 +0000 +++ libvaladoc/charts/chart.vala @@@@ -52,15 +52,16 @@@@ public class Valadoc.Charts.Chart : Api.Visitor { context.render (graph, file_type, file); } - public uint8[]? write_buffer (string file_type) { + public uint8[:size_t]? write_buffer (string file_type) { if (context == null) { context = factory.create_context (graph); } - uint8[]? data; + uint8[:size_t]? data; /* This will return null in data if it fails. */ context.render_data (graph, file_type, out data); + return data; } @ 1.1 log @vala: merge upstream bugfix for graphviz 13 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @