pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/vala vala: remove bash test dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d91a37d3f60
branches:  trunk
changeset: 768765:8d91a37d3f60
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 01 11:01:26 2021 +0000

description:
vala: remove bash test dependency

Update test status (not good)

diffstat:

 lang/vala/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r ecd406066e40 -r 8d91a37d3f60 lang/vala/Makefile
--- a/lang/vala/Makefile        Mon Nov 01 10:20:57 2021 +0000
+++ b/lang/vala/Makefile        Mon Nov 01 11:01:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2021/11/01 10:15:41 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2021/11/01 11:01:26 wiz Exp $
 
 DISTNAME=      vala-0.54.2
 CATEGORIES=    lang gnome
@@ -15,16 +15,17 @@
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            bash:test bison flex gmake pkg-config
+USE_TOOLS+=            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.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
 TEST_TARGET=           check
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.48.0



Home | Main Index | Thread Index | Old Index