pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gindent Do not declare a static variable as non-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a89b06e12142
branches:  trunk
changeset: 494013:a89b06e12142
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed May 18 14:23:10 2005 +0000

description:
Do not declare a static variable as non-static in a header file.
This makes the package build on Darwin-8.x.

diffstat:

 devel/gindent/distinfo         |   3 ++-
 devel/gindent/patches/patch-ac |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 5b8b650fd226 -r a89b06e12142 devel/gindent/distinfo
--- a/devel/gindent/distinfo    Wed May 18 13:39:54 2005 +0000
+++ b/devel/gindent/distinfo    Wed May 18 14:23:10 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 22:24:14 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/05/18 14:23:10 minskim Exp $
 
 SHA1 (indent-2.2.8a.tar.gz) = 0d8dc53bf6411d1c87dce7775e2ddddc4a6e9355
 RMD160 (indent-2.2.8a.tar.gz) = 078a059e217dacbd0a98ea70b1ce8e5298802238
 Size (indent-2.2.8a.tar.gz) = 594855 bytes
 SHA1 (patch-aa) = aadb9d20c6fa61840e6c9a66b9cab46ea1f4bcd3
 SHA1 (patch-ab) = 3feeab7810572653916e256645c7a7d8ec93764e
+SHA1 (patch-ac) = eed6b88a80202a03cb8eb33e639d43d0ee99fa91
diff -r 5b8b650fd226 -r a89b06e12142 devel/gindent/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gindent/patches/patch-ac    Wed May 18 14:23:10 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2005/05/18 14:23:10 minskim Exp $
+
+--- src/indent.h.orig  2002-04-23 15:49:24.000000000 -0500
++++ src/indent.h
+@@ -92,9 +92,6 @@ extern char *cur_line;
+ /* Size of the input program, not including the ' \n\0' we add at the end */
+ extern unsigned long in_prog_size;
+ 
+-/* The output file. */
+-extern FILE *output;
+-
+ 
+ 
+ extern char *labbuf;            /* buffer for label */



Home | Main Index | Thread Index | Old Index