pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/yudit Install only mo files. Use msgmerge and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4451bf19e0c0
branches:  trunk
changeset: 530407:4451bf19e0c0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 29 22:53:21 2007 +0000

description:
Install only mo files. Use msgmerge and not msgfmt as dependency.

diffstat:

 editors/yudit/Makefile         |   4 ++--
 editors/yudit/distinfo         |   3 ++-
 editors/yudit/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 9b73597d76db -r 4451bf19e0c0 editors/yudit/Makefile
--- a/editors/yudit/Makefile    Fri Jun 29 22:46:48 2007 +0000
+++ b/editors/yudit/Makefile    Fri Jun 29 22:53:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2007/06/27 12:57:20 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2007/06/29 22:53:21 joerg Exp $
 
 DISTNAME=      yudit-2.8.1
 CATEGORIES=    editors
@@ -10,7 +10,7 @@
 COMMENT=       Unicode Text Editor
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake msgfmt
+USE_TOOLS+=            gmake msgmerge
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-x
 
diff -r 9b73597d76db -r 4451bf19e0c0 editors/yudit/distinfo
--- a/editors/yudit/distinfo    Fri Jun 29 22:46:48 2007 +0000
+++ b/editors/yudit/distinfo    Fri Jun 29 22:53:21 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2006/08/07 23:54:17 wiz Exp $
+$NetBSD: distinfo,v 1.10 2007/06/29 22:53:21 joerg Exp $
 
 SHA1 (yudit-2.8.1.tar.bz2) = 6de6337aa90cb89c6b6dd028f66cbfc29c0d874c
 RMD160 (yudit-2.8.1.tar.bz2) = 61c085bd903fa4760dffc0c2204b732f0a060ef2
 Size (yudit-2.8.1.tar.bz2) = 2113872 bytes
+SHA1 (patch-aa) = 15aaa1323f8a84717637f18f308148337eb46969
diff -r 9b73597d76db -r 4451bf19e0c0 editors/yudit/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/yudit/patches/patch-aa    Fri Jun 29 22:53:21 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/06/29 22:53:21 joerg Exp $
+
+--- gui/Makefile.orig  2007-06-29 11:30:17.000000000 +0000
++++ gui/Makefile
+@@ -67,7 +67,7 @@ install: 
+               if test ! -d $(DESTDIR)/$(datadir)/yudit/$$i/LC_MESSAGES; then \
+                       mkdir -p $(DESTDIR)/$(datadir)/yudit/$$i/LC_MESSAGES; \
+               fi ; \
+-              $(INSTALL_DATA) $$i/LC_MESSAGES/messages.[mp]o \
++              $(INSTALL_DATA) $$i/LC_MESSAGES/messages.mo \
+                       $(DESTDIR)/$(datadir)/yudit/$$i/LC_MESSAGES ; \
+               echo installing messages for $$i; \
+       done



Home | Main Index | Thread Index | Old Index