pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dfuibe_installer Fix path to the PO file... i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca62949d4535
branches:  trunk
changeset: 514942:ca62949d4535
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jun 20 22:57:12 2006 +0000

description:
Fix path to the PO file... it ends in ".po".  This fixes the error noted
in the bulk build:

        http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html

diffstat:

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

diffs (28 lines):

diff -r 4537c29efee6 -r ca62949d4535 sysutils/dfuibe_installer/distinfo
--- a/sysutils/dfuibe_installer/distinfo        Tue Jun 20 22:53:22 2006 +0000
+++ b/sysutils/dfuibe_installer/distinfo        Tue Jun 20 22:57:12 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/04/18 19:48:11 joerg Exp $
+$NetBSD: distinfo,v 1.3 2006/06/20 22:57:12 jlam Exp $
 
 SHA1 (dfuibe_installer-1.1.7.tar.gz) = 5f6d2937642f443e015e6e4acaa4953f769a3cd7
 RMD160 (dfuibe_installer-1.1.7.tar.gz) = 8642f721a43c91b42150c98d54eed2b6e70cdf77
 Size (dfuibe_installer-1.1.7.tar.gz) = 59792 bytes
+SHA1 (patch-aa) = 7e5b3d242ed4191502d7d3c39c328d33778cbed4
diff -r 4537c29efee6 -r ca62949d4535 sysutils/dfuibe_installer/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dfuibe_installer/patches/patch-aa        Tue Jun 20 22:57:12 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/06/20 22:57:12 jlam Exp $
+
+--- Makefile.orig      2005-12-08 10:58:02.000000000 -0500
++++ Makefile
+@@ -33,7 +33,7 @@ all: ${PROG} mo
+ 
+ mo:
+       for _language in ${LANGUAGES}; do \
+-              ${MSGFMT} -o po/$${_language}.mo po/$${_language}; \
++              ${MSGFMT} -o po/$${_language}.mo po/$${_language}.po; \
+       done
+ 
+ clean:



Home | Main Index | Thread Index | Old Index