summaryrefslogtreecommitdiffstats
path: root/source/ap/texinfo/texinfo.fix.unescaped.left.brace.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-02-17 01:45:20 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-17 12:28:26 +0100
commita576ec7a0e6c880029328d465402520ee1c20571 (patch)
treeb8213af51a4e616b41bb256d9e1a6bdc4d268536 /source/ap/texinfo/texinfo.fix.unescaped.left.brace.diff
parent32bf7dfc2d59c3200fbe2dfc94400b8f966b6ab1 (diff)
downloadcurrent-a576ec7a0e6c880029328d465402520ee1c20571.tar.gz
current-a576ec7a0e6c880029328d465402520ee1c20571.tar.xz
Sun Feb 17 01:45:20 UTC 201920190217014520
a/glibc-solibs-2.29-x86_64-3.txz: Rebuilt. ap/texinfo-6.6-x86_64-1.txz: Upgraded. l/elfutils-0.176-x86_64-1.txz: Upgraded. l/glibc-2.29-x86_64-3.txz: Rebuilt. l/glibc-i18n-2.29-x86_64-3.txz: Rebuilt. Go back to using the glibc.locale.no-archive.diff patch rather than the new built-in no-archive locale target. Avoiding hardlinks is not worth 700MB of useless bloat. Thanks to baldzhang. l/glibc-profile-2.29-x86_64-3.txz: Rebuilt. l/librsvg-2.44.13-x86_64-1.txz: Upgraded. x/xf86-video-chips-1.4.0-x86_64-1.txz: Upgraded. x/xf86-video-tdfx-1.5.0-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rw-r--r--source/ap/texinfo/texinfo.fix.unescaped.left.brace.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/ap/texinfo/texinfo.fix.unescaped.left.brace.diff b/source/ap/texinfo/texinfo.fix.unescaped.left.brace.diff
deleted file mode 100644
index 84dacb3b3..000000000
--- a/source/ap/texinfo/texinfo.fix.unescaped.left.brace.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./tp/Texinfo/Parser.pm.orig 2017-09-12 13:49:03.000000000 -0500
-+++ ./tp/Texinfo/Parser.pm 2018-06-27 13:14:33.982547765 -0500
-@@ -5478,11 +5478,11 @@
- }
- } elsif ($command eq 'clickstyle') {
- # REMACRO
-- if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*/) {
-+ if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)(\{})?\s*/) {
- $args = ['@'.$1];
- $self->{'clickstyle'} = $1;
- $remaining = $line;
-- $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
-+ $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)(\{})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
- $has_comment = 1 if (defined($4));
- } else {
- $self->line_error (sprintf($self->__(