Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3132

Modified Files:
        gawk.info gawk.patch 
Log Message:
Fix a bug in gawk which causes compile problems in zsh

Index: gawk.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/gawk.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gawk.patch  24 Dec 2006 17:38:11 -0000      1.1
+++ gawk.patch  6 May 2007 08:47:24 -0000       1.2
@@ -1,3 +1,17 @@
+--- gawk-3.1.5.orig/builtin.c  2005-07-26 18:07:43.000000000 +0000
++++ gawk-3.1.5/builtin.c       2007-05-02 15:03:56.000000000 +0000
+@@ -2089,9 +2089,9 @@
+                       }
+ 
+                       free(buf);
+-                      if (wc_indices != NULL)
+-                              free(wc_indices);
+               }
++              if (wc_indices != NULL)
++                      free(wc_indices);
+       } else {                /* match failed */
+               rstart = 0;
+               rlength = -1;
 diff -ru gawk-3.1.5/dfa.c gawk-3.1.5-patched/dfa.c
 --- gawk-3.1.5/dfa.c   2005-07-26 20:07:43.000000000 +0200
 +++ gawk-3.1.5-patched/dfa.c   2006-12-24 18:18:51.000000000 +0100

Index: gawk.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/gawk.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gawk.info   24 Dec 2006 17:38:10 -0000      1.3
+++ gawk.info   6 May 2007 08:47:24 -0000       1.4
@@ -16,7 +16,7 @@
 
 Package: gawk
 Version: 3.1.5
-Revision: 11
+Revision: 12
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev
 Depends: libgettext3-shlibs, libiconv
@@ -34,5 +34,10 @@
 scripts. Note that many people actually prefer mawk over gawk because
 of speed.
 <<
+DescPackaging: <<
+* Patch a bug in builtin.c (also in Debian).
+* Another patch works around a compile problem related to
+  gawk's xmalloc
+<<
 License: GPL
 Homepage: http://www.gnu.org/software/gawk/


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to