pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/tuxpaint-config



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:17:33 UTC 2019

Modified Files:
        pkgsrc/graphics/tuxpaint-config: distinfo
Added Files:
        pkgsrc/graphics/tuxpaint-config/patches: patch-Makefile

Log Message:
Fix parallel build.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/tuxpaint-config/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tuxpaint-config/patches/patch-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-config/distinfo
diff -u pkgsrc/graphics/tuxpaint-config/distinfo:1.9 pkgsrc/graphics/tuxpaint-config/distinfo:1.10
--- pkgsrc/graphics/tuxpaint-config/distinfo:1.9        Sun Sep  2 12:55:25 2018
+++ pkgsrc/graphics/tuxpaint-config/distinfo    Thu Dec 19 22:17:33 2019
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.9 2018/09/02 12:55:25 wiz Exp $
+$NetBSD: distinfo,v 1.10 2019/12/19 22:17:33 joerg Exp $
 
 SHA1 (tuxpaint-config-0.0.14.tar.gz) = 9efe6e4d4ad92df1a1a4e5c4f4eff4b1dbde8b0e
 RMD160 (tuxpaint-config-0.0.14.tar.gz) = d924da13b0f7221fb34f9d8fe9adeb109d8dd57b
 SHA512 (tuxpaint-config-0.0.14.tar.gz) = 2e4482189fed81a7a82f41773a527c5b391ed19800279a1684634fdfd25f5c7f19c4ee42f483e0f3b8a683912c163f9846fc32f663e8fac0f7cf6d8a98c6740c
 Size (tuxpaint-config-0.0.14.tar.gz) = 472856 bytes
+SHA1 (patch-Makefile) = 89f50784f5bf2c1ca43203ac48d8948afa99ad6a

Added files:

Index: pkgsrc/graphics/tuxpaint-config/patches/patch-Makefile
diff -u /dev/null pkgsrc/graphics/tuxpaint-config/patches/patch-Makefile:1.1
--- /dev/null   Thu Dec 19 22:17:33 2019
+++ pkgsrc/graphics/tuxpaint-config/patches/patch-Makefile      Thu Dec 19 22:17:33 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2019/12/19 22:17:33 joerg Exp $
+
+Ensure that trans directory is made before trying to put files in it.
+
+--- Makefile.orig      2019-12-19 18:27:04.435743784 +0000
++++ Makefile
+@@ -406,7 +406,7 @@ endif
+ 
+ # Build the translation files for gettext
+ 
+-$(MOFILES): trans/%.mo: src/po/%.po
++$(MOFILES): trans/%.mo: src/po/%.po trans
+       msgfmt -o $@ $<
+ 
+ .PHONY: translations



Home | Main Index | Thread Index | Old Index