pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp-devel



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu May  1 18:50:47 UTC 2025

Modified Files:
        pkgsrc/graphics/gimp-devel: Makefile

Log Message:
gimp-devel: add CHECK_PORTABILITY_SKIPs


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/gimp-devel/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/gimp-devel/Makefile
diff -u pkgsrc/graphics/gimp-devel/Makefile:1.63 pkgsrc/graphics/gimp-devel/Makefile:1.64
--- pkgsrc/graphics/gimp-devel/Makefile:1.63    Thu Apr 24 14:14:19 2025
+++ pkgsrc/graphics/gimp-devel/Makefile Thu May  1 18:50:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2025/04/24 14:14:19 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2025/05/01 18:50:47 tnn Exp $
 
 DISTNAME=      gimp-3.0.2
 PKGNAME=       ${DISTNAME:S/gimp/gimp-devel/}
@@ -44,6 +44,8 @@ MESON_ARGS+=  -Djavascript=disabled
 CHECK_INTERPRETER_SKIP+=       lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/*
 CHECK_INTERPRETER_SKIP+=       lib/gimp/3.0/plug-ins/test-sphere-v3/test-sphere-v3.scm
 CHECK_INTERPRETER_SKIP+=       lib/gimp/3.0/plug-ins/ts-helloworld/ts-helloworld.scm
+CHECK_PORTABILITY_SKIP+=       build/linux/appimage/*
+CHECK_PORTABILITY_SKIP+=       build/windows/*
 
 REPLACE_PYTHON+=       plug-ins/python/*.py
 REPLACE_PYTHON+=       plug-ins/python/*/*.py



Home | Main Index | Thread Index | Old Index