head 1.2; access; symbols pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2019.12.21.14.41.32; author nia; state dead; branches; next 1.1; commitid kWCUkVUMl97JdAPB; 1.1 date 2019.07.17.10.53.22; author nia; state Exp; branches; next ; commitid 1zGTivXzfz7w0ovB; desc @@ 1.2 log @hexchat: Update to 2.14.3 Bug fix only update to a leaf package. * fix various incorrect parsing of IRC messages relating to trailing parameters * fix SASL negotiation combined with multi-line cap * fix input box theming with Yaru theme * python: Work around Python 3.7 regression causing crash on unload * sysinfo: Add support for /etc/os-release * sysinfo: Ignore irrelevant mounts when calculating storage size @ text @$NetBSD: patch-src_common_meson.build,v 1.1 2019/07/17 10:53:22 nia Exp $ Make generated headers an explicit dependency of targets using hexchat_common to force the headers to be generated in time. --- src/common/meson.build.orig 2018-08-29 21:13:25.000000000 +0000 +++ src/common/meson.build @@@@ -109,6 +109,7 @@@@ hexchat_common = static_library('hexchat ) hexchat_common_dep = declare_dependency( + sources: [textevents] + marshal, link_with: hexchat_common, include_directories: common_includes, compile_args: common_cflags, @ 1.1 log @hexchat: Avoid races by explicitly depending on generated headers. @ text @d1 1 a1 1 $NetBSD$ @