pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8796108e9789
branches:  trunk
changeset: 501675:8796108e9789
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Oct 25 21:40:23 2005 +0000

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

diffstat:

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

diffs (28 lines):

diff -r d7014b25d939 -r 8796108e9789 graphics/libkexif/distinfo
--- a/graphics/libkexif/distinfo        Tue Oct 25 18:47:14 2005 +0000
+++ b/graphics/libkexif/distinfo        Tue Oct 25 21:40:23 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/10/18 09:29:38 seb Exp $
+$NetBSD: distinfo,v 1.4 2005/10/25 21:40:23 tonio Exp $
 
 SHA1 (libkexif-0.2.2.tar.bz2) = 9962ca1f52436f649950600b643f01ee935a4858
 RMD160 (libkexif-0.2.2.tar.bz2) = 41c212b6410bdcdf6f7d6dff0c9b13cfd1c64d42
 Size (libkexif-0.2.2.tar.bz2) = 442833 bytes
+SHA1 (patch-aa) = 3359ed5b3a91a301a547d300951df27640837a32
diff -r d7014b25d939 -r 8796108e9789 graphics/libkexif/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libkexif/patches/patch-aa        Tue Oct 25 21:40:23 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/10/25 21:40:23 tonio Exp $
+
+--- po/is/Makefile.in.orig     2005-09-06 19:30:35.000000000 +0200
++++ po/is/Makefile.in
+@@ -670,7 +670,7 @@ KDE_DIST=Makefile.in libkexif.po Makefil
+ #>+ 4
+ libkexif.gmo: libkexif.po
+       rm -f libkexif.gmo; $(GMSGFMT) -o libkexif.gmo $(srcdir)/libkexif.po
+-      test ! -f libkexif.gmo || touch libkexif.gmo
++      test -f libkexif.gmo || touch libkexif.gmo
+ 
+ #>+ 3
+ clean-nls:



Home | Main Index | Thread Index | Old Index