fix warning and future error about unescaped left brace in perl regex
This commit is contained in:
parent
654eccd474
commit
305d688b62
14
devel/arm-none-eabi/gdb/patches/patch-etc_texi2pod_pl
Normal file
14
devel/arm-none-eabi/gdb/patches/patch-etc_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-etc_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: etc/texi2pod.pl
|
||||
--- etc/texi2pod.pl.orig
|
||||
+++ etc/texi2pod.pl
|
||||
@@ -311,7 +311,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
devel/avr/gcc/patches/patch-contrib_texi2pod_pl
Normal file
14
devel/avr/gcc/patches/patch-contrib_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-contrib_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: contrib/texi2pod.pl
|
||||
--- contrib/texi2pod.pl.orig
|
||||
+++ contrib/texi2pod.pl
|
||||
@@ -316,7 +316,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
devel/avr32/binutils/patches/patch-etc_texi2pod_pl
Normal file
14
devel/avr32/binutils/patches/patch-etc_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-etc_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: etc/texi2pod.pl
|
||||
--- etc/texi2pod.pl.orig
|
||||
+++ etc/texi2pod.pl
|
||||
@@ -311,7 +311,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
devel/avr32/gcc-bootstrap/patches/patch-contrib_texi2pod_pl
Normal file
14
devel/avr32/gcc-bootstrap/patches/patch-contrib_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-contrib_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: contrib/texi2pod.pl
|
||||
--- contrib/texi2pod.pl.orig
|
||||
+++ contrib/texi2pod.pl
|
||||
@@ -314,7 +314,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
devel/avr32/gcc/patches/patch-contrib_texi2pod_pl
Normal file
14
devel/avr32/gcc/patches/patch-contrib_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-contrib_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: contrib/texi2pod.pl
|
||||
--- contrib/texi2pod.pl.orig
|
||||
+++ contrib/texi2pod.pl
|
||||
@@ -314,7 +314,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
devel/msp430/binutils/patches/patch-etc_texi2pod_pl
Normal file
14
devel/msp430/binutils/patches/patch-etc_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-etc_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: etc/texi2pod.pl
|
||||
--- etc/texi2pod.pl.orig
|
||||
+++ etc/texi2pod.pl
|
||||
@@ -311,7 +311,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
devel/msp430/gcc/patches/patch-contrib_texi2pod_pl
Normal file
14
devel/msp430/gcc/patches/patch-contrib_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-contrib_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: contrib/texi2pod.pl
|
||||
--- contrib/texi2pod.pl.orig
|
||||
+++ contrib/texi2pod.pl
|
||||
@@ -316,7 +316,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
lang/classpath/patches/patch-doc_texi2pod_pl
Normal file
14
lang/classpath/patches/patch-doc_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-doc_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: doc/texi2pod.pl
|
||||
--- doc/texi2pod.pl.orig
|
||||
+++ doc/texi2pod.pl
|
||||
@@ -311,7 +311,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
lang/gcc/4.9/patches/patch-contrib_texi2pod_pl
Normal file
14
lang/gcc/4.9/patches/patch-contrib_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-contrib_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: contrib/texi2pod.pl
|
||||
--- contrib/texi2pod.pl.orig
|
||||
+++ contrib/texi2pod.pl
|
||||
@@ -316,7 +316,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
lang/gcc/4.9/patches/patch-libjava_classpath_doc_texi2pod_pl
Normal file
14
lang/gcc/4.9/patches/patch-libjava_classpath_doc_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-libjava_classpath_doc_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: libjava/classpath/doc/texi2pod.pl
|
||||
--- libjava/classpath/doc/texi2pod.pl.orig
|
||||
+++ libjava/classpath/doc/texi2pod.pl
|
||||
@@ -311,7 +311,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
14
lang/gpc/patches/patch-contrib_texi2pod_pl
Normal file
14
lang/gpc/patches/patch-contrib_texi2pod_pl
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-contrib_texi2pod_pl,v 1.1 2019/04/16 15:35:30 naddy Exp $
|
||||
|
||||
Index: contrib/texi2pod.pl
|
||||
--- contrib/texi2pod.pl.orig
|
||||
+++ contrib/texi2pod.pl
|
||||
@@ -314,7 +314,7 @@ while(<$inf>) {
|
||||
@columns = ();
|
||||
for $column (split (/\s*\@tab\s*/, $1)) {
|
||||
# @strong{...} is used a @headitem work-alike
|
||||
- $column =~ s/^\@strong{(.*)}$/$1/;
|
||||
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
|
||||
push @columns, $column;
|
||||
}
|
||||
$_ = "\n=item ".join (" : ", @columns)."\n";
|
Loading…
Reference in New Issue
Block a user