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:   wiz
Date:           Wed Jun 10 15:10:06 UTC 2020

Modified Files:
        pkgsrc/lang/vala: Makefile distinfo

Log Message:
vala: update to 0.48.6.

Vala 0.48.6
===========
 * Regression and bug fixes:
  - codegen:
    + Correctly handle cast-expression of real struct to nullable struct [#991]
    + Use loop index instead of get_ccode_pos() for ellipsis parameter [#995]
  - vala:
    + Allow node_ref being null in SemanticAnalyzer.get_instance_base_type()
    + SemanticAnalyzer.get_instance_base_type() is not allowed to return null
    + params-array parameter is not allowed in abstract/virtual method [#985]
    + Use stable hash for methods in HashMap of implicit_implementations [#990]
      and Use "str_equal" as equal_func for ArrayList<string> instances
    + Set value_type of undefined member-access to avoid further criticals
    + Transform cast from floating-type to boxed-type [#991]
    + Transform cast from integer-type to boxed-type [#992]
    + Explicit "new" method may be incompatible with a posssible base method
  - valadoc: Add implicit "Posix" using-directive for POSIX profile
  - girparser: Add support for boolean "new" argument for methods

 * Bindings:
  - gtk4: Update to 3.98.3+028942c8


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.44 -r1.45 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.62 pkgsrc/lang/vala/Makefile:1.63
--- pkgsrc/lang/vala/Makefile:1.62      Tue Apr 28 18:10:27 2020
+++ pkgsrc/lang/vala/Makefile   Wed Jun 10 15:10:06 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2020/04/28 18:10:27 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2020/06/10 15:10:06 wiz Exp $
 
-DISTNAME=      vala-0.48.5
+DISTNAME=      vala-0.48.6
 CATEGORIES=    lang gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -10,15 +10,22 @@ 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+=                libxslt-[0-9]*:../../textproc/libxslt
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            bison flex gmake pkg-config
+USE_TOOLS+=            bash:test bison flex gmake pkg-config
 
 PKGCONFIG_OVERRIDE+=   libvala.pc.in
 PKGCONFIG_OVERRIDE+=   vapigen/vapigen.pc.in
 
+REPLACE_BASH+=         tests/testrunner.sh
+REPLACE_BASH+=         valadoc/tests/testrunner.sh
+
+# as of 0.48.6
+# 43 of 910 tests failed
+TEST_TARGET=           check
+
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.48.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"

Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.44 pkgsrc/lang/vala/distinfo:1.45
--- pkgsrc/lang/vala/distinfo:1.44      Tue Apr 28 18:10:27 2020
+++ pkgsrc/lang/vala/distinfo   Wed Jun 10 15:10:06 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2020/04/28 18:10:27 wiz Exp $
+$NetBSD: distinfo,v 1.45 2020/06/10 15:10:06 wiz Exp $
 
-SHA1 (vala-0.48.5.tar.xz) = ab9f7be4b71d12ed4c2ca32b2f9f313bbc00ef3c
-RMD160 (vala-0.48.5.tar.xz) = e1a0d8e35373636a311718e76c05285648d03d35
-SHA512 (vala-0.48.5.tar.xz) = 129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3
-Size (vala-0.48.5.tar.xz) = 3445096 bytes
+SHA1 (vala-0.48.6.tar.xz) = a8152296c70426c476d83d1465f3bce778ef871c
+RMD160 (vala-0.48.6.tar.xz) = e0b3d8b4a6f346c920cbece474cb2b1c1993e820
+SHA512 (vala-0.48.6.tar.xz) = 220a916d42cbae3853afdd7c35a72afb446a92fca039d8c660a478fd793686a0c82cbaf90a7c94ae182c1f41eec6df1aedb804013ab38e6e4bcc6d26e40e5375
+Size (vala-0.48.6.tar.xz) = 3451004 bytes



Home | Main Index | Thread Index | Old Index