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: Fri Aug 30 16:31:20 UTC 2024
Modified Files:
pkgsrc/devel/gobject-introspection: distinfo
pkgsrc/devel/gobject-introspection/patches:
patch-giscanner_ccompiler.py
Log Message:
devel/gobject-introspection: Fix build with py-setuptools-74.0.0
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/gobject-introspection/distinfo
cvs rdiff -u -r1.6 -r1.7 \
pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ccompiler.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.54 pkgsrc/devel/gobject-introspection/distinfo:1.55
--- pkgsrc/devel/gobject-introspection/distinfo:1.54 Tue Apr 9 17:55:46 2024
+++ pkgsrc/devel/gobject-introspection/distinfo Fri Aug 30 16:31:19 2024
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.54 2024/04/09 17:55:46 wiz Exp $
+$NetBSD: distinfo,v 1.55 2024/08/30 16:31:19 ryoon Exp $
BLAKE2s (gobject-introspection-1.80.1.tar.xz) = 7c2c1b4225ea68afbe91b6718b1f1c6d4f102cf1a3b8bdf27599b199ef1480b6
SHA512 (gobject-introspection-1.80.1.tar.xz) = f45c2c1b105086488d974c6134db9910746df8edb187772f2ecd249656a1047c8ac88ba51f5bf7393c3d99c3ace143ecd09be256c2f4d0ceee110c9ad51a839a
Size (gobject-introspection-1.80.1.tar.xz) = 1040228 bytes
SHA1 (patch-girepository_gitypelib.c) = b5fa0fe0fc22a5dfb2b2916dfbb87e16fc732640
SHA1 (patch-giscanner_ast.py) = 24d31e9675af3779a9399a1611cf6bc985285360
-SHA1 (patch-giscanner_ccompiler.py) = c63c3a823661de880038aa2303d3961d66802341
+SHA1 (patch-giscanner_ccompiler.py) = 1c5b38f5720b0174ace77645df0985060408d26f
SHA1 (patch-tools_compiler.c) = 799d5a086338e08378b8b249e6808e8b1a8101dc
SHA1 (patch-tools_generate.c) = 3fa74dd0e2c7658768a4278b984be38bff729d94
SHA1 (patch-tools_meson.build) = 01c9aaaaacf1d0855704f55eb568b77bc207cc14
Index: pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ccompiler.py
diff -u pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ccompiler.py:1.6 pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ccompiler.py:1.7
--- pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ccompiler.py:1.6 Tue Apr 9 17:55:46 2024
+++ pkgsrc/devel/gobject-introspection/patches/patch-giscanner_ccompiler.py Fri Aug 30 16:31:19 2024
@@ -1,10 +1,21 @@
-$NetBSD: patch-giscanner_ccompiler.py,v 1.6 2024/04/09 17:55:46 wiz Exp $
+$NetBSD: patch-giscanner_ccompiler.py,v 1.7 2024/08/30 16:31:19 ryoon Exp $
+
+Fix build with py-setuptools-74.0.0.
Exclude system paths from LD_LIBRARY_PATH.
Do not use -Wl,--no-as-needed on SunOS.
--- giscanner/ccompiler.py.orig 2024-04-01 13:21:25.000000000 +0000
+++ giscanner/ccompiler.py
+@@ -26,7 +26,7 @@ import tempfile
+ import sys
+ import distutils
+
+-from distutils.msvccompiler import MSVCCompiler
++from distutils._msvccompiler import MSVCCompiler
+ from distutils.unixccompiler import UnixCCompiler
+ from distutils.cygwinccompiler import Mingw32CCompiler
+ from distutils.sysconfig import get_config_vars
@@ -232,7 +232,7 @@ class CCompiler(object):
# Ensure libraries are always linked as we are going to use ldd to work
Home |
Main Index |
Thread Index |
Old Index