pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/lilypond Fix instructions without rule.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8657977cdee
branches:  trunk
changeset: 626365:c8657977cdee
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 08 21:17:56 2013 +0000

description:
Fix instructions without rule.

diffstat:

 print/lilypond/distinfo                                        |   3 +-
 print/lilypond/patches/patch-stepmake_stepmake_po-targets.make |  18 ++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 6117630d9f22 -r c8657977cdee print/lilypond/distinfo
--- a/print/lilypond/distinfo   Fri Nov 08 21:17:22 2013 +0000
+++ b/print/lilypond/distinfo   Fri Nov 08 21:17:56 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2013/07/31 14:11:57 wiz Exp $
+$NetBSD: distinfo,v 1.21 2013/11/08 21:17:56 joerg Exp $
 
 SHA1 (lilypond-2.16.2.tar.gz) = 1eb3b0e5c117a8669dba19ab28f933351e51e39a
 RMD160 (lilypond-2.16.2.tar.gz) = bbb68ef05e81d8d9f5cf7ac26cffb5ab3935c61a
@@ -130,3 +130,4 @@
 SHA1 (patch-lily_tuplet-number.cc) = 0658c115e193d47dffeb33cdef0390ccf6f2104c
 SHA1 (patch-lily_volta-repeat-iterator.cc) = f4a5f34736e11611070c54b9ed7d3935d1f3d2c2
 SHA1 (patch-scripts_auxiliar_cg-section.sh) = c6838a358ae1ea2f8ddd0791e72eb3c25ac2019b
+SHA1 (patch-stepmake_stepmake_po-targets.make) = d3ee9c192a2f6b02a3b35c5d937803c8bc33bed3
diff -r 6117630d9f22 -r c8657977cdee print/lilypond/patches/patch-stepmake_stepmake_po-targets.make
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/lilypond/patches/patch-stepmake_stepmake_po-targets.make    Fri Nov 08 21:17:56 2013 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-stepmake_stepmake_po-targets.make,v 1.1 2013/11/08 21:17:56 joerg Exp $
+
+--- stepmake/stepmake/po-targets.make.orig     2013-11-08 12:08:25.000000000 +0000
++++ stepmake/stepmake/po-targets.make
+@@ -36,11 +36,11 @@ ifneq ($(strip $(ALL_PO_SOURCES)),)
+       xgettext $(XGETTEXT_OPTIONS) --output-dir=$(po-outdir) \
+        --keyword=_ --keyword=_f --keyword=_i \
+        $(XGETTEXT_FLAGS) $(ALL_PO_SOURCES)
+-endif
+-endif
+       sed -i '1,2d' $(po-outdir)/$(package).po
+       sed -i -e 's/^\# This file is distributed.*/$(sed-header)/' $(po-outdir)/$(package).po
+       sed -i -e 's/^\"Content-Type: text\/plain.*/$(sed-content)/' $(po-outdir)/$(package).po
++endif
++endif
+ 
+ 
+ po-update: po



Home | Main Index | Thread Index | Old Index