pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libkipi Fix mistake in po/is/Makefile.in, tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9b7a5914365
branches:  trunk
changeset: 501676:c9b7a5914365
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Oct 25 21:41:52 2005 +0000

description:
Fix mistake in po/is/Makefile.in, that caused make package to fail
under netbsd 2.0 (create an empty .mo file if msgfmt failed)

diffstat:

 graphics/libkipi/distinfo         |   3 ++-
 graphics/libkipi/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 8796108e9789 -r c9b7a5914365 graphics/libkipi/distinfo
--- a/graphics/libkipi/distinfo Tue Oct 25 21:40:23 2005 +0000
+++ b/graphics/libkipi/distinfo Tue Oct 25 21:41:52 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/10/18 09:34:02 seb Exp $
+$NetBSD: distinfo,v 1.5 2005/10/25 21:41:52 tonio Exp $
 
 SHA1 (libkipi-0.1.2.tar.bz2) = 097bf219ccd75545e1b19dddf86363f95c652575
 RMD160 (libkipi-0.1.2.tar.bz2) = 4f5a85ec057a45ff2c0f593ac0bfc8abf93f9aa8
 Size (libkipi-0.1.2.tar.bz2) = 511251 bytes
+SHA1 (patch-aa) = e40903b2e7685950aca99fb3cd0cfe8805e4028e
diff -r 8796108e9789 -r c9b7a5914365 graphics/libkipi/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libkipi/patches/patch-aa Tue Oct 25 21:41:52 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/10/25 21:41:52 tonio Exp $
+
+--- po/is/Makefile.in.orig     2005-09-17 18:09:57.000000000 +0200
++++ po/is/Makefile.in
+@@ -663,7 +663,7 @@ KDE_DIST=libkipi.po Makefile.in Makefile
+ #>+ 4
+ libkipi.gmo: libkipi.po
+       rm -f libkipi.gmo; $(GMSGFMT) -o libkipi.gmo $(srcdir)/libkipi.po
+-      test ! -f libkipi.gmo || touch libkipi.gmo
++      test -f libkipi.gmo || touch libkipi.gmo
+ 
+ #>+ 3
+ clean-nls:



Home | Main Index | Thread Index | Old Index