pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/glib2/patches
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Nov 14 12:26:26 UTC 2019
Added Files:
pkgsrc/devel/glib2/patches: patch-glib_tests_meson.build
Log Message:
Add a missing patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/glib2/patches/patch-glib_tests_meson.build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/glib2/patches/patch-glib_tests_meson.build
diff -u /dev/null pkgsrc/devel/glib2/patches/patch-glib_tests_meson.build:1.1
--- /dev/null Thu Nov 14 12:26:26 2019
+++ pkgsrc/devel/glib2/patches/patch-glib_tests_meson.build Thu Nov 14 12:26:26 2019
@@ -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