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:   wiz
Date:           Thu Jul 31 20:22:07 UTC 2025

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

Log Message:
gdk-pixbuf2: make python script executable to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.69
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.68   Sat Jul 19 05:37:38 2025
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Thu Jul 31 20:22:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2025/07/19 05:37:38 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2025/07/31 20:22:07 wiz Exp $
 
 DISTNAME=      gdk-pixbuf-2.42.12
 PKGNAME=       ${DISTNAME:S/pixbuf/pixbuf2/}
@@ -25,6 +25,9 @@ SUBST_STAGE.rst2man=  pre-configure
 SUBST_FILES.rst2man=   docs/meson.build
 SUBST_SED.rst2man=     -e "s,'rst2man','rst2man-${PYVERSSUFFIX}',g"
 
+post-extract:
+       ${CHMOD} a+x ${WRKSRC}/build-aux/gen-thumbnailer.py
+
 .include "../../mk/bsd.prefs.mk"
 
 SUBST_CLASSES+=                dyld



Home | Main Index | Thread Index | Old Index