pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/tuxpaint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec  5 07:32:04 UTC 2024

Modified Files:
        pkgsrc/graphics/tuxpaint: Makefile

Log Message:
tuxpaint: add CHECK_INTERPRETER_SKIP for two files


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/graphics/tuxpaint/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/tuxpaint/Makefile
diff -u pkgsrc/graphics/tuxpaint/Makefile:1.122 pkgsrc/graphics/tuxpaint/Makefile:1.123
--- pkgsrc/graphics/tuxpaint/Makefile:1.122     Fri Nov 29 22:55:50 2024
+++ pkgsrc/graphics/tuxpaint/Makefile   Thu Dec  5 07:32:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2024/11/29 22:55:50 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2024/12/05 07:32:04 wiz Exp $
 
 DISTNAME=      tuxpaint-0.9.34
 CATEGORIES=    graphics
@@ -40,6 +40,10 @@ MAKE_FLAGS.NetBSD+=          linux_ARCH_CFLAGS=-
 LIBS.SunOS+=           -lsocket -lnsl
 LDFLAGS.SunOS+=                -lsocket
 
+# python2, fontforge - will not realistically be run by users
+CHECK_INTERPRETER_SKIP+=       share/tuxpaint/fonts/locale/zh_tw_docs/maketuxfont.py
+CHECK_INTERPRETER_SKIP+=       share/tuxpaint/fonts/locale/zh_tw_docs/tuxpaintsubset.pe
+
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../converters/fribidi/buildlink3.mk"



Home | Main Index | Thread Index | Old Index