pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/vala
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 6 18:35:10 UTC 2024
Modified Files:
pkgsrc/lang/vala: Makefile distinfo
Log Message:
vala: updated to 0.56.15
Vala 0.56.15
============
* Various improvements and bug fixes:
- codegen:
+ Use GWeakRef for [SingleInstance] constructors
+ Remove static mutex initialization
+ Correctly return FALSE on uncaught error in async ctor
+ Cast generic return value from g_ptr_array_index()
+ Don't use pre-assigned *_parent_iface field if an instance is given
+ Emit diagnostic pragmas for GCC 14, Clang 16 compatibility
- vala:
+ Keep depfile empty if no dependencies were written
+ Treat negative integer/float ranks as non-compatible
+ Move formal_target_type when transforming method-call/object-creation
+ Follow the logic of GIrParser.locate_gir() to find gir files
- girparser:
+ Don't blindly translate utf8 to string and check the ctype too
+ Issue a warning for `record` inside `transparent union`
+ Don't discard explictly given ctype of parameters
- libvaladoc: Fix build with graphviz >= 10.0.1
* Bindings:
- glib-2.0,posix: Define _GNU_SOURCE for sincos*()
- gio-2.0: Fix pointer-sign errors of some uint8[]-typed paramters
- gio-2.0,gmodule-2.0: Update from 2.79.x git
- gmodule-2.0: Improvements and updates from 2.76
- gtk4: Fix GLib.Value parameter in Expression.evaluate()
- gtk4: Update to 4.13.9~f46fb7c6
- libsoup-3.0: Don't skip uri_copy
- v4l2: Fix FrameivalEnum.stepwise type mismatch with v4l2_frmivalenum
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.76 -r1.77 pkgsrc/lang/vala/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/vala/Makefile
diff -u pkgsrc/lang/vala/Makefile:1.100 pkgsrc/lang/vala/Makefile:1.101
--- pkgsrc/lang/vala/Makefile:1.100 Sun Nov 19 19:30:22 2023
+++ pkgsrc/lang/vala/Makefile Wed Mar 6 18:35:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2023/11/19 19:30:22 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2024/03/06 18:35:10 adam Exp $
-DISTNAME= vala-0.56.14
+DISTNAME= vala-0.56.15
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -23,6 +23,7 @@ TEST_TARGET= check
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48.0
.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../graphics/graphviz/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.76 pkgsrc/lang/vala/distinfo:1.77
--- pkgsrc/lang/vala/distinfo:1.76 Sun Nov 19 19:30:22 2023
+++ pkgsrc/lang/vala/distinfo Wed Mar 6 18:35:10 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2023/11/19 19:30:22 wiz Exp $
+$NetBSD: distinfo,v 1.77 2024/03/06 18:35:10 adam Exp $
-BLAKE2s (vala-0.56.14.tar.xz) = 05f89077368c64be5bcda062ee1b287ee26ba6248faaf243e59636848eb8cc0d
-SHA512 (vala-0.56.14.tar.xz) = f13e7916acaba220bf8a0fb8825bf9a125fadcc13011c4e4f426e5d3a5af650543457294bede66dc5e1c742dd9b55f722a65b880e4737a6b480365c9df4c8c8b
-Size (vala-0.56.14.tar.xz) = 4003276 bytes
+BLAKE2s (vala-0.56.15.tar.xz) = 24a7c05f8b73b6a85c3e57236c2458ef640587c17fd35ba341bbf0a8adc4ba00
+SHA512 (vala-0.56.15.tar.xz) = 667a84020ce9739e57f4cab1f2e9350ce5266d85dc4943cfa45b3ce44235f275bc709d40d8ebffd89ca8b5f92844c2a9134bd3ca1276fc2c173ec84f842563f1
+Size (vala-0.56.15.tar.xz) = 4014128 bytes
SHA1 (patch-build-aux_testrunner.sh) = d30ce05459b398a18e9dbd4420f28d8bfdf7323a
Home |
Main Index |
Thread Index |
Old Index