Update to the 1-Jan-2002 One True AWK.

This includes
	added support for POSIX character class names like [:digit:]
Contributed by our very own DES.
This commit is contained in:
David E. O'Brien 2002-02-18 09:48:11 +00:00
parent 9a0e983791
commit 0caadb429c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54860
3 changed files with 10 additions and 14 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= nawk
PORTVERSION= 20001115
PORTVERSION= 20020101
CATEGORIES= lang
MASTER_SITES= http://cm.bell-labs.com/who/bwk/
DISTNAME= awk

View File

@ -1 +1 @@
MD5 (awk.tar.gz) = e5764e4d582e093d1ea54bff6166989e
MD5 (awk.tar.gz) = 78a1ed3b985964e52bfdf4ec6642f0f8

View File

@ -1,22 +1,18 @@
--- makefile.orig Thu May 25 10:55:45 2000
+++ makefile Fri Nov 3 01:56:39 2000
@@ -22,13 +22,13 @@
# THIS SOFTWARE.
# ****************************************************************/
--- makefile.orig Tue Jan 1 06:50:28 2002
+++ makefile Mon Feb 18 01:45:54 2002
@@ -25,3 +25,3 @@
-CFLAGS = -g
-CFLAGS = -O2
-CFLAGS =
+#CFLAGS = -g
+#CFLAGS = -O2
+CFLAGS ?= -O
+#CFLAGS =
@@ -29,4 +29,4 @@
-CC = gcc -Wall -g
-CC = /opt/SUNWspro/bin/cc
-CC = /opt/pure/purify/purify cc
-CC = cc
+#CC = cc -Wall -g
+#CC = gcc -Wall -g
+#CC = /opt/SUNWspro/bin/cc
+#CC = /opt/pure/purify/purify cc
+CC ?= cc
YACC = bison -y
YACC = yacc