pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/glib2/patches Add a missing patch
details: https://anonhg.NetBSD.org/pkgsrc/rev/da84860cabb1
branches: trunk
changeset: 417721:da84860cabb1
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Nov 14 12:26:26 2019 +0000
description:
Add a missing patch
diffstat:
devel/glib2/patches/patch-glib_tests_meson.build | 27 ++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diffs (31 lines):
diff -r 86967293dc3d -r da84860cabb1 devel/glib2/patches/patch-glib_tests_meson.build
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/glib2/patches/patch-glib_tests_meson.build Thu Nov 14 12:26:26 2019 +0000
@@ -0,0 +1,27 @@
+$NetBSD: patch-glib_tests_meson.build,v 1.1 2019/11/14 12:26:26 ryoon Exp $
+
+* Fix gtester is not defined error during configure.
+
+--- glib/tests/meson.build.orig 2019-10-21 17:18:40.000000000 +0000
++++ glib/tests/meson.build
+@@ -221,20 +221,3 @@ executable('testing-helper', 'testing-he
+ install_dir: installed_tests_execdir,
+ install: installed_tests_enabled,
+ )
+-
+-# some testing of gtester functionality
+-if not meson.is_cross_build() and host_system != 'windows'
+- xmllint = find_program('xmllint', required: false)
+- if xmllint.found()
+- tmpsample_xml = custom_target('tmpsample.xml',
+- output : 'tmpsample.xml',
+- command : [ gtester, '-k', '--quiet', '--i-know-this-is-deprecated', '-o', '@OUTPUT@',
+- '--test-arg=--gtester-selftest', gtester])
+-
+- test('gtester-xmllint-check', xmllint,
+- args : ['--noout', tmpsample_xml],
+- env : test_env,
+- suite : ['glib'],
+- )
+- endif
+-endif
Home |
Main Index |
Thread Index |
Old Index