diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nawk/Makefile | 2 | ||||
-rw-r--r-- | lang/nawk/distinfo | 2 | ||||
-rw-r--r-- | lang/nawk/files/patch-ba | 20 |
3 files changed, 4 insertions, 20 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index 197e1076fc00..b3c4c2dc4219 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -7,7 +7,7 @@ # PORTNAME= nawk -PORTVERSION= 20021129 +PORTVERSION= 20021213 CATEGORIES= lang MASTER_SITES= http://cm.bell-labs.com/who/bwk/ DISTNAME= awk diff --git a/lang/nawk/distinfo b/lang/nawk/distinfo index 5ef590ff62ba..e377148b4622 100644 --- a/lang/nawk/distinfo +++ b/lang/nawk/distinfo @@ -1 +1 @@ -MD5 (awk.tar.gz) = b7da824c66a4e799b67b2d0b40be6b0e +MD5 (awk.tar.gz) = b6eb71ba506bc264144672d02a0d2e85 diff --git a/lang/nawk/files/patch-ba b/lang/nawk/files/patch-ba index c0e185ef94fd..7b5724ec3ef3 100644 --- a/lang/nawk/files/patch-ba +++ b/lang/nawk/files/patch-ba @@ -1,5 +1,5 @@ ---- b.c.orig Fri Nov 29 06:56:01 2002 -+++ b.c Wed Dec 11 20:43:35 2002 +--- b.c.orig Sun Sep 24 17:18:38 2000 ++++ b.c Fri Nov 3 01:59:32 2000 @@ -27,6 +27,9 @@ #define DEBUG @@ -10,19 +10,3 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> -@@ -714,6 +717,7 @@ - * must be less than twice the size of their full name. - */ - -+#ifndef __FreeBSD__ - /* and because isblank doesn't show up in any of the header files on any - * system i use, it's defined here. if some other locale has a richer - * definition of "blank", sorry about that. -@@ -723,6 +727,7 @@ - { - return c==' ' || c=='\t'; - } -+#endif - - struct charclass { - const char *cc_name; |