pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gobject-introspection



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jan  2 15:45:43 UTC 2020

Modified Files:
        pkgsrc/devel/gobject-introspection: Makefile

Log Message:
gobject-introspection: remove now redundant test target

Now that adam@ has added a generic test target to meson's build.mk,
we can just rely on that, instead.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/gobject-introspection/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gobject-introspection/Makefile
diff -u pkgsrc/devel/gobject-introspection/Makefile:1.66 pkgsrc/devel/gobject-introspection/Makefile:1.67
--- pkgsrc/devel/gobject-introspection/Makefile:1.66    Mon Oct 14 03:28:01 2019
+++ pkgsrc/devel/gobject-introspection/Makefile Thu Jan  2 15:45:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2019/10/14 03:28:01 gutteridge Exp $
+# $NetBSD: Makefile,v 1.67 2020/01/02 15:45:43 gutteridge Exp $
 
 DISTNAME=      gobject-introspection-1.62.0
 CATEGORIES=    devel gnome
@@ -37,9 +37,6 @@ SUBST_SED.timet+=     -e 's,@TIMET_CTYPE@,gl
 
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/girepository
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ninja -C output test
-
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.58.0
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0



Home | Main Index | Thread Index | Old Index