1ce6a9d349
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
33 lines
930 B
Makefile
33 lines
930 B
Makefile
# $NetBSD: Makefile,v 1.63 2020/06/10 15:10:06 wiz Exp $
|
|
|
|
DISTNAME= vala-0.48.6
|
|
CATEGORIES= lang gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://wiki.gnome.org/Projects/Vala
|
|
COMMENT= Compiler for the GObject type system
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
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"
|
|
.include "../../graphics/graphviz/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|