Bring Gawk back. There just isn't any other POSIX compliant AWK out there.
The biggest thing missing from Bell-Labs AWK is the character class regexes.
This commit is contained in:
parent
5bd4695b64
commit
2335a3d70a
@ -598,7 +598,7 @@ _libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl
|
||||
|
||||
build-tools:
|
||||
.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
|
||||
${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/awk \
|
||||
${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} \
|
||||
usr.bin/file usr.sbin/sysinstall
|
||||
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
|
||||
.endfor
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= bc binutils cc cpio dc dialog diff diff3 gperf \
|
||||
SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \
|
||||
grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
|
||||
|
||||
.if !defined(NO_CVS)
|
||||
|
@ -9,7 +9,6 @@
|
||||
#
|
||||
SUBDIR= apply \
|
||||
at \
|
||||
awk \
|
||||
banner \
|
||||
basename \
|
||||
biff \
|
||||
|
Loading…
Reference in New Issue
Block a user