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 Dec 29 16:31:40 UTC 2021
Modified Files:
pkgsrc/lang/vala: Makefile buildlink3.mk distinfo
Added Files:
pkgsrc/lang/vala/patches: patch-build-aux_testrunner.sh
Log Message:
vala: updated to 0.54.5
Vala 0.54.5
===========
* Various improvements and bug fixes:
- codegen:
+ Correctly handle chain up of struct creation methods
+ Use a dedicated EmitContext for _variant_get*() functions
+ gtkmodule: Handle nested closure elements and bind them accordingly
- vala:
+ NullLiteral is not a valid argument for string concatenation
+ Set is_yield_expression in async context when chaining up to async base ctor
+ Report statement parsing error if it is not meant to be an expression
+ girparser: Avoid possibily creating duplicated attributes
- vapigen.m4: use $PKG_CONFIG_SYSROOT_DIR
* Bindings:
- glib-2.0: Always use the actual C type for CCode.array_length_type
- gstreamer: Cherry-pick bindings fixes from 0.56
- gstreamer-1.0: Unskip the ElementFactory.make/create_full() symbols
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/vala/buildlink3.mk
cvs rdiff -u -r1.61 -r1.62 pkgsrc/lang/vala/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/vala/patches/patch-build-aux_testrunner.sh
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.80 pkgsrc/lang/vala/Makefile:1.81
--- pkgsrc/lang/vala/Makefile:1.80 Thu Dec 9 22:39:17 2021
+++ pkgsrc/lang/vala/Makefile Wed Dec 29 16:31:40 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2021/12/09 22:39:17 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2021/12/29 16:31:40 adam Exp $
-DISTNAME= vala-0.54.4
+DISTNAME= vala-0.54.5
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -10,22 +10,18 @@ HOMEPAGE= https://wiki.gnome.org/Project
COMMENT= Compiler for the GObject type system
LICENSE= gnu-lgpl-v2.1
-BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
-BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml
+BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml
-GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= bison flex gmake pkg-config
-
+GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libvala.pc.in
PKGCONFIG_OVERRIDE+= vapigen/vapigen.pc.in
-# as of 0.50.1
-# 44 of 992 tests failed
-# as of 0.54.2
-# error: Package `GObject-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
-# error: Package `GLib-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
-# error: Package `Gio-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
+# as of 0.54.5
+# 1 of 1291 tests failed
+# FAIL: dbus/filedescriptor-errors
TEST_TARGET= check
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48.0
Index: pkgsrc/lang/vala/buildlink3.mk
diff -u pkgsrc/lang/vala/buildlink3.mk:1.32 pkgsrc/lang/vala/buildlink3.mk:1.33
--- pkgsrc/lang/vala/buildlink3.mk:1.32 Wed Dec 8 16:02:18 2021
+++ pkgsrc/lang/vala/buildlink3.mk Wed Dec 29 16:31:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.32 2021/12/08 16:02:18 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.33 2021/12/29 16:31:40 adam Exp $
BUILDLINK_TREE+= vala
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= vala
VALA_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.vala+= vala>=0.54
-BUILDLINK_ABI_DEPENDS.vala?= vala>=0.54.3
+BUILDLINK_ABI_DEPENDS.vala+= vala>=0.54.3
BUILDLINK_PKGSRCDIR.vala?= ../../lang/vala
BUILDLINK_DEPMETHOD.vala?= build
Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.61 pkgsrc/lang/vala/distinfo:1.62
--- pkgsrc/lang/vala/distinfo:1.61 Thu Dec 9 22:39:17 2021
+++ pkgsrc/lang/vala/distinfo Wed Dec 29 16:31:40 2021
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.61 2021/12/09 22:39:17 wiz Exp $
+$NetBSD: distinfo,v 1.62 2021/12/29 16:31:40 adam Exp $
-BLAKE2s (vala-0.54.4.tar.xz) = 827872a521aaad3212477cc1c65a15bb1a6d7ee8c8361bd8810956c681689e68
-SHA512 (vala-0.54.4.tar.xz) = d676e4760040912d94a2d6e8a5f27bf05ceb72d01ed4d9adf0052ec792f4e1aba139d7f65694b2d80e475d8ffd69f1cfa55547a692d0847595e52f5d491c3cb3
-Size (vala-0.54.4.tar.xz) = 3906944 bytes
+BLAKE2s (vala-0.54.5.tar.xz) = 521b722ea152d950d7b4fca329976916ce7eb6ba5fea75a58da2b420bdb81e05
+SHA512 (vala-0.54.5.tar.xz) = cfa4402243186b208a4432dcd00dcfb6ff12186440cee8664fc8a47879592e185582f9b02c5c4a2149e3159d9456f79be8b2d331931636e57deb0c38610f74bd
+Size (vala-0.54.5.tar.xz) = 3909916 bytes
+SHA1 (patch-build-aux_testrunner.sh) = d30ce05459b398a18e9dbd4420f28d8bfdf7323a
Added files:
Index: pkgsrc/lang/vala/patches/patch-build-aux_testrunner.sh
diff -u /dev/null pkgsrc/lang/vala/patches/patch-build-aux_testrunner.sh:1.1
--- /dev/null Wed Dec 29 16:31:40 2021
+++ pkgsrc/lang/vala/patches/patch-build-aux_testrunner.sh Wed Dec 29 16:31:40 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-build-aux_testrunner.sh,v 1.1 2021/12/29 16:31:40 adam Exp $
+
+Fix typo.
+
+--- build-aux/testrunner.sh.orig 2021-12-29 16:14:56.402846115 +0000
++++ build-aux/testrunner.sh
+@@ -190,7 +190,7 @@ cd $testdir
+ case "$testfile" in
+ *.gs)
+ SOURCEFILE=$testpath.gs
+- ;&
++ ;;
+ *.vala)
+ SOURCEFILE=${SOURCEFILE:-$testpath.vala}
+ cat "$abs_srcdir/$testfile" > ./$SOURCEFILE
Home |
Main Index |
Thread Index |
Old Index