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:   wiz
Date:           Wed Apr 10 09:15:08 UTC 2024

Modified Files:
        pkgsrc/devel/gobject-introspection: Makefile

Log Message:
gobject-introspection: distutils (via setuptools) is needed at runtime

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/gobject-introspection/Makefile

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/Makefile
diff -u pkgsrc/devel/gobject-introspection/Makefile:1.93 pkgsrc/devel/gobject-introspection/Makefile:1.94
--- pkgsrc/devel/gobject-introspection/Makefile:1.93    Tue Apr  9 18:20:30 2024
+++ pkgsrc/devel/gobject-introspection/Makefile Wed Apr 10 09:15:08 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2024/04/09 18:20:30 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2024/04/10 09:15:08 wiz Exp $
 
 DISTNAME=      gobject-introspection-1.80.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -16,7 +16,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 .include "../../lang/python/pyversion.mk"
 
 .if ${PYTHON_VERSION} > 311
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+# https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/395
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 .endif
 
 USE_TOOLS+=    pkg-config flex bison



Home | Main Index | Thread Index | Old Index