pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gettext-tools Second part of the patch. Now the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65598459b3b0
branches:  trunk
changeset: 526272:65598459b3b0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Mar 06 13:45:34 2007 +0000

description:
Second part of the patch. Now the package builds.

diffstat:

 devel/gettext-tools/distinfo         |   3 ++-
 devel/gettext-tools/patches/patch-ar |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 1104f68b1049 -r 65598459b3b0 devel/gettext-tools/distinfo
--- a/devel/gettext-tools/distinfo      Tue Mar 06 13:08:24 2007 +0000
+++ b/devel/gettext-tools/distinfo      Tue Mar 06 13:45:34 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2007/03/06 13:08:24 rillig Exp $
+$NetBSD: distinfo,v 1.6 2007/03/06 13:45:34 rillig Exp $
 
 SHA1 (gettext-0.14.6.tar.gz) = 0d8ce8d9a09a719065a1530399c4f45c15a002c5
 RMD160 (gettext-0.14.6.tar.gz) = 02138d12fd4d9ce0b3bda2d132f1569b30d16726
@@ -17,3 +17,4 @@
 SHA1 (patch-ao) = 9e81b05b6e1ee76197c360a441264588607a475c
 SHA1 (patch-ap) = 2955c2d6b2b2d52248d449a0b7ea025a0d632bea
 SHA1 (patch-aq) = e3faeb0beddf878c6c87f51638e4cd23f7222873
+SHA1 (patch-ar) = 9cf5eb416ffa14aab30f3df33af8eebb3bf6f956
diff -r 1104f68b1049 -r 65598459b3b0 devel/gettext-tools/patches/patch-ar
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gettext-tools/patches/patch-ar      Tue Mar 06 13:45:34 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ar,v 1.1 2007/03/06 13:45:34 rillig Exp $
+
+See patch-aq.
+
+--- gettext-tools/src/po-lex.c.orig    Fri May 20 17:03:44 2005
++++ gettext-tools/src/po-lex.c Tue Mar  6 08:39:03 2007
+@@ -71,7 +71,7 @@
+    These functions can access gram_pos and gram_pos_column.  */
+ 
+ #if !(__STDC__ && \
+-      ((defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L && !defined __DECC) \
++      ((defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L && !defined __DECC && !(defined(__sgi) && !defined(__GNUC__))) \
+        || (defined __GNUC__ && __GNUC__ >= 2 && !defined __APPLE_CC__)))
+ 
+ /* CAUTION: If you change this function, you must also make identical



Home | Main Index | Thread Index | Old Index