head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.20 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.18 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.16 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.14 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.12 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.10 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.8 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.6 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.4 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.2 pkgsrc-2023Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2023.11.16.12.17.26; author tnn; state Exp; branches; next 1.1; commitid eOGx8xRvdj3EAPME; 1.1 date 2023.11.16.12.05.39; author tnn; state Exp; branches; next ; commitid 0cfVHf4vDc4ywPME; desc @@ 1.2 log @p11-kit: regen patch @ text @$NetBSD: patch-meson.build,v 1.1 2023/11/16 12:05:39 tnn Exp $ Don't error if the appleframeworks dependency is not needed. --- meson.build.orig 2023-11-15 12:40:11 +++ meson.build @@@@ -67,7 +67,7 @@@@ if get_option('nls') and cc.has_header('libintl.h') if cc.has_function('dgettext', dependencies : libintl) libintl_deps += libintl if ['darwin', 'ios'].contains(host_system) - appleframeworks = dependency('appleframeworks', modules : 'CoreFoundation') + appleframeworks = dependency('appleframeworks', modules : 'CoreFoundation', required : false) if appleframeworks.found() libintl_deps += appleframeworks endif @ 1.1 log @p11-kit: fix Darwin configure & PLIST errors @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- meson.build.orig 2023-11-16 11:59:25 d11 2 a12 2 - appleframeworks = dependency('appleframeworks', modules : 'foundation') + appleframeworks = dependency('appleframeworks', modules : 'foundation', required : false) @