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:           Mon Nov  1 11:01:26 UTC 2021

Modified Files:
        pkgsrc/lang/vala: Makefile

Log Message:
vala: remove bash test dependency

Update test status (not good)


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/lang/vala/Makefile

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.76 pkgsrc/lang/vala/Makefile:1.77
--- pkgsrc/lang/vala/Makefile:1.76      Mon Nov  1 10:15:41 2021
+++ pkgsrc/lang/vala/Makefile   Mon Nov  1 11:01:26 2021
@@ -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 @@ BUILD_DEPENDS+=             docbook-xml-[0-9]*:../.
 
 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