pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  5 04:57:19 UTC 2025

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2: Makefile

Log Message:
gdk-pixbuf2: fix build on Darwin - avoid system python3


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/graphics/gdk-pixbuf2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.70 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.71
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.70   Fri Aug  1 09:10:57 2025
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Tue Aug  5 04:57:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2025/08/01 09:10:57 nia Exp $
+# $NetBSD: Makefile,v 1.71 2025/08/05 04:57:19 adam Exp $
 
 DISTNAME=      gdk-pixbuf-2.42.12
 PKGNAME=       ${DISTNAME:S/pixbuf/pixbuf2/}
@@ -65,9 +65,10 @@ MAKE_ENV+=   DYLD_LIBRARY_PATH=${WRKSRC}/o
 
 .endif
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYTHON_FOR_BUILD_ONLY=         tool
+PYTHON_FOR_BUILD_ONLY= tool
+REPLACE_PYTHON+=       build-aux/gen-thumbnailer.py
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 
 _BUILDING_GTK2= yes
@@ -80,7 +81,7 @@ _BUILDING_GTK2= yes
 .include "../../devel/py-gi-docgen/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.2
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index