pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/json-glib



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jan  2 16:52:29 UTC 2020

Modified Files:
        pkgsrc/textproc/json-glib: Makefile

Log Message:
json-glib: 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.29 -r1.30 pkgsrc/textproc/json-glib/Makefile

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

Modified files:

Index: pkgsrc/textproc/json-glib/Makefile
diff -u pkgsrc/textproc/json-glib/Makefile:1.29 pkgsrc/textproc/json-glib/Makefile:1.30
--- pkgsrc/textproc/json-glib/Makefile:1.29     Mon Oct  7 09:28:13 2019
+++ pkgsrc/textproc/json-glib/Makefile  Thu Jan  2 16:52:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/10/07 09:28:13 prlw1 Exp $
+# $NetBSD: Makefile,v 1.30 2020/01/02 16:52:28 gutteridge Exp $
 
 DISTNAME=      json-glib-1.4.4
 CATEGORIES=    textproc gnome
@@ -18,9 +18,6 @@ CONFIGURE_ARGS+=      --disable-man
 # https://gitlab.gnome.org/GNOME/json-glib/issues/35
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/json-glib
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ninja -C output test
-
 .include "options.mk"
 
 PRINT_PLIST_AWK+= \



Home | Main Index | Thread Index | Old Index