textproc/lgrind: Make it build with TeX Live 2022.

This commit is contained in:
edd 2022-11-24 20:06:43 +00:00
parent abc42810ab
commit 57da22003e
2 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CATEGORIES= textproc devel print
VERSION= 3.67
DISTNAME= lgrind-${VERSION}
REVISION = 8
REVISION = 9
DISTFILES=source/lgrind.c source/lgutil.c source/lgrindef.c source/lgrindef.h \
source/regexp.c source/regexp.h source/v2lg.c \
source/retest.c source/lgrind.1 source/lgrindef.5 source/Makefile \

View File

@ -21,3 +21,12 @@ Index: lgrind.dtx
% \title{The \LG{} package\thanks{This file
% has version number \fileversion, last
% revised \filedate.}}
@@ -537,7 +537,7 @@
% The meta-symbols and their meanings are:
% \begin{description}
% \item[\$] The end of a line
-% \item[\^] The beginning of a line
+% \item[\^{}] The beginning of a line
% \item[$\backslash$d] A delimiter (space, tab, newline, start of line)
% \item[$\backslash$a] Matches any string of symbols (like `.*' in lex)
% \item[$\backslash$p] Matches any identifier. In a procedure definition