pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tuxpaint-config Fix parallel build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/571211eab7c2
branches: trunk
changeset: 345853:571211eab7c2
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Dec 19 22:17:33 2019 +0000
description:
Fix parallel build.
diffstat:
graphics/tuxpaint-config/distinfo | 3 ++-
graphics/tuxpaint-config/patches/patch-Makefile | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 2f9c8143eb73 -r 571211eab7c2 graphics/tuxpaint-config/distinfo
--- a/graphics/tuxpaint-config/distinfo Thu Dec 19 22:17:10 2019 +0000
+++ b/graphics/tuxpaint-config/distinfo Thu Dec 19 22:17:33 2019 +0000
@@ -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
diff -r 2f9c8143eb73 -r 571211eab7c2 graphics/tuxpaint-config/patches/patch-Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tuxpaint-config/patches/patch-Makefile Thu Dec 19 22:17:33 2019 +0000
@@ -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