pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gobject-introspection



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Oct 31 22:30:50 UTC 2021

Modified Files:
        pkgsrc/devel/gobject-introspection: distinfo
        pkgsrc/devel/gobject-introspection/patches: patch-gir_meson.build

Log Message:
gobject-introspection: make patch-gir_meson.build work on macOS


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/gobject-introspection/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/devel/gobject-introspection/patches/patch-gir_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/gobject-introspection/distinfo
diff -u pkgsrc/devel/gobject-introspection/distinfo:1.43 pkgsrc/devel/gobject-introspection/distinfo:1.44
--- pkgsrc/devel/gobject-introspection/distinfo:1.43    Tue Oct 26 10:14:47 2021
+++ pkgsrc/devel/gobject-introspection/distinfo Sun Oct 31 22:30:50 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.43 2021/10/26 10:14:47 nia Exp $
+$NetBSD: distinfo,v 1.44 2021/10/31 22:30:50 tnn Exp $
 
 BLAKE2s (gobject-introspection-1.68.0.tar.xz) = f702638b2a8ddf0e3f692a11e112a437128da0f89b6c40efa3b3acf07ef79fd6
 SHA512 (gobject-introspection-1.68.0.tar.xz) = d2e64c119aa500b624a57baa2cebe9126ab100003d98b771f4fb51cf92748635de352997f702f40656f7c665f3dfedfbfa19912cc7a2d039d254555243bbc381
 Size (gobject-introspection-1.68.0.tar.xz) = 1019732 bytes
-SHA1 (patch-gir_meson.build) = 428739a91aad88fcc003f0e3aaca68f1f8631a91
+SHA1 (patch-gir_meson.build) = 787c0372b3c0679b91e711f22a936d6134793561
 SHA1 (patch-giscanner_ast.py) = 06b3d8903d126028d2d5144c6d6a508209c834b9
 SHA1 (patch-giscanner_ccompiler.py) = f65622421968e9daef19bafc4bd3c3d210546389
 SHA1 (patch-tests_scanner_Regress-1.0-expected.gir) = f6f044a24045d38d78b9c511813be8442ce45b16

Index: pkgsrc/devel/gobject-introspection/patches/patch-gir_meson.build
diff -u pkgsrc/devel/gobject-introspection/patches/patch-gir_meson.build:1.2 pkgsrc/devel/gobject-introspection/patches/patch-gir_meson.build:1.3
--- pkgsrc/devel/gobject-introspection/patches/patch-gir_meson.build:1.2        Wed Mar 11 10:09:36 2020
+++ pkgsrc/devel/gobject-introspection/patches/patch-gir_meson.build    Sun Oct 31 22:30:50 2021
@@ -1,15 +1,19 @@
-$NetBSD: patch-gir_meson.build,v 1.2 2020/03/11 10:09:36 wiz Exp $
+$NetBSD: patch-gir_meson.build,v 1.3 2021/10/31 22:30:50 tnn Exp $
 
 gircompiler requires libraries from the build area.
 
---- gir/meson.build.orig       2020-03-07 14:13:21.645308500 +0000
+--- gir/meson.build.orig       2021-03-19 14:22:12.050101500 +0000
 +++ gir/meson.build
-@@ -446,7 +446,7 @@ typelibs = []
+@@ -436,7 +436,11 @@ typelibs = []
  if get_option('gi_cross_binary_wrapper') != ''
      gircompiler_command = [get_option('gi_cross_binary_wrapper'), gircompiler.full_path(), ]
  else
 -    gircompiler_command = [gircompiler, ]
-+    gircompiler_command = ['env', 'LD_LIBRARY_PATH=' + meson.current_build_dir() + '/../girepository', gircompiler ]
++    gircompiler_command = ['env',
++        'LD_LIBRARY_PATH=' + meson.current_build_dir() + '/../girepository',
++        'DYLD_LIBRARY_PATH=' + meson.current_build_dir() + '/../girepository',
++        gircompiler
++    ]
  endif
  
  gircompiler_command += [ '-o', '@OUTPUT@', '@INPUT@',



Home | Main Index | Thread Index | Old Index