pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 13:38:05 UTC 2020

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
graphics/inkscape: fix build in SUBST_NOOP_OK=no mode

share/patterns/CMakeLists.txt doesn't exist anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 pkgsrc/graphics/inkscape/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/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.208 pkgsrc/graphics/inkscape/Makefile:1.209
--- pkgsrc/graphics/inkscape/Makefile:1.208     Wed May  6 14:04:38 2020
+++ pkgsrc/graphics/inkscape/Makefile   Sat May 16 13:38:05 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.208 2020/05/06 14:04:38 adam Exp $
+# $NetBSD: Makefile,v 1.209 2020/05/16 13:38:05 rillig Exp $
 
 DISTNAME=      inkscape-1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  https://media.inkscape.org/dl/resources/file/
 EXTRACT_SUFX=  .tar.xz
@@ -53,11 +53,7 @@ SUBST_VARS.pypath=   PYTHONBIN
 SUBST_CLASSES+=                pycmd
 SUBST_STAGE.pycmd=     pre-configure
 SUBST_MESSAGE.pycmd=   Replacing COMMAND python in CMakeFiles.
-SUBST_FILES.pycmd+=    share/filters/CMakeLists.txt
-SUBST_FILES.pycmd+=    share/palettes/CMakeLists.txt
-SUBST_FILES.pycmd+=    share/patterns/CMakeLists.txt
-SUBST_FILES.pycmd+=    share/symbols/CMakeLists.txt
-SUBST_FILES.pycmd+=    share/templates/CMakeLists.txt
+SUBST_FILES.pycmd+=    share/*/CMakeLists.txt
 SUBST_SED.pycmd=       -e "s,COMMAND python3,COMMAND ${PYTHONBIN},g"
 
 REPLACE_PYTHON+=       cxxtest/cxxtestgen.py



Home | Main Index | Thread Index | Old Index