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:   wiz
Date:           Wed Mar 31 10:11:23 UTC 2021

Modified Files:
        pkgsrc/devel/glib2/patches: patch-glib_tests_meson.build

Log Message:
glib2: regen patch


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    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.

Modified files:

Index: pkgsrc/devel/glib2/patches/patch-glib_tests_meson.build
diff -u pkgsrc/devel/glib2/patches/patch-glib_tests_meson.build:1.1 pkgsrc/devel/glib2/patches/patch-glib_tests_meson.build:1.2
--- pkgsrc/devel/glib2/patches/patch-glib_tests_meson.build:1.1 Thu Nov 14 12:26:26 2019
+++ pkgsrc/devel/glib2/patches/patch-glib_tests_meson.build     Wed Mar 31 10:11:23 2021
@@ -1,14 +1,13 @@
-$NetBSD: patch-glib_tests_meson.build,v 1.1 2019/11/14 12:26:26 ryoon Exp $
+$NetBSD: patch-glib_tests_meson.build,v 1.2 2021/03/31 10:11:23 wiz 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.orig        2021-03-18 13:28:31.953625200 +0000
 +++ glib/tests/meson.build
-@@ -221,20 +221,3 @@ executable('testing-helper', 'testing-he
-   install_dir: installed_tests_execdir,
+@@ -269,21 +269,4 @@ executable('testing-helper', 'testing-he
    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)
@@ -25,3 +24,5 @@ $NetBSD: patch-glib_tests_meson.build,v 
 -    )
 -  endif
 -endif
+-
+ subdir('path-test-subdir')



Home | Main Index | Thread Index | Old Index