Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv11461/utils

Added Files:
        gawk.info gawk.patch 
Log Message:
builds on 10.7


--- NEW FILE: gawk.patch ---
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
@@ -109,7 +109,6 @@
 
 #include "regex.h"
 #include "dfa.h"
-#include "hard-locale.h"
 
 /* HPUX, define those as macros in sys/param.h */
 #ifdef setbit
@@ -162,6 +161,8 @@
 static char **addlists PARAMS ((char **old, char **new));
 static char **inboth PARAMS ((char **left, char **right));
 
+#include "hard-locale.h"
+
 static ptr_t
 xcalloc (size_t n, size_t s)
 {
diff -ru gawk-3.1.5/hard-locale.h gawk-3.1.5-patched/hard-locale.h
--- gawk-3.1.5/hard-locale.h    2005-05-11 17:28:16.000000000 +0200
+++ gawk-3.1.5-patched/hard-locale.h    2006-12-24 18:18:43.000000000 +0100
@@ -40,8 +40,6 @@
       if (strcmp (p, "C") == 0 || strcmp (p, "POSIX") == 0)
        hard = 0;
 # else
-      static ptr_t xmalloc PARAMS ((size_t n));
-
       char *locale = xmalloc (strlen (p) + 1);
       strcpy (locale, p);
 

--- NEW FILE: gawk.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: gawk
Version: 3.1.7
Revision: 1
Maintainer: Max Horn <m...@quendi.de>
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, fink 
(>= 0.24.12-1)
Depends: libgettext3-shlibs, libiconv
Source: mirror:gnu:%n/%n-%v.tar.bz2
Source-MD5: 674cc5875714315c490b26293d36dfcf
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
InstallScript: make install DESTDIR=%d
DocFiles: README COPYING AUTHORS LIMITATIONS NEWS POSIX.STD PROBLEMS
InfoDocs: gawk.info gawkinet.info
#
Description: The Awk processing language, GNU edition
DescDetail: <<
Awk is a sophisticated text processing language commonly used in shell
scripts. Note that many people actually prefer mawk over gawk because
of speed.
<<
License: GPL
Homepage: http://www.gnu.org/software/gawk/


------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to