pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/gnumeric This build uses msgfmt.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6bdbbaf2769
branches:  trunk
changeset: 471838:e6bdbbaf2769
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Mar 31 16:18:53 2004 +0000

description:
This build uses msgfmt.
I noticed because:
 /usr/bin/msgfmt -o zh_TW.mo zh_TW.po
 zh_TW.po:2642: illegal control sequence
(But that is not fixed yet.)

diffstat:

 math/gnumeric/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 97b1671d3253 -r e6bdbbaf2769 math/gnumeric/Makefile
--- a/math/gnumeric/Makefile    Wed Mar 31 16:02:48 2004 +0000
+++ b/math/gnumeric/Makefile    Wed Mar 31 16:18:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2004/03/08 19:40:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.82 2004/03/31 16:18:53 reed Exp $
 #
 
 DISTNAME=              gnumeric-1.0.13
@@ -14,6 +14,7 @@
 # for Python support a shared libpython is required but not provided yet
 #BUILD_DEPENDS+=               python>=2.0:../../lang/python
 
+BUILD_USES_MSGFMT=     YES
 USE_BUILDLINK2=                YES
 USE_PKGLOCALEDIR=      YES
 USE_X11BASE=           YES



Home | Main Index | Thread Index | Old Index