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:   ryoon
Date:           Tue Jan 14 14:40:52 UTC 2025

Modified Files:
        pkgsrc/devel/gobject-introspection: distinfo
        pkgsrc/devel/gobject-introspection/patches: patch-giscanner_ast.py

Log Message:
devel/gobject-introspection: Fix build under NetBSD

* Define some more __*_t.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/gobject-introspection/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ast.py

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.57 pkgsrc/devel/gobject-introspection/distinfo:1.58
--- pkgsrc/devel/gobject-introspection/distinfo:1.57    Tue Jan 14 13:17:12 2025
+++ pkgsrc/devel/gobject-introspection/distinfo Tue Jan 14 14:40:51 2025
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.57 2025/01/14 13:17:12 adam Exp $
+$NetBSD: distinfo,v 1.58 2025/01/14 14:40:51 ryoon Exp $
 
 BLAKE2s (gobject-introspection-1.82.0.tar.xz) = 0826aeb50e34053903884a5a30c8f90e2a2aec8696a6e574309d4cd463d1a2c0
 SHA512 (gobject-introspection-1.82.0.tar.xz) = e139fadb4174c72b648914f3774d89fc0e5eaee45bba0c13edf05de883664dad8276dbc34006217bb09871ed4bad23adab51ff232a17b9eb131329b2926cafb7
 Size (gobject-introspection-1.82.0.tar.xz) = 1052872 bytes
 SHA1 (patch-girepository_gitypelib.c) = b5fa0fe0fc22a5dfb2b2916dfbb87e16fc732640
-SHA1 (patch-giscanner_ast.py) = 24d31e9675af3779a9399a1611cf6bc985285360
+SHA1 (patch-giscanner_ast.py) = 76ac2965000833cc6b8d1f37fb997706557d8c5e
 SHA1 (patch-giscanner_ccompiler.py) = b108172f440f8ea11a3bf9b7292d09c9df85deb8
 SHA1 (patch-tools_compiler.c) = 799d5a086338e08378b8b249e6808e8b1a8101dc
 SHA1 (patch-tools_generate.c) = 3fa74dd0e2c7658768a4278b984be38bff729d94

Index: pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ast.py
diff -u pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ast.py:1.3 pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ast.py:1.4
--- pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ast.py:1.3       Tue Apr  9 17:55:46 2024
+++ pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ast.py   Tue Jan 14 14:40:52 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-giscanner_ast.py,v 1.3 2024/04/09 17:55:46 wiz Exp $
+$NetBSD: patch-giscanner_ast.py,v 1.4 2025/01/14 14:40:52 ryoon Exp $
 
 - add double underscore versions
 
---- giscanner/ast.py.orig      2022-09-17 18:52:38.000000000 +0000
+--- giscanner/ast.py.orig      2024-09-13 13:08:54.000000000 +0000
 +++ giscanner/ast.py
-@@ -307,6 +307,16 @@ type_names['uint32_t'] = TYPE_UINT32
+@@ -351,6 +351,20 @@ type_names['uint32_t'] = TYPE_UINT32
  type_names['int64_t'] = TYPE_INT64
  type_names['uint64_t'] = TYPE_UINT64
  
@@ -17,6 +17,10 @@ $NetBSD: patch-giscanner_ast.py,v 1.3 20
 +type_names['__int64_t'] = TYPE_INT64
 +type_names['__uint64_t'] = TYPE_UINT64
 +type_names['__off_t'] = TYPE_OFF_T
++type_names['__gid_t'] = TYPE_GID_T
++type_names['__uid_t'] = TYPE_UID_T
++type_names['__pid_t'] = TYPE_PID_T
++type_names['__socklen_t'] = TYPE_SOCKLEN_T
 +
  # A few additional GLib type aliases
  type_names['guchar'] = TYPE_UINT8



Home | Main Index | Thread Index | Old Index