Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/patches/Attic/patch-glib_meson.build,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/patches/Attic/patch-glib_meson.build,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- pkgsrc/devel/glib2/patches/Attic/patch-glib_meson.build 2019/12/29 19:40:56 1.7 +++ pkgsrc/devel/glib2/patches/Attic/patch-glib_meson.build 2020/03/04 15:11:48 1.8 @@ -1,10 +1,10 @@ -$NetBSD: patch-glib_meson.build,v 1.7 2019/12/29 19:40:56 triaxx Exp $ +$NetBSD: patch-glib_meson.build,v 1.8 2020/03/04 15:11:48 wiz Exp $ - On Darwin, allow building without Cocoa. - Don't bother with gtester as it's slated for deprecation anyway: https://gitlab.gnome.org/GNOME/glib/issues/1441 ---- glib/meson.build.orig 2019-12-19 16:33:15.000000000 +0000 +--- glib/meson.build.orig 2020-02-27 16:12:52.000000000 +0000 +++ glib/meson.build @@ -316,7 +316,7 @@ else platform_deps = [] @@ -15,7 +15,7 @@ $NetBSD: patch-glib_meson.build,v 1.7 20 glib_sources += files('gosxutils.m') endif -@@ -410,24 +410,7 @@ if host_system == 'windows' +@@ -410,25 +410,8 @@ if host_system == 'windows' include_directories : configinc, dependencies : [libglib_dep]) endif @@ -26,7 +26,7 @@ $NetBSD: patch-glib_meson.build,v 1.7 20 - include_directories : configinc, - dependencies : [libglib_dep]) endif -- + -report_conf = configuration_data() -report_conf.set('GLIB_VERSION', glib_version) -report_conf.set('PYTHON', python_name) @@ -37,6 +37,7 @@ $NetBSD: patch-glib_meson.build,v 1.7 20 - configuration: report_conf, - install_mode: 'rwxr-xr-x' -) - +- install_data('glib_gdb.py', install_dir : join_paths(glib_pkgdatadir, 'gdb')) + gdb_conf = configuration_data()