pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p11-kit



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Nov 16 12:17:26 UTC 2023

Modified Files:
        pkgsrc/security/p11-kit: distinfo
        pkgsrc/security/p11-kit/patches: patch-meson.build

Log Message:
p11-kit: regen patch


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/p11-kit/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/p11-kit/patches/patch-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/security/p11-kit/distinfo
diff -u pkgsrc/security/p11-kit/distinfo:1.24 pkgsrc/security/p11-kit/distinfo:1.25
--- pkgsrc/security/p11-kit/distinfo:1.24       Thu Nov 16 12:11:27 2023
+++ pkgsrc/security/p11-kit/distinfo    Thu Nov 16 12:17:26 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.24 2023/11/16 12:11:27 adam Exp $
+$NetBSD: distinfo,v 1.25 2023/11/16 12:17:26 tnn Exp $
 
 BLAKE2s (p11-kit-0.25.3.tar.xz) = 6d1a804ddacc44f27a8019d39b042815be9cb800be6b2aecc21dda6b045163a4
 SHA512 (p11-kit-0.25.3.tar.xz) = ad2d393bf122526cbba18dc9d5a13f2c1cad7d70125ec90ffd02059dfa5ef30ac59dfc0bb9bc6380c8f317e207c9e87e895f1945634f56ddf910c2958868fb4c
 Size (p11-kit-0.25.3.tar.xz) = 991528 bytes
 SHA1 (patch-common_compat.c) = bdcb10cebe5e7755c81f88ef033b9dfecd7a1aad
-SHA1 (patch-meson.build) = 1fa386e0ff6419dd90896ea57ef48fefe6a4da6c
+SHA1 (patch-meson.build) = eb1c4130b097e3d57a74c9aa5482872670f3472b

Index: pkgsrc/security/p11-kit/patches/patch-meson.build
diff -u pkgsrc/security/p11-kit/patches/patch-meson.build:1.1 pkgsrc/security/p11-kit/patches/patch-meson.build:1.2
--- pkgsrc/security/p11-kit/patches/patch-meson.build:1.1       Thu Nov 16 12:05:39 2023
+++ pkgsrc/security/p11-kit/patches/patch-meson.build   Thu Nov 16 12:17:26 2023
@@ -1,15 +1,15 @@
-$NetBSD: patch-meson.build,v 1.1 2023/11/16 12:05:39 tnn Exp $
+$NetBSD: patch-meson.build,v 1.2 2023/11/16 12:17:26 tnn Exp $
 
 Don't error if the appleframeworks dependency is not needed.
 
---- meson.build.orig   2023-11-16 11:59:25
+--- 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 : 'foundation')
-+        appleframeworks = dependency('appleframeworks', modules : 'foundation', required : false)
+-        appleframeworks = dependency('appleframeworks', modules : 'CoreFoundation')
++        appleframeworks = dependency('appleframeworks', modules : 'CoreFoundation', required : false)
          if appleframeworks.found()
            libintl_deps += appleframeworks
          endif



Home | Main Index | Thread Index | Old Index